SYMBOL INDEX (46668 symbols across 3058 files) FILE: .github/workflow-scripts/__tests__/verifyPublishedPackage-test.js constant REACT_NATIVE_PACKAGE (line 17) | const REACT_NATIVE_PACKAGE = 'react-native'; FILE: .github/workflow-scripts/checkBranchTarget.js function checkBranchTarget (line 18) | function checkBranchTarget(baseRef) { FILE: .github/workflow-scripts/checkForReproducer.js constant NEEDS_REPRO_LABEL (line 10) | const NEEDS_REPRO_LABEL = 'Needs: Repro'; constant NEEDS_AUTHOR_FEEDBACK_LABEL (line 11) | const NEEDS_AUTHOR_FEEDBACK_LABEL = 'Needs: Author Feedback'; constant SKIP_ISSUES_OLDER_THAN (line 12) | const SKIP_ISSUES_OLDER_THAN = '2023-07-01T00:00:00Z'; function containsPattern (line 80) | function containsPattern(body, pattern) { function hasMaintainerChangedLabel (line 86) | async function hasMaintainerChangedLabel(github, issueData, author) { function isDateBefore (line 100) | function isDateBefore(firstDate, secondDate) { FILE: .github/workflow-scripts/createDraftRelease.js function _headers (line 13) | function _headers(token) { function _extractChangelog (line 21) | function _extractChangelog(version) { function _computeBody (line 43) | function _computeBody(changelog, version, hermesVersion, hermesV1Version) { function _verifyTagExists (line 79) | async function _verifyTagExists(version) { function _createDraftReleaseOnGitHub (line 88) | async function _createDraftReleaseOnGitHub(version, body, latest, token) { function moveToChangelogBranch (line 121) | function moveToChangelogBranch(version) { function createDraftRelease (line 126) | async function createDraftRelease( FILE: .github/workflow-scripts/extractIssueOncalls.js constant MSEC_IN_DAY (line 12) | const MSEC_IN_DAY = 1000 * 60 * 60 * 24; function formatUsers (line 14) | function formatUsers(users) { function extractUsersFromScheduleAndDate (line 18) | function extractUsersFromScheduleAndDate(schedule, userMap, date) { function main (line 53) | function main() { function extractIssueOncalls (line 59) | function extractIssueOncalls(schedule, userMap) { FILE: .github/workflow-scripts/generateChangelog.js function _computePreviousVersionFrom (line 12) | async function _computePreviousVersionFrom(version) { function _generateChangelog (line 43) | function _generateChangelog(previousVersion, version, token) { function _pushCommit (line 52) | function _pushCommit(version) { function _createPR (line 60) | async function _createPR(version, token) { function generateChangelog (line 98) | async function generateChangelog(version, token) { FILE: .github/workflow-scripts/maestro-android.js constant APP_PATH (line 31) | const APP_PATH = args[0]; constant APP_ID (line 32) | const APP_ID = args[1]; constant MAESTRO_FLOW (line 33) | const MAESTRO_FLOW = args[2]; constant IS_DEBUG (line 34) | const IS_DEBUG = args[3] === 'debug'; constant WORKING_DIRECTORY (line 35) | const WORKING_DIRECTORY = args[4]; constant MAX_ATTEMPTS (line 37) | const MAX_ATTEMPTS = 3; function executeFlowWithRetries (line 39) | async function executeFlowWithRetries(flow, currentAttempt) { function executeFlowInFolder (line 57) | async function executeFlowInFolder(flowFolder) { function main (line 69) | async function main() { function sleep (line 146) | function sleep(ms) { FILE: .github/workflow-scripts/maestro-ios.js constant APP_PATH (line 32) | const APP_PATH = args[0]; constant APP_ID (line 33) | const APP_ID = args[1]; constant MAESTRO_FLOW (line 34) | const MAESTRO_FLOW = args[2]; constant JS_ENGINE (line 35) | const JS_ENGINE = args[3]; constant IS_DEBUG (line 36) | const IS_DEBUG = args[4] === 'Debug'; constant WORKING_DIRECTORY (line 37) | const WORKING_DIRECTORY = args[5]; constant MAX_ATTEMPTS (line 39) | const MAX_ATTEMPTS = 5; function launchSimulator (line 41) | function launchSimulator(simulatorName) { function installAppOnSimulator (line 54) | function installAppOnSimulator(appPath) { function extractSimulatorUDID (line 59) | function extractSimulatorUDID() { function bringSimulatorInForeground (line 67) | function bringSimulatorInForeground() { function sleep (line 72) | function sleep(ms) { function launchAppOnSimulator (line 78) | async function launchAppOnSimulator(appId, udid, isDebug) { function startVideoRecording (line 88) | function startVideoRecording(jsengine, currentAttempt) { function stopVideoRecording (line 105) | function stopVideoRecording(recordingProcess) { function executeTestsWithRetries (line 116) | function executeTestsWithRetries( function main (line 154) | async function main() { FILE: .github/workflow-scripts/publishTemplate.js constant TAG_AS_LATEST_REGEX (line 13) | const TAG_AS_LATEST_REGEX = /#publish-packages-to-npm&latest/; function isLatest (line 18) | function isLatest() { constant MAX_RETRIES (line 57) | const MAX_RETRIES = 3 * 6; constant TEMPLATE_NPM_PKG (line 58) | const TEMPLATE_NPM_PKG = '@react-native-community/template'; FILE: .github/workflow-scripts/selectLatestHermesV1Version.js constant PATCH_FILE_PATH (line 12) | const PATCH_FILE_PATH = path.join(__dirname, 'hermes-v1.patch'); function getLatestHermesV1Version (line 14) | function getLatestHermesV1Version() { function setHermesV1VersionInPatch (line 25) | function setHermesV1VersionInPatch(version) { FILE: .github/workflow-scripts/utils.js function getNpmPackageInfo (line 14) | async function getNpmPackageInfo(pkg, versionOrTag) { function sleep (line 20) | async function sleep(seconds) { function run (line 24) | function run(cmd) { FILE: .github/workflow-scripts/validatePRBody.js function validateChangelog (line 17) | function validateChangelog(commitMsg) { function validatePRBody (line 31) | function validatePRBody(prBody) { FILE: .github/workflow-scripts/verifyArtifactsAreOnMaven.js constant SLEEP_S (line 12) | const SLEEP_S = 60; constant MAX_RETRIES (line 13) | const MAX_RETRIES = 90; constant ARTIFACT_URL (line 14) | const ARTIFACT_URL = constant ARTIFACT_NAME (line 16) | const ARTIFACT_NAME = 'react-native-artifacts-'; function verifyArtifactsAreOnMaven (line 18) | async function verifyArtifactsAreOnMaven(version, retries = MAX_RETRIES) { FILE: .github/workflow-scripts/verifyPublishedPackage.js constant SLEEP_S (line 12) | const SLEEP_S = 10; constant MAX_RETRIES (line 13) | const MAX_RETRIES = 3 * 6; function verifyPublishedPackage (line 15) | async function verifyPublishedPackage( FILE: .github/workflow-scripts/verifyReleaseOnNpm.js constant REACT_NATIVE_NPM_PKG (line 12) | const REACT_NATIVE_NPM_PKG = 'react-native'; constant MAX_RETRIES (line 13) | const MAX_RETRIES = 3 * 6; FILE: .github/workflow-scripts/verifyVersion.js function isVersionSupported (line 55) | function isVersionSupported(actualVersion, latestVersion) { function isVersionTooOld (line 71) | function isVersionTooOld(actualVersion, latestVersion) { function getReactNativeVersionFromIssueBodyIfExists (line 78) | function getReactNativeVersionFromIssueBodyIfExists(issue) { function reportedVersionIsNightly (line 86) | function reportedVersionIsNightly(unparsedVersionString, version) { function parseVersionFromString (line 98) | function parseVersionFromString(version) { FILE: flow-typed/environment/node.js method toWeb (line 3747) | static toWeb(streamDuplex: stream$Duplex): { FILE: flow-typed/npm/@octokit/rest_v22.x.x.js class Octokit (line 13) | class Octokit { FILE: flow-typed/npm/@react-native-community/cli-server-api_v19.x.x.js function createDevServerMiddleware (line 20) | function createDevServerMiddleware( FILE: flow-typed/npm/chrome-launcher_v0.15.x.js class Launcher (line 43) | class Launcher { FILE: flow-typed/npm/chromium-edge-launcher_v0.2.x.js class Launcher (line 43) | class Launcher { FILE: flow-typed/npm/commander_v12.x.x.js class InvalidArgumentError (line 36) | class InvalidArgumentError mixins CommanderError { FILE: flow-typed/npm/tinybench_v4.1.x.js class Task (line 12) | class Task extends EventTarget { FILE: flow-typed/npm/undici_v6.x.x.js class Dispatcher (line 25) | class Dispatcher extends events$EventEmitter { class Agent (line 29) | class Agent extends Dispatcher { FILE: jest.config.js constant PODS_LOCATIONS (line 17) | const PODS_LOCATIONS = [ FILE: jest/preprocessor.js method process (line 61) | process(src /*: string */, file /*: string */) /*: {code: string, ...} */ { FILE: packages/assets/__tests__/path-support-test.js constant DRAWABLE_ASSET (line 13) | const DRAWABLE_ASSET = { constant NON_DRAWABLE_ASSET (line 25) | const NON_DRAWABLE_ASSET = { FILE: packages/assets/path-support.js constant ANDROID_BASE_DENSITY (line 24) | const ANDROID_BASE_DENSITY = 160; function getAndroidAssetSuffix (line 30) | function getAndroidAssetSuffix(scale /*: number */) /*: string */ { function getAndroidResourceFolderName (line 56) | function getAndroidResourceFolderName( function getAndroidResourceIdentifier (line 77) | function getAndroidResourceIdentifier( function getBasePath (line 87) | function getBasePath(asset /*: PackagerAsset */) /*: string */ { FILE: packages/assets/registry.js function registerAsset (line 33) | function registerAsset(asset /*: PackagerAsset */) /*: number */ { function getAssetByID (line 39) | function getAssetByID(assetId /*: number */) /*: PackagerAsset */ { FILE: packages/babel-plugin-codegen/__test_fixtures__/failures.js constant COMMANDS_EXPORTED_WITH_DIFFERENT_NAME (line 13) | const COMMANDS_EXPORTED_WITH_DIFFERENT_NAME = ` constant OTHER_COMMANDS_EXPORT (line 36) | const OTHER_COMMANDS_EXPORT = ` constant COMMANDS_EXPORTED_WITH_SHORTHAND (line 59) | const COMMANDS_EXPORTED_WITH_SHORTHAND = ` constant COMMANDS_WITH_COVERAGE_INVALID (line 84) | const COMMANDS_WITH_COVERAGE_INVALID = ` constant COMMANDS_WITH_COVERAGE_WRONG_FUNCTION (line 107) | const COMMANDS_WITH_COVERAGE_WRONG_FUNCTION = ` constant COMMANDS_WITH_COMPLEX_COVERAGE_INVALID (line 129) | const COMMANDS_WITH_COMPLEX_COVERAGE_INVALID = ` constant COMMANDS_WITH_COVERAGE_WRONG_NAME (line 156) | const COMMANDS_WITH_COVERAGE_WRONG_NAME = ` constant COMMANDS_WITH_COVERAGE_TYPE_CAST_INVALID (line 184) | const COMMANDS_WITH_COVERAGE_TYPE_CAST_INVALID = ` FILE: packages/babel-plugin-codegen/__test_fixtures__/fixtures.js constant NOT_A_NATIVE_COMPONENT (line 12) | const NOT_A_NATIVE_COMPONENT = ` constant FULL_NATIVE_COMPONENT (line 18) | const FULL_NATIVE_COMPONENT = ` constant COMMANDS_WITH_SIMPLE_COVERAGE (line 63) | const COMMANDS_WITH_SIMPLE_COVERAGE = ` constant COMMANDS_WITH_COMPLEX_COVERAGE (line 90) | const COMMANDS_WITH_COMPLEX_COVERAGE = ` constant COMMANDS_WITH_TYPE_CAST_COVERAGE (line 121) | const COMMANDS_WITH_TYPE_CAST_COVERAGE = ` constant FULL_NATIVE_COMPONENT_WITH_TYPE_EXPORT (line 148) | const FULL_NATIVE_COMPONENT_WITH_TYPE_EXPORT = ` FILE: packages/babel-plugin-codegen/index.js function parseFile (line 39) | function parseFile(filename /*: string */, code /*: string */) { function generateViewConfig (line 53) | function generateViewConfig(filename /*: string */, code /*: string */) { function isCodegenDeclaration (line 66) | function isCodegenDeclaration(declaration) { function isCodegenNativeCommandsDeclaration (line 105) | function isCodegenNativeCommandsDeclaration(declaration) { method pre (line 159) | pre(state) { method ExportNamedDeclaration (line 167) | ExportNamedDeclaration(path) { method ExportDefaultDeclaration (line 218) | ExportDefaultDeclaration(path, state) { method exit (line 225) | exit(path) { FILE: packages/community-cli-plugin/src/commands/bundle/__mocks__/sign.js function sign (line 11) | function sign(source: string): string { FILE: packages/community-cli-plugin/src/commands/bundle/assetCatalogIOS.js function cleanAssetCatalog (line 17) | function cleanAssetCatalog(catalogDir: string): void { function getImageSet (line 31) | function getImageSet( function isCatalogAsset (line 50) | function isCatalogAsset(asset: AssetData): boolean { function writeImageSet (line 54) | function writeImageSet(imageSet: ImageSet): void { FILE: packages/community-cli-plugin/src/commands/bundle/assetPathUtils.js function getAndroidAssetSuffix (line 22) | function getAndroidAssetSuffix(scale: number): string { FILE: packages/community-cli-plugin/src/commands/bundle/createKeepFileAsync.js function createKeepFileAsync (line 17) | async function createKeepFileAsync( FILE: packages/community-cli-plugin/src/commands/bundle/filterPlatformAssetScales.js function filterPlatformAssetScales (line 15) | function filterPlatformAssetScales( FILE: packages/community-cli-plugin/src/commands/bundle/getAssetDestPathAndroid.js function getAssetDestPathAndroid (line 16) | function getAssetDestPathAndroid(asset: PackagerAsset, scale: number): s... FILE: packages/community-cli-plugin/src/commands/bundle/getAssetDestPathIOS.js function getAssetDestPathIOS (line 15) | function getAssetDestPathIOS(asset: PackagerAsset, scale: number): string { FILE: packages/community-cli-plugin/src/commands/bundle/saveAssets.js method if (line 37) | if (assetsDest == null) { method if (line 107) | if (error) { method if (line 134) | if (err) { FILE: packages/community-cli-plugin/src/commands/start/attachKeyHandlers.js constant CTRL_C (line 19) | const CTRL_C = '\u0003'; constant CTRL_D (line 20) | const CTRL_D = '\u0004'; constant RELOAD_TIMEOUT (line 21) | const RELOAD_TIMEOUT = 500; function attachKeyHandlers (line 42) | function attachKeyHandlers({ function setRawMode (line 127) | function setRawMode(enable: boolean) { FILE: packages/community-cli-plugin/src/commands/start/runServer.js function runServer (line 47) | async function runServer( method if (line 171) | if (customLogReporterPath == null) { method catch (line 179) | catch (e) { FILE: packages/community-cli-plugin/src/utils/createDevMiddlewareLogger.js function createDevMiddlewareLogger (line 19) | function createDevMiddlewareLogger( function makeLogger (line 33) | function makeLogger( FILE: packages/community-cli-plugin/src/utils/errors.js class CLIError (line 15) | class CLIError extends Error { method constructor (line 16) | constructor(msg: string, originalError?: Error | string) { class UnknownProjectError (line 35) | class UnknownProjectError extends Error {} FILE: packages/community-cli-plugin/src/utils/loadMetroConfig.js function getCommunityCliDefaultConfig (line 33) | function getCommunityCliDefaultConfig( function loadMetroConfig (line 84) | async function loadMetroConfig( FILE: packages/community-cli-plugin/src/utils/version.js function logIfUpdateAvailable (line 52) | async function logIfUpdateAvailable( method if (line 173) | if (result.candidate != null && version.includes('-rc')) { FILE: packages/core-cli-utils/src/private/app.js constant FIRST (line 68) | const FIRST = 1, constant SECOND (line 68) | const FIRST = 1, constant THIRD (line 68) | const FIRST = 1, constant FOURTH (line 68) | const FIRST = 1, function getNodePackagePath (line 73) | function getNodePackagePath(packageName: string): string { method if (line 119) | if (options.outputJsBundle === options.outputBundle) { FILE: packages/core-cli-utils/src/private/apple.js function checkPodfileInSyncWithManifest (line 54) | function checkPodfileInSyncWithManifest( constant FIRST (line 71) | const FIRST = 1, constant SECOND (line 71) | const FIRST = 1, constant THIRD (line 71) | const FIRST = 1, constant FOURTH (line 71) | const FIRST = 1, constant FIFTH (line 71) | const FIRST = 1, function getNodePackagePath (line 77) | function getNodePackagePath(packageName: string): string { FILE: packages/core-cli-utils/src/private/clean.js constant FIRST (line 20) | const FIRST = 1, constant SECOND (line 20) | const FIRST = 1, FILE: packages/core-cli-utils/src/private/utils.js function isOnPath (line 40) | function isOnPath(dep: string, description: string): PathCheckResult { method for (line 60) | for (const {found, dep, description} of deps) { FILE: packages/debugger-frontend/dist/third-party/front_end/Tests.js method constructor (line 62) | constructor(domAutomationController) { method createKeyEvent (line 72) | static createKeyEvent(key) { function hasSomethingScheduled (line 261) | function hasSomethingScheduled() { function checkState (line 265) | function checkState() { function onSchedule (line 275) | function onSchedule() { function switchToElementsTab (line 343) | function switchToElementsTab() { function switchToScriptsTab (line 349) | function switchToScriptsTab() { function checkScriptsPanel (line 355) | function checkScriptsPanel() { function checkNoDuplicates (line 361) | function checkNoDuplicates() { function finishRequest (line 407) | function finishRequest(request, finishTime) { function finishRequest (line 426) | function finishRequest(request, finishTime) { function finishRequest (line 446) | function finishRequest(request, finishTime) { function finishRequest (line 470) | function finishRequest(request, finishTime) { function finishRequest (line 503) | function finishRequest(request, finishTime) { function filteredMessages (line 532) | function filteredMessages() { function firstConsoleMessageReceived (line 544) | function firstConsoleMessageReceived(event) { function didClickLink (line 553) | function didClickLink() { function didNavigateBack (line 559) | function didNavigateBack() { function didCompleteNavigation (line 564) | function didCompleteNavigation() { function didEvaluateInConsole (line 573) | function didEvaluateInConsole(resultText) { function callback (line 586) | function callback() { function callback (line 595) | function callback() { function onConsoleMessage (line 606) | function onConsoleMessage(event) { function dumpPageMetrics (line 649) | function dumpPageMetrics() { function testOverrides (line 656) | async function testOverrides(params, metrics, callback) { function step1 (line 670) | function step1() { function step2 (line 676) | function step2() { function step3 (line 682) | function step3() { function step4 (line 688) | function step4() { function finish (line 694) | function finish() { function signalToShowAutofill (line 706) | function signalToShowAutofill() { function selectTopAutoFill (line 713) | function selectTopAutoFill() { function onResultOfInput (line 722) | function onResultOfInput(value) { function onConsoleMessage (line 728) | function onConsoleMessage(event) { function onKeyEventUnhandledKeyDown (line 756) | function onKeyEventUnhandledKeyDown(event) { function onKeyEventUnhandledKeyUp (line 769) | function onKeyEventUnhandledKeyUp(event) { function finishRequest (line 897) | function finishRequest(request) { function testPreset (line 912) | function testPreset(preset, messages, next) { function step1 (line 936) | function step1() { function step2 (line 945) | function step2() { function step3 (line 955) | function step3() { function step4 (line 961) | function step4() { function performActionsInPage (line 972) | function performActionsInPage(callback) { function onTimelineDone (line 996) | function onTimelineDone() { function loadFrameImages (line 1004) | function loadFrameImages(frames) { function validateImagesAndCompleteTest (line 1025) | function validateImagesAndCompleteTest(images) { function createSettings (line 1064) | function createSettings() { function reset (line 1071) | function reset() { function gotPreferences (line 1076) | function gotPreferences(prefs) { function checkMessages (line 1102) | function checkMessages() { function onExecutionContexts (line 1115) | function onExecutionContexts() { function onResponseReceived (line 1137) | function onResponseReceived(event) { function onConsoleMessage (line 1187) | function onConsoleMessage(event) { function onConsoleMessage (line 1262) | function onConsoleMessage(event) { function onRecordingStarted (line 1277) | function onRecordingStarted() { function pageActionsDone (line 1281) | function pageActionsDone() { function createIsolatedTarget (line 1367) | async function createIsolatedTarget(url, opt_browserContextIds) { function disposeBrowserContext (line 1384) | async function disposeBrowserContext(browserContextId) { function evalCode (line 1389) | async function evalCode(target, code) { function takeLogs (line 1398) | async function takeLogs(target) { function testCase (line 1446) | function testCase(url, headers, expectedStatus, expectedHeaders, expecte... function onRequestUpdated (line 1501) | function onRequestUpdated(event) { function filterOutService (line 1585) | function filterOutService(uiSourceCode) { function innerEvaluate (line 1600) | function innerEvaluate() { function showConsoleAndEvaluate (line 1611) | function showConsoleAndEvaluate() { function waitForAllScripts (line 1660) | function waitForAllScripts() { function checkTargets (line 1675) | function checkTargets() { function checkForExecutionContexts (line 1689) | function checkForExecutionContexts() { FILE: packages/debugger-frontend/dist/third-party/front_end/core/common/common.js method toChar (line 1) | toChar(t){let e=this.#t.get(t);if(!e){if(this.#r>=65535)throw new Error(... method fromChar (line 1) | fromChar(t){const e=this.#e.get(t);return void 0===e?null:e} class g (line 1) | class g{values=[0,0,0];constructor(t){t&&(this.values=t)}} method constructor (line 1) | constructor(t){t&&(this.values=t)} class d (line 1) | class d{values=[[0,0,0],[0,0,0],[0,0,0]];constructor(t){t&&(this.values=... method constructor (line 1) | constructor(t){t&&(this.values=t)} method multiply (line 1) | multiply(t){const e=new g;for(let r=0;r<3;++r)e.values[r]=this.values[... class p (line 1) | class p{g;a;b;c;d;e;f;constructor(t,e,r=0,s=0,n=0,i=0,a=0){this.g=t,this... method constructor (line 1) | constructor(t,e,r=0,s=0,n=0,i=0,a=0){this.g=t,this.a=e,this.b=r,this.c... method eval (line 1) | eval(t){const e=t<0?-1:1,r=t*e;return r.022?t:t+Math.pow(.022-t,1.414)} function W (line 1) | function W(t,e){if(t=M(t),e=M(e),Math.abs(t-e)<5e-4)return 0;let r=0;ret... function X (line 1) | function X(t,e,r){function s(){return r?Math.pow(Math.abs(Math.pow(t,.65... function F (line 1) | function F(t,e){const r=72*parseFloat(t.replace("px",""))/96;return(isNa... function H (line 1) | function H(t){return(t%360+360)%360} function q (line 1) | function q(t){const e=t.replace(/(deg|g?rad|turn)$/,"");if(isNaN(e)||t.m... function Y (line 1) | function Y(t){switch(t){case"srgb":return"srgb";case"srgb-linear":return... function Z (line 1) | function Z(t,e){const r=Math.sign(t),s=Math.abs(t),[n,i]=e;return r*(s*(... function K (line 1) | function K(t,{min:e,max:r}){return null===t||(void 0!==e&&(t=Math.max(t,... function J (line 1) | function J(t,e){if(!t.endsWith("%"))return null;const r=parseFloat(t.sub... function Q (line 1) | function Q(t){const e=parseFloat(t);return isNaN(e)?null:e} function tt (line 1) | function tt(t){return void 0===t?null:K(J(t,[0,1])??Q(t),{min:0,max:1})} function et (line 1) | function et(t,e=[0,1]){if(isNaN(t.replace("%","")))return null;const r=p... function rt (line 1) | function rt(t){const e=et(t);return null===e?null:-1!==t.indexOf("%")?e:... function st (line 1) | function st(t){const e=t.replace(/(deg|g?rad|turn)$/,"");if(isNaN(e)||t.... function nt (line 1) | function nt(t){if(t.indexOf("%")!==t.length-1||isNaN(t.replace("%","")))... function it (line 1) | function it(t){const e=t[0];let r=t[1];const s=t[2];function n(t,e,r){re... function at (line 1) | function at(t){return it(function(t){const e=t[0];let r=t[1];const s=t[2... function ot (line 1) | function ot(t,e,r){function s(){return r?(t+.05)*e-.05:(t+.05)/e-.05}let... function lt (line 1) | function lt(t,e,r,s,n){let i=t[r],a=1,o=n(t)-s,l=Math.sign(o);for(let e=... function ht (line 1) | function ht(t,e,r=.01){if(Array.isArray(t)&&Array.isArray(e)){if(t.lengt... function ct (line 1) | function ct(t,e,r=.01){return t-e<=r} class ut (line 1) | class ut{l;a;b;alpha;#s;#n;static#i={hex:t=>new vt(t.#a(!1),"hex"),hexa:... method #o (line 1) | #o(){return A.labToXyzd50(this.l,this.a,this.b)} method #a (line 1) | #a(t=!0){const e=A.xyzd50ToSrgb(...this.#o());return t?[...e,this.alph... method constructor (line 1) | constructor(t,e,r,s,n){this.#n=[t,e,r],this.l=K(t,{min:0,max:100}),(ht... method is (line 1) | is(t){return t===this.format()} method as (line 1) | as(t){return ut.#i[t](this)} method asLegacyColor (line 1) | asLegacyColor(){return this.as("rgba")} method equal (line 1) | equal(t){const e=t.as("lab");return ht(e.l,this.l,1)&&ht(e.a,this.a)&&... method format (line 1) | format(){return"lab"} method setAlpha (line 1) | setAlpha(t){return new ut(this.l,this.a,this.b,t,void 0)} method asString (line 1) | asString(t){return t?this.as(t).asString():this.#l(this.l,this.a,this.b)} method #l (line 1) | #l(t,r,s){const n=null===this.alpha||ht(this.alpha,1)?"":` / ${e.Strin... method getAuthoredText (line 1) | getAuthoredText(){return this.#s??null} method getRawParameters (line 1) | getRawParameters(){return[...this.#n]} method getAsRawString (line 1) | getAsRawString(t){return t?this.as(t).getAsRawString():this.#l(...this... method isGamutClipped (line 1) | isGamutClipped(){return!1} method fromSpec (line 1) | static fromSpec(t,e){const r=J(t[0],[0,100])??Q(t[0]);if(null===r)retu... class gt (line 1) | class gt{#n;l;c;h;alpha;#s;static#i={hex:t=>new vt(t.#a(!1),"hex"),hexa:... method #o (line 1) | #o(){return A.labToXyzd50(...A.lchToLab(this.l,this.c,this.h))} method #a (line 1) | #a(t=!0){const e=A.xyzd50ToSrgb(...this.#o());return t?[...e,this.alph... method constructor (line 1) | constructor(t,e,r,s,n){this.#n=[t,e,r],this.l=K(t,{min:0,max:100}),e=h... method asLegacyColor (line 1) | asLegacyColor(){return this.as("rgba")} method is (line 1) | is(t){return t===this.format()} method as (line 1) | as(t){return gt.#i[t](this)} method equal (line 1) | equal(t){const e=t.as("lch");return ht(e.l,this.l,1)&&ht(e.c,this.c)&&... method format (line 1) | format(){return"lch"} method setAlpha (line 1) | setAlpha(t){return new gt(this.l,this.c,this.h,t)} method asString (line 1) | asString(t){return t?this.as(t).asString():this.#l(this.l,this.c,this.h)} method #l (line 1) | #l(t,r,s){const n=null===this.alpha||ht(this.alpha,1)?"":` / ${e.Strin... method getAuthoredText (line 1) | getAuthoredText(){return this.#s??null} method getRawParameters (line 1) | getRawParameters(){return[...this.#n]} method getAsRawString (line 1) | getAsRawString(t){return t?this.as(t).getAsRawString():this.#l(...this... method isGamutClipped (line 1) | isGamutClipped(){return!1} method isHuePowerless (line 1) | isHuePowerless(){return ht(this.c,0)} method fromSpec (line 1) | static fromSpec(t,e){const r=J(t[0],[0,100])??Q(t[0]);if(null===r)retu... class dt (line 1) | class dt{#n;l;a;b;alpha;#s;static#i={hex:t=>new vt(t.#a(!1),"hex"),hexa:... method #o (line 1) | #o(){return A.xyzd65ToD50(...A.oklabToXyzd65(this.l,this.a,this.b))} method #a (line 1) | #a(t=!0){const e=A.xyzd50ToSrgb(...this.#o());return t?[...e,this.alph... method constructor (line 1) | constructor(t,e,r,s,n){this.#n=[t,e,r],this.l=K(t,{min:0,max:1}),(ht(t... method asLegacyColor (line 1) | asLegacyColor(){return this.as("rgba")} method is (line 1) | is(t){return t===this.format()} method as (line 1) | as(t){return dt.#i[t](this)} method equal (line 1) | equal(t){const e=t.as("oklab");return ht(e.l,this.l)&&ht(e.a,this.a)&&... method format (line 1) | format(){return"oklab"} method setAlpha (line 1) | setAlpha(t){return new dt(this.l,this.a,this.b,t)} method asString (line 1) | asString(t){return t?this.as(t).asString():this.#l(this.l,this.a,this.b)} method #l (line 1) | #l(t,r,s){const n=null===this.alpha||ht(this.alpha,1)?"":` / ${e.Strin... method getAuthoredText (line 1) | getAuthoredText(){return this.#s??null} method getRawParameters (line 1) | getRawParameters(){return[...this.#n]} method getAsRawString (line 1) | getAsRawString(t){return t?this.as(t).getAsRawString():this.#l(...this... method isGamutClipped (line 1) | isGamutClipped(){return!1} method fromSpec (line 1) | static fromSpec(t,e){const r=J(t[0],[0,1])??Q(t[0]);if(null===r)return... class pt (line 1) | class pt{#n;l;c;h;alpha;#s;static#i={hex:t=>new vt(t.#a(!1),"hex"),hexa:... method #o (line 1) | #o(){return A.oklchToXyzd50(this.l,this.c,this.h)} method #a (line 1) | #a(t=!0){const e=A.xyzd50ToSrgb(...this.#o());return t?[...e,this.alph... method constructor (line 1) | constructor(t,e,r,s,n){this.#n=[t,e,r],this.l=K(t,{min:0,max:1}),e=ht(... method asLegacyColor (line 1) | asLegacyColor(){return this.as("rgba")} method is (line 1) | is(t){return t===this.format()} method as (line 1) | as(t){return pt.#i[t](this)} method equal (line 1) | equal(t){const e=t.as("oklch");return ht(e.l,this.l)&&ht(e.c,this.c)&&... method format (line 1) | format(){return"oklch"} method setAlpha (line 1) | setAlpha(t){return new pt(this.l,this.c,this.h,t)} method asString (line 1) | asString(t){return t?this.as(t).asString():this.#l(this.l,this.c,this.h)} method #l (line 1) | #l(t,r,s){const n=null===this.alpha||ht(this.alpha,1)?"":` / ${e.Strin... method getAuthoredText (line 1) | getAuthoredText(){return this.#s??null} method getRawParameters (line 1) | getRawParameters(){return[...this.#n]} method getAsRawString (line 1) | getAsRawString(t){return t?this.as(t).getAsRawString():this.#l(...this... method isGamutClipped (line 1) | isGamutClipped(){return!1} method fromSpec (line 1) | static fromSpec(t,e){const r=J(t[0],[0,1])??Q(t[0]);if(null===r)return... class mt (line 1) | class mt{#n;p0;p1;p2;alpha;colorSpace;#s;static#i={hex:t=>new vt(t.#a(!1... method #o (line 1) | #o(){const[t,e,r]=this.#n;switch(this.colorSpace){case"srgb":return A.... method #a (line 1) | #a(t=!0){const[e,r,s]=this.#n,n="srgb"===this.colorSpace?[e,r,s]:[...A... method constructor (line 1) | constructor(t,e,r,s,n,i){this.#n=[e,r,s],this.colorSpace=t,this.#s=i,"... method asLegacyColor (line 1) | asLegacyColor(){return this.as("rgba")} method is (line 1) | is(t){return t===this.format()} method as (line 1) | as(t){return this.colorSpace===t?this:mt.#i[t](this)} method equal (line 1) | equal(t){const e=t.as(this.colorSpace);return ht(this.p0,e.p0)&&ht(thi... method format (line 1) | format(){return this.colorSpace} method setAlpha (line 1) | setAlpha(t){return new mt(this.colorSpace,this.p0,this.p1,this.p2,t)} method asString (line 1) | asString(t){return t?this.as(t).asString():this.#l(this.p0,this.p1,thi... method #l (line 1) | #l(t,r,s){const n=null===this.alpha||ht(this.alpha,1)?"":` / ${e.Strin... method getAuthoredText (line 1) | getAuthoredText(){return this.#s??null} method getRawParameters (line 1) | getRawParameters(){return[...this.#n]} method getAsRawString (line 1) | getAsRawString(t){return t?this.as(t).getAsRawString():this.#l(...this... method isGamutClipped (line 1) | isGamutClipped(){return"xyz-d50"!==this.colorSpace&&"xyz-d65"!==this.c... method fromSpec (line 1) | static fromSpec(t,e){const[r,s]=e.split("/",2),n=r.trim().split(/\s+/)... class yt (line 1) | class yt{h;s;l;alpha;#n;#s;static#i={hex:t=>new vt(t.#a(!1),"hex"),hexa:... method #a (line 1) | #a(t=!0){const e=it([this.h,this.s,this.l,0]);return t?[e[0],e[1],e[2]... method #o (line 1) | #o(){const t=this.#a(!1);return A.srgbToXyzd50(t[0],t[1],t[2])} method constructor (line 1) | constructor(t,e,r,s,n){this.#n=[t,e,r],this.l=K(r,{min:0,max:1}),e=ht(... method equal (line 1) | equal(t){const e=t.as("hsl");return ht(this.h,e.h)&&ht(this.s,e.s)&&ht... method asString (line 1) | asString(t){return t?this.as(t).asString():this.#l(this.h,this.s,this.l)} method #l (line 1) | #l(t,r,s){const n=e.StringUtilities.sprintf("hsl(%sdeg %s% %s%",e.Stri... method setAlpha (line 1) | setAlpha(t){return new yt(this.h,this.s,this.l,t)} method format (line 1) | format(){return null===this.alpha||1===this.alpha?"hsl":"hsla"} method is (line 1) | is(t){return t===this.format()} method as (line 1) | as(t){return t===this.format()?this:yt.#i[t](this)} method asLegacyColor (line 1) | asLegacyColor(){return this.as("rgba")} method getAuthoredText (line 1) | getAuthoredText(){return this.#s??null} method getRawParameters (line 1) | getRawParameters(){return[...this.#n]} method getAsRawString (line 1) | getAsRawString(t){return t?this.as(t).getAsRawString():this.#l(...this... method isGamutClipped (line 1) | isGamutClipped(){return!ct(this.#n[1],1)||!ct(0,this.#n[1])} method fromSpec (line 1) | static fromSpec(t,e){const r=st(t[0]);if(null===r)return null;const s=... method hsva (line 1) | hsva(){const t=this.s*(this.l<.5?this.l:1-this.l);return[this.h,0!==t?... method canonicalHSLA (line 1) | canonicalHSLA(){return[Math.round(360*this.h),Math.round(100*this.s),M... class bt (line 1) | class bt{h;w;b;alpha;#n;#s;static#i={hex:t=>new vt(t.#a(!1),"hex"),hexa:... method #a (line 1) | #a(t=!0){const e=function(t){const e=t[0],r=t[1],s=t[2],n=r/(r+s);let ... method #o (line 1) | #o(){const t=this.#a(!1);return A.srgbToXyzd50(t[0],t[1],t[2])} method constructor (line 1) | constructor(t,e,r,s,n){if(this.#n=[t,e,r],this.w=K(e,{min:0,max:1}),th... method equal (line 1) | equal(t){const e=t.as("hwb");return ht(this.h,e.h)&&ht(this.w,e.w)&&ht... method asString (line 1) | asString(t){return t?this.as(t).asString():this.#l(this.h,this.w,this.b)} method #l (line 1) | #l(t,r,s){const n=e.StringUtilities.sprintf("hwb(%sdeg %s% %s%",e.Stri... method setAlpha (line 1) | setAlpha(t){return new bt(this.h,this.w,this.b,t,this.#s)} method format (line 1) | format(){return null===this.alpha||ht(this.alpha,1)?"hwb":"hwba"} method is (line 1) | is(t){return t===this.format()} method as (line 1) | as(t){return t===this.format()?this:bt.#i[t](this)} method asLegacyColor (line 1) | asLegacyColor(){return this.as("rgba")} method getAuthoredText (line 1) | getAuthoredText(){return this.#s??null} method canonicalHWBA (line 1) | canonicalHWBA(){return[Math.round(360*this.h),Math.round(100*this.w),M... method getRawParameters (line 1) | getRawParameters(){return[...this.#n]} method getAsRawString (line 1) | getAsRawString(t){return t?this.as(t).getAsRawString():this.#l(...this... method isGamutClipped (line 1) | isGamutClipped(){return!(ct(this.#n[1],1)&&ct(0,this.#n[1])&&ct(this.#... method fromSpec (line 1) | static fromSpec(t,e){const r=st(t[0]);if(null===r)return null;const s=... function ft (line 1) | function ft(t){return Math.round(255*t)} class wt (line 1) | class wt{color;constructor(t){this.color=t}get alpha(){return this.color... method constructor (line 1) | constructor(t){this.color=t} method alpha (line 1) | get alpha(){return this.color.alpha} method rgba (line 1) | rgba(){return this.color.rgba()} method equal (line 1) | equal(t){return this.color.equal(t)} method setAlpha (line 1) | setAlpha(t){return this.color.setAlpha(t)} method format (line 1) | format(){return 1!==(this.alpha??1)?"hexa":"hex"} method as (line 1) | as(t){return this.color.as(t)} method is (line 1) | is(t){return this.color.is(t)} method asLegacyColor (line 1) | asLegacyColor(){return this.color.asLegacyColor()} method getAuthoredText (line 1) | getAuthoredText(){return this.color.getAuthoredText()} method getRawParameters (line 1) | getRawParameters(){return this.color.getRawParameters()} method isGamutClipped (line 1) | isGamutClipped(){return this.color.isGamutClipped()} method asString (line 1) | asString(t){if(t)return this.as(t).asString();const[e,r,s]=this.color.... method getAsRawString (line 1) | getAsRawString(t){if(t)return this.as(t).getAsRawString();const[e,r,s]... class St (line 1) | class St extends wt{setAlpha(t){return new St(this.color.setAlpha(t))}as... method setAlpha (line 1) | setAlpha(t){return new St(this.color.setAlpha(t))} method asString (line 1) | asString(t){return t&&t!==this.format()?super.as(t).asString():super.a... method stringify (line 1) | stringify(t,r,s){function n(t){return(Math.round(255*t)/17).toString(1... class xt (line 1) | class xt extends wt{nickname;constructor(t,e){super(e),this.nickname=t}s... method constructor (line 1) | constructor(t,e){super(e),this.nickname=t} method fromName (line 1) | static fromName(t,e){const r=t.toLowerCase(),s=Rt.get(r);return void 0... method stringify (line 1) | stringify(){return this.nickname} method getAsRawString (line 1) | getAsRawString(t){return this.color.getAsRawString(t)} class vt (line 1) | class vt{#n;#h;#s;#c;static#i={hex:t=>new vt(t.#h,"hex"),hexa:t=>new vt(... method #o (line 1) | #o(){const[t,e,r]=this.#h;return A.srgbToXyzd50(t,e,r)} method alpha (line 1) | get alpha(){switch(this.format()){case"hexa":case"rgba":return this.#h... method asLegacyColor (line 1) | asLegacyColor(){return this} method nickname (line 1) | nickname(){const t=zt.get(String(this.canonicalRGBA()));return t?new x... method shortHex (line 1) | shortHex(){for(let t=0;t<4;++t){if(Math.round(255*this.#h[t])%17)retur... method constructor (line 1) | constructor(t,e,r){this.#s=r||null,this.#c=e,this.#n=[t[0],t[1],t[2]],... method fromHex (line 1) | static fromHex(t,e){const r=4===(t=t.toLowerCase()).length||8===t.leng... method fromRGBAFunction (line 1) | static fromRGBAFunction(t,r,s,n,i){const a=[rt(t),rt(r),rt(s),n?(o=n,e... method fromRGBA (line 1) | static fromRGBA(t,e){return new vt([t[0]/255,t[1]/255,t[2]/255,t[3]],"... method fromHSVA (line 1) | static fromHSVA(t){const e=at(t);return new vt(e,"rgba")} method is (line 1) | is(t){return t===this.format()} method as (line 1) | as(t){return t===this.format()?this:vt.#i[t](this)} method format (line 1) | format(){return this.#c} method hasAlpha (line 1) | hasAlpha(){return 1!==this.#h[3]} method detectHEXFormat (line 1) | detectHEXFormat(){return this.hasAlpha()?"hexa":"hex"} method asString (line 1) | asString(t){return t?this.as(t).asString():this.#l(t,this.#h[0],this.#... method #l (line 1) | #l(t,r,s,n){function i(t){const e=Math.round(255*t).toString(16);retur... method getAuthoredText (line 1) | getAuthoredText(){return this.#s??null} method getRawParameters (line 1) | getRawParameters(){return[...this.#n]} method getAsRawString (line 1) | getAsRawString(t){return t?this.as(t).getAsRawString():this.#l(t,...th... method isGamutClipped (line 1) | isGamutClipped(){return!ht(this.#n.map(ft),[this.#h[0],this.#h[1],this... method rgba (line 1) | rgba(){return[...this.#h]} method canonicalRGBA (line 1) | canonicalRGBA(){const t=new Array(4);for(let e=0;e<3;++e)t[e]=Math.rou... method toProtocolRGBA (line 1) | toProtocolRGBA(){const t=this.canonicalRGBA(),e={r:t[0],g:t[1],b:t[2],... method invert (line 1) | invert(){const t=[0,0,0,0];return t[0]=1-this.#h[0],t[1]=1-this.#h[1],... method grayscale (line 1) | grayscale(){const[t,e,r]=this.#h,s=.299*t+.587*e+.114*r;return new vt(... method setAlpha (line 1) | setAlpha(t){const e=[...this.#h];return e[3]=t,new vt(e,"rgba")} method blendWith (line 1) | blendWith(t){const e=E(t.#h,this.#h);return new vt(e,"rgba")} method blendWithAlpha (line 1) | blendWithAlpha(t){const e=[...this.#h];return e[3]*=t,new vt(e,"rgba")} method setFormat (line 1) | setFormat(t){this.#c=t} method equal (line 1) | equal(t){const e=t.as(this.#c);return ht(ft(this.#h[0]),ft(e.#h[0]),1)... method constructor (line 1) | constructor(t,e,r,s){this.#u=t||{min:0,max:360,count:void 0},this.#g=e||... method setColorForID (line 1) | setColorForID(t,e){this.#m.set(t,e)} method colorForID (line 1) | colorForID(t){let e=this.#m.get(t);return e||(e=this.generateColorForID(... method generateColorForID (line 1) | generateColorForID(t){const r=e.StringUtilities.hashCode(t),s=this.index... method indexToValueInSpace (line 1) | indexToValueInSpace(t,e){if("number"==typeof e)return e;const r=e.count|... class Lt (line 1) | class Lt{listeners;addEventListener(t,e,r){this.listeners||(this.listene... method addEventListener (line 1) | addEventListener(t,e,r){this.listeners||(this.listeners=new Map);let s... method once (line 1) | once(t){return new Promise((e=>{const r=this.addEventListener(t,(s=>{t... method removeEventListener (line 1) | removeEventListener(t,e,r){const s=this.listeners?.get(t);if(s){for(co... method hasEventListeners (line 1) | hasEventListeners(t){return Boolean(this.listeners?.has(t))} method dispatchEventToListeners (line 1) | dispatchEventToListeners(t,...[e]){const r=this.listeners?.get(t);if(!... method addEventListener (line 1) | addEventListener(t,e,r){return this.#y.addEventListener(t,e,r)} method once (line 1) | once(t){return this.#y.once(t)} method removeEventListener (line 1) | removeEventListener(t,e,r){this.#y.removeEventListener(t,e,r)} method hasEventListeners (line 1) | hasEventListeners(t){return this.#y.hasEventListeners(t)} method dispatchEventToListeners (line 1) | dispatchEventToListeners(t,...e){this.#y.dispatchEventToListeners(t,...e)} class Bt (line 1) | class Bt{registeredRevealers=[];static instance(){return void 0===Vt&&(V... method instance (line 1) | static instance(){return void 0===Vt&&(Vt=new Bt),Vt} method removeInstance (line 1) | static removeInstance(){Vt=void 0} method register (line 1) | register(t){this.registeredRevealers.push(t)} method reveal (line 1) | async reveal(t,e){const r=await Promise.all(this.getApplicableRegister... method getApplicableRegisteredRevealers (line 1) | getApplicableRegisteredRevealers(t){return this.registeredRevealers.fi... function Gt (line 1) | async function Gt(t,e=!1){await Bt.instance().reveal(t,e)} class Dt (line 1) | class Dt extends Lt{#b;constructor(){super(),this.#b=[]}static instance(... method constructor (line 1) | constructor(){super(),this.#b=[]} method instance (line 1) | static instance(t){return Xt&&!t?.forceNew||(Xt=new Dt),Xt} method removeInstance (line 1) | static removeInstance(){Xt=void 0} method addMessage (line 1) | addMessage(t,e="info",r=!1,s){const n=new jt(t,e,Date.now(),r,s);this.... method log (line 1) | log(t){this.addMessage(t,"info")} method warn (line 1) | warn(t,e){this.addMessage(t,"warning",void 0,e)} method error (line 1) | error(t,e=!0){this.addMessage(t,"error",e)} method messages (line 1) | messages(){return this.#b} method show (line 1) | show(){this.showPromise()} method showPromise (line 1) | showPromise(){return Gt(this)} class jt (line 1) | class jt{text;level;timestamp;show;source;constructor(t,e,r,s,n){this.te... method constructor (line 1) | constructor(t,e,r,s,n){this.text=t,this.level=e,this.timestamp="number... method FrontendMessageSource (line 1) | get FrontendMessageSource(){return Ft} function Qt (line 1) | function Qt(t){return Jt.filter((function(e){if(!e.contextTypes)return!0... method linkify (line 1) | static async linkify(t,e){if(!t)throw new Error("Can't linkify "+t);cons... class ee (line 1) | class ee extends Map{getOrInsert(t,e){return this.has(t)||this.set(t,e),... method getOrInsert (line 1) | getOrInsert(t,e){return this.has(t)||this.set(t,e),this.get(t)} method getOrInsertComputed (line 1) | getOrInsertComputed(t,e){return this.has(t)||this.set(t,e(t)),this.get... method acquire (line 1) | acquire(){const t={resolved:!1};return this.#f?new Promise((e=>{this.#w.... method #S (line 1) | #S(t){if(t.resolved)throw new Error("Cannot release more than once.");t.... method run (line 1) | async run(t){const e=await this.acquire();try{return await t()}finally{e... function ne (line 1) | function ne(t){if(-1===t.indexOf("..")&&-1===t.indexOf("."))return t;con... class ie (line 1) | class ie{isValid;url;scheme;user;host;port;path;queryParams;fragment;fol... method constructor (line 1) | constructor(t){this.isValid=!1,this.url=t,this.scheme="",this.user="",... method fromString (line 1) | static fromString(t){const e=new ie(t.toString());return e.isValid?e:n... method preEncodeSpecialCharactersInPath (line 1) | static preEncodeSpecialCharactersInPath(t){for(const e of["%",";","#",... method rawPathToEncodedPathString (line 1) | static rawPathToEncodedPathString(t){const e=ie.preEncodeSpecialCharac... method encodedFromParentPathAndName (line 1) | static encodedFromParentPathAndName(t,e){return ie.concatenate(t,"/",i... method urlFromParentUrlAndName (line 1) | static urlFromParentUrlAndName(t,e){return ie.concatenate(t,"/",ie.pre... method encodedPathToRawPathString (line 1) | static encodedPathToRawPathString(t){return decodeURIComponent(t)} method rawPathToUrlString (line 1) | static rawPathToUrlString(t){let e=ie.preEncodeSpecialCharactersInPath... method relativePathToUrlString (line 1) | static relativePathToUrlString(t,e){const r=ie.preEncodeSpecialCharact... method urlToRawPathString (line 1) | static urlToRawPathString(t,e){console.assert(t.startsWith("file://"),... method sliceUrlToEncodedPathString (line 1) | static sliceUrlToEncodedPathString(t,e){return t.substring(e)} method substr (line 1) | static substr(t,e,r){return t.substr(e,r)} method substring (line 1) | static substring(t,e,r){return t.substring(e,r)} method prepend (line 1) | static prepend(t,e){return t+e} method concatenate (line 1) | static concatenate(t,...e){return t.concat(...e)} method trim (line 1) | static trim(t){return t.trim()} method slice (line 1) | static slice(t,e,r){return t.slice(e,r)} method join (line 1) | static join(t,e){return t.join(e)} method split (line 1) | static split(t,e,r){return t.split(e,r)} method toLowerCase (line 1) | static toLowerCase(t){return t.toLowerCase()} method isValidUrlString (line 1) | static isValidUrlString(t){return new ie(t).isValid} method urlWithoutHash (line 1) | static urlWithoutHash(t){const e=t.indexOf("#");return-1!==e?t.substr(... method urlRegex (line 1) | static urlRegex(){if(ie.urlRegexInstance)return ie.urlRegexInstance;re... method extractPath (line 1) | static extractPath(t){const e=this.fromString(t);return e?e.path:""} method extractOrigin (line 1) | static extractOrigin(t){const r=this.fromString(t);return r?r.security... method extractExtension (line 1) | static extractExtension(t){const e=(t=ie.urlWithoutHash(t)).indexOf("?... method extractName (line 1) | static extractName(t){let e=t.lastIndexOf("/");const r=-1!==e?t.substr... method completeURL (line 1) | static completeURL(t,e){if(e.startsWith("data:")||e.startsWith("blob:"... method splitLineAndColumn (line 1) | static splitLineAndColumn(t){const e=t.match(ie.urlRegex());let r="",s... method removeWasmFunctionInfoFromURL (line 1) | static removeWasmFunctionInfoFromURL(t){const e=t.search(/:wasm-functi... method beginsWithWindowsDriveLetter (line 1) | static beginsWithWindowsDriveLetter(t){return/^[A-Za-z]:/.test(t)} method beginsWithScheme (line 1) | static beginsWithScheme(t){return/^[A-Za-z][A-Za-z0-9+.-]*:/.test(t)} method isRelativeURL (line 1) | static isRelativeURL(t){return!this.beginsWithScheme(t)||this.beginsWi... method displayName (line 1) | get displayName(){return this.#x?this.#x:this.isDataURL()?this.dataURL... method dataURLDisplayName (line 1) | dataURLDisplayName(){return this.#v?this.#v:this.isDataURL()?(this.#v=... method isAboutBlank (line 1) | isAboutBlank(){return"about:blank"===this.url} method isDataURL (line 1) | isDataURL(){return"data"===this.scheme} method extractDataUrlMimeType (line 1) | extractDataUrlMimeType(){const t=this.url.match(/^data:((?\w+)\/... method isBlobURL (line 1) | isBlobURL(){return this.url.startsWith("blob:")} method lastPathComponentWithFragment (line 1) | lastPathComponentWithFragment(){return this.lastPathComponent+(this.fr... method domain (line 1) | domain(){return this.isDataURL()?"data:":this.host+(this.port?":"+this... method securityOrigin (line 1) | securityOrigin(){if(this.isDataURL())return"data:";return(this.isBlobU... method urlWithoutScheme (line 1) | urlWithoutScheme(){return this.scheme&&this.url.startsWith(this.scheme... class oe (line 1) | class oe{#T;#R;#z;#I;constructor(t,e){this.#T=t,this.#R=e||1,this.#z=0,t... method constructor (line 1) | constructor(t,e){this.#T=t,this.#R=e||1,this.#z=0,this.#I=0} method isCanceled (line 1) | isCanceled(){return this.#T.parent.isCanceled()} method setTitle (line 1) | setTitle(t){this.#T.parent.setTitle(t)} method done (line 1) | done(){this.setWorked(this.#I),this.#T.childDone()} method setTotalWork (line 1) | setTotalWork(t){this.#I=t,this.#T.update()} method setWorked (line 1) | setWorked(t,e){this.#z=t,void 0!==e&&this.setTitle(e),this.#T.update()} method incrementWorked (line 1) | incrementWorked(t){this.setWorked(this.#z+(t||1))} method getWeight (line 1) | getWeight(){return this.#R} method getWorked (line 1) | getWorked(){return this.#z} method getTotalWork (line 1) | getTotalWork(){return this.#I} method constructor (line 1) | constructor(t){this.parent=t,this.#A=[],this.#P=0,this.parent.setTotalWo... method childDone (line 1) | childDone(){++this.#P===this.#A.length&&this.parent.done()} method createSubProgress (line 1) | createSubProgress(t){const e=new oe(this,t);return this.#A.push(e),e} method update (line 1) | update(){let t=0,e=0;for(let r=0;r{};return this.g... method clear (line 1) | clear(){this.stopListening();for(const[t,{reject:e}]of this.#L.entries()... method getOrCreatePromise (line 1) | getOrCreatePromise(t){const e=this.#L.get(t);if(e)return e.promise;const... method onResolve (line 1) | onResolve(t,e){const r=this.#L.get(t);this.#L.delete(t),0===this.#L.size... class pe (line 1) | class pe{#C;#_;#N;#O;constructor(t,e,r,s){this.#C=t,this.#_=e,this.#N=r,... method constructor (line 1) | constructor(t,e,r,s){this.#C=t,this.#_=e,this.#N=r,this.#O=s} method fromMimeType (line 1) | static fromMimeType(t){return t?t.startsWith("text/html")?fe.Document:... method fromMimeTypeOverride (line 1) | static fromMimeTypeOverride(t){return"application/manifest+json"===t?f... method fromURL (line 1) | static fromURL(t){return Se.get(ie.extractExtension(t))||null} method fromName (line 1) | static fromName(t){for(const e in fe){const r=fe[e];if(r.name()===t)re... method mimeFromURL (line 1) | static mimeFromURL(t){if(t.startsWith("snippet://")||t.startsWith("deb... method mimeFromExtension (line 1) | static mimeFromExtension(t){return xe.get(t)} method simplifyContentType (line 1) | static simplifyContentType(t){return new RegExp("^application(.*json$|... method mediaTypeForMetrics (line 1) | static mediaTypeForMetrics(t,e,r,s,n){return"text/javascript"!==t?t:e?... method name (line 1) | name(){return this.#C} method title (line 1) | title(){return this.#_()} method category (line 1) | category(){return this.#N} method isTextType (line 1) | isTextType(){return this.#O} method isScript (line 1) | isScript(){return"script"===this.#C||"sm-script"===this.#C} method hasScripts (line 1) | hasScripts(){return this.isScript()||this.isDocument()} method isStyleSheet (line 1) | isStyleSheet(){return"stylesheet"===this.#C||"sm-stylesheet"===this.#C} method hasStyleSheets (line 1) | hasStyleSheets(){return this.isStyleSheet()||this.isDocument()} method isDocument (line 1) | isDocument(){return"document"===this.#C} method isDocumentOrScriptOrStyleSheet (line 1) | isDocumentOrScriptOrStyleSheet(){return this.isDocument()||this.isScri... method isFont (line 1) | isFont(){return"font"===this.#C} method isImage (line 1) | isImage(){return"image"===this.#C} method isFromSourceMap (line 1) | isFromSourceMap(){return this.#C.startsWith("sm-")} method isWebbundle (line 1) | isWebbundle(){return"webbundle"===this.#C} method toString (line 1) | toString(){return this.#C} method canonicalMimeType (line 1) | canonicalMimeType(){return this.isDocument()?"text/html":this.isScript... class me (line 1) | class me{name;title;shortTitle;constructor(t,e,r){this.name=t,this.title... method constructor (line 1) | constructor(t,e,r){this.name=t,this.title=e,this.shortTitle=r} class Ie (line 1) | class Ie{begin;end;data;constructor(t,e,r){if(t>e)throw new Error("Inval... method constructor (line 1) | constructor(t,e,r){if(t>e)throw new Error("Invalid segment");this.begi... method intersects (line 1) | intersects(t){return this.begint.begin-e.... method segments (line 1) | segments(){return this.#V} method tryMerge (line 1) | tryMerge(t,e){const r=this.#B&&this.#B(t,e);return r?(r.begin=t.begin,r.... function _e (line 1) | function _e(t){const e=t.settingName;if(Ce.has(e))throw new Error(`Dupli... function Ne (line 1) | function Ne(){return Le.filter((e=>t.Runtime.Runtime.isDescriptorEnabled... function Oe (line 1) | function Oe(t,e=!1){if(0===Le.length||e){Le=t,Ce.clear();for(const e of ... function Ve (line 1) | function Ve(){Le=[],Ce.clear()} function Be (line 1) | function Be(t){const e=Le.findIndex((e=>e.settingName===t));return!(e<0|... function Ge (line 1) | function Ge(t){switch(t){case"ELEMENTS":return ke(Pe.elements);case"AI":... class Xe (line 1) | class Xe{syncedStorage;globalStorage;localStorage;#G=new Fe({});settingN... method constructor (line 1) | constructor(e,r,s,n){this.syncedStorage=e,this.globalStorage=r,this.lo... method getRegisteredSettings (line 1) | getRegisteredSettings(){return Ne()} method hasInstance (line 1) | static hasInstance(){return void 0!==We} method instance (line 1) | static instance(t={forceNew:null,syncedStorage:null,globalStorage:null... method removeInstance (line 1) | static removeInstance(){We=void 0} method registerModuleSetting (line 1) | registerModuleSetting(t){const e=t.name,r=t.category(),s=t.order();if(... method normalizeSettingName (line 1) | static normalizeSettingName(t){return[qe.GLOBAL_VERSION_SETTING_NAME,q... method moduleSetting (line 1) | moduleSetting(t){const e=this.moduleSettings.get(t);if(!e)throw new Er... method settingForTest (line 1) | settingForTest(t){const e=this.#W.get(t);if(!e)throw new Error("No set... method createSetting (line 1) | createSetting(t,e,r){const s=this.storageFromType(r);let n=this.#W.get... method createLocalSetting (line 1) | createLocalSetting(t,e){return this.createSetting(t,e,"Local")} method createRegExpSetting (line 1) | createRegExpSetting(t,e,r,s){return this.#W.get(t)||this.#W.set(t,new ... method clearAll (line 1) | clearAll(){this.globalStorage.removeAll(),this.syncedStorage.removeAll... method storageFromType (line 1) | storageFromType(t){switch(t){case"Local":return this.localStorage;case... method getRegistry (line 1) | getRegistry(){return this.#W} class Fe (line 1) | class Fe{object;backingStore;storagePrefix;constructor(t,e=De,r=""){this... method constructor (line 1) | constructor(t,e=De,r=""){this.object=t,this.backingStore=e,this.storag... method register (line 1) | register(t){t=this.storagePrefix+t,this.backingStore.register(t)} method set (line 1) | set(t,e){t=this.storagePrefix+t,this.object[t]=e,this.backingStore.set... method has (line 1) | has(t){return(t=this.storagePrefix+t)in this.object} method get (line 1) | get(t){return t=this.storagePrefix+t,this.object[t]} method forceGet (line 1) | async forceGet(t){const e=this.storagePrefix+t,r=await this.backingSto... method remove (line 1) | remove(t){t=this.storagePrefix+t,delete this.object[t],this.backingSto... method removeAll (line 1) | removeAll(){this.object={},this.backingStore.clear()} method keys (line 1) | keys(){return Object.keys(this.object)} method dumpSizes (line 1) | dumpSizes(){Dt.instance().log("Ten largest settings: ");const t={__pro... function je (line 1) | function je(t){const e=t.name,r=Xe.instance();r.getRegistry().delete(e),... class Ue (line 1) | class Ue{disabled;warning;experiment;constructor({deprecationNotice:e}){... method constructor (line 1) | constructor({deprecationNotice:e}){if(!e)throw new Error("Cannot creat... class $e (line 1) | class $e{name;defaultValue;eventSupport;storage;#D;#_;#F=null;#j;#U;#$=J... method constructor (line 1) | constructor(t,e,r,s,n){this.name=t,this.defaultValue=e,this.eventSuppo... method setSerializer (line 1) | setSerializer(t){this.#$=t} method addChangeListener (line 1) | addChangeListener(t,e){return this.eventSupport.addEventListener(this.... method removeChangeListener (line 1) | removeChangeListener(t,e){this.eventSupport.removeEventListener(this.n... method title (line 1) | title(){return this.#_?this.#_:this.#D?this.#D():""} method setTitleFunction (line 1) | setTitleFunction(t){t&&(this.#D=t)} method setTitle (line 1) | setTitle(t){this.#_=t} method setRequiresUserAction (line 1) | setRequiresUserAction(t){this.#j=t} method disabled (line 1) | disabled(){if(this.#F?.disabledCondition){const{disabled:e}=this.#F.di... method disabledReasons (line 1) | disabledReasons(){if(this.#F?.disabledCondition){const e=this.#F.disab... method setDisabled (line 1) | setDisabled(t){this.#q=t,this.eventSupport.dispatchEventToListeners(th... method #K (line 1) | #K(t){const e="string"==typeof t||"number"==typeof t||"boolean"==typeo... method #J (line 1) | #J(t){this.#Z||(this.#K(t),this.#Z=!0)} method get (line 1) | get(){if(this.#j&&!this.#H)return this.#J(this.defaultValue),this.defa... method getIfNotDisabled (line 1) | getIfNotDisabled(){if(!this.disabled())return this.get()} method forceGet (line 1) | async forceGet(){const t=this.name,e=this.storage.get(t),r=await this.... method set (line 1) | set(t){this.#K(t),this.#H=!0,this.#U=t;try{const e=this.#$.stringify(t... method setRegistration (line 1) | setRegistration(e){this.#F=e;const{deprecationNotice:r}=e;if(r?.disabl... method type (line 1) | type(){return this.#F?this.#F.settingType:null} method options (line 1) | options(){return this.#F&&this.#F.options?this.#F.options.map((t=>{con... method reloadRequired (line 1) | reloadRequired(){return this.#F&&this.#F.reloadRequired||null} method category (line 1) | category(){return this.#F&&this.#F.category||null} method tags (line 1) | tags(){return this.#F&&this.#F.tags?this.#F.tags.map((t=>t())).join("\... method order (line 1) | order(){return this.#F&&this.#F.order||null} method learnMore (line 1) | learnMore(){return this.#F?.learnMore??null} method deprecation (line 1) | get deprecation(){return this.#F&&this.#F.deprecationNotice?(this.#Y||... method printSettingsSavingError (line 1) | printSettingsSavingError(t,e,r){const s="Error saving setting with nam... class He (line 1) | class He extends $e{#Q;#tt;constructor(t,e,r,s,n,i){super(t,e?[{pattern:... method constructor (line 1) | constructor(t,e,r,s,n,i){super(t,e?[{pattern:e}]:[],r,s,i),this.#Q=n} method get (line 1) | get(){const t=[],e=this.getAsArray();for(let r=0;r{for(const e of t.keys()){const r... method updateVersionFrom37To38 (line 1) | updateVersionFrom37To38(){const t=(()=>{try{return Ye("console-insight... method migrateSettingsFromLocalStorage (line 1) | migrateSettingsFromLocalStorage(){const t=new Set(["advancedSearchConf... method clearBreakpointsWhenTooMany (line 1) | clearBreakpointsWhenTooMany(t,e){t.get().length>e&&t.set([])} function Ye (line 1) | function Ye(t){return Xe.instance().moduleSetting(t)} method constructor (line 1) | constructor(t){this.#nt=[],this.#it=-1,this.#at=0,this.#ot=t} method readOnlyLock (line 1) | readOnlyLock(){++this.#at} method releaseReadOnlyLock (line 1) | releaseReadOnlyLock(){--this.#at} method getPreviousValidIndex (line 1) | getPreviousValidIndex(){if(this.empty())return-1;let t=this.#it-1;for(;t... method getNextValidIndex (line 1) | getNextValidIndex(){let t=this.#it+1;for(;t=0} method canRollover (line 1) | canRollover(){return this.getNextValidIndex()>=0} method rollback (line 1) | rollback(){const t=this.getPreviousValidIndex();return-1!==t&&(this.read... method rollover (line 1) | rollover(){const t=this.getNextValidIndex();return-1!==t&&(this.readOnly... method constructor (line 1) | constructor(){this.#lt=""} method write (line 1) | async write(t){this.#lt+=t} method close (line 1) | async close(){} method data (line 1) | data(){return this.#lt} class Qe (line 1) | class Qe{#ht;#ct;#ut;#gt;#dt;#pt;#mt;constructor(t){this.#ct=0,this.#mt=... method constructor (line 1) | constructor(t){this.#ct=0,this.#mt=t,this.clear()} method newStringTrie (line 1) | static newStringTrie(){return new Qe({empty:()=>"",append:(t,e)=>t+e,s... method newArrayTrie (line 1) | static newArrayTrie(){return new Qe({empty:()=>[],append:(t,e)=>t.conc... method add (line 1) | add(t){let e=this.#ct;++this.#dt[this.#ct];for(let r=0;r{const r=new Wo... method constructor (line 1) | constructor(t){this.#At=new Promise((e=>{const r=new Worker(t,{type:"m... method fromURL (line 1) | static fromURL(t){return new sr(t)} method postMessage (line 1) | postMessage(t,e){this.#At.then((r=>{this.#Pt||r.postMessage(t,e??[])}))} method dispose (line 1) | dispose(){this.#Pt=!0,this.#At.then((t=>t.terminate()))} method terminate (line 1) | terminate(){this.dispose()} method onmessage (line 1) | set onmessage(t){this.#At.then((e=>{e.onmessage=t}))} method onerror (line 1) | set onerror(t){this.#At.then((e=>{e.onerror=t}))} FILE: packages/debugger-frontend/dist/third-party/front_end/core/dom_extension/dom_extension.js method constructor (line 1) | constructor(t,e,o,n){this.x=t||0,this.y=e||0,this.width=o||0,this.height... method contains (line 1) | contains(t,e){return t>=this.x&&t<=this.x+this.width&&e>=this.y&&e<=this... method relativeTo (line 1) | relativeTo(t){return new AnchorBox(this.x-t.x,this.y-t.y,this.width,this... method relativeToElement (line 1) | relativeToElement(t){return this.relativeTo(t.boxInWindow(t.ownerDocumen... method equals (line 1) | equals(t){return Boolean(t)&&this.x===t.x&&this.y===t.y&&this.width===t.... function r (line 1) | function r(t){if(!t.assignedSlot)return t.nextSibling;const e=t.assigned... FILE: packages/debugger-frontend/dist/third-party/front_end/core/host/host.js method Events (line 1) | get Events(){return o} function h (line 1) | function h(e,r,t){if(void 0===e||void 0===t)return null;if(0!==e){if(fun... function l (line 1) | function l(e){if(o){const{success:r,description:t}=function(e){const{sta... class E (line 1) | class E{#e=new Map;events;#r=null;recordedCountHistograms=[];recordedEnu... method constructor (line 1) | constructor(){function e(e){!("mac"===this.platform()?e.metaKey:e.ctrl... method platform (line 1) | platform(){const e=navigator.userAgent;return e.includes("Windows NT")... method loadCompleted (line 1) | loadCompleted(){} method bringToFront (line 1) | bringToFront(){} method closeWindow (line 1) | closeWindow(){} method setIsDocked (line 1) | setIsDocked(e,r){window.setTimeout(r,0)} method showSurvey (line 1) | showSurvey(e,r){window.setTimeout((()=>r({surveyShown:!1})),0)} method canShowSurvey (line 1) | canShowSurvey(e,r){window.setTimeout((()=>r({canShowSurvey:!1})),0)} method setInspectedPageBounds (line 1) | setInspectedPageBounds(e){} method inspectElementCompleted (line 1) | inspectElementCompleted(){} method setInjectedScriptForOrigin (line 1) | setInjectedScriptForOrigin(e,r){} method inspectedURLChanged (line 1) | inspectedURLChanged(e){document.title=w(C.devtoolsS,{PH1:e.replace(/^h... method copyText (line 1) | copyText(e){null!=e&&navigator.clipboard.writeText(e)} method openInNewTab (line 1) | openInNewTab(r){e.ParsedURL.schemeIs(r,"javascript:")||window.open(r,"... method openSearchResultsInNewTab (line 1) | openSearchResultsInNewTab(r){e.Console.Console.instance().error("Searc... method showItemInFolder (line 1) | showItemInFolder(r){e.Console.Console.instance().error("Show item in f... method save (line 1) | save(e,r,t,n){let s=this.#e.get(e);s||(s=[],this.#e.set(e,s)),s.push(r... method append (line 1) | append(e,r){const t=this.#e.get(e);t&&(t.push(r),this.events.dispatchE... method close (line 1) | close(e){const r=this.#e.get(e)||[];this.#e.delete(e);let t="";if(e)tr... method sendMessageToBackend (line 1) | sendMessageToBackend(e){} method recordCountHistogram (line 1) | recordCountHistogram(e,r,t,n,o){this.recordedCountHistograms.length>=1... method recordEnumeratedHistogram (line 1) | recordEnumeratedHistogram(e,r,t){this.recordedEnumeratedHistograms.len... method recordPerformanceHistogram (line 1) | recordPerformanceHistogram(e,r){this.recordedPerformanceHistograms.len... method recordUserMetricsAction (line 1) | recordUserMetricsAction(e){} method connectAutomaticFileSystem (line 1) | connectAutomaticFileSystem(e,r,t,n){queueMicrotask((()=>n({success:!1}... method disconnectAutomaticFileSystem (line 1) | disconnectAutomaticFileSystem(e){} method requestFileSystems (line 1) | requestFileSystems(){this.events.dispatchEventToListeners(o.FileSystem... method addFileSystem (line 1) | addFileSystem(e){window.webkitRequestFileSystem(window.TEMPORARY,10485... method removeFileSystem (line 1) | removeFileSystem(e){const r=e=>{e.forEach((e=>{e.isDirectory?e.removeR... method isolatedFileSystem (line 1) | isolatedFileSystem(e,r){return this.#r} method loadNetworkResource (line 1) | loadNetworkResource(e,r,t,n){fetch(e).then((async e=>{const r=await e.... method registerPreference (line 1) | registerPreference(e,r){} method getPreferences (line 1) | getPreferences(e){const r={};for(const e in window.localStorage)r[e]=w... method getPreference (line 1) | getPreference(e,r){r(window.localStorage[e])} method setPreference (line 1) | setPreference(e,r){window.localStorage[e]=r} method removePreference (line 1) | removePreference(e){delete window.localStorage[e]} method clearPreferences (line 1) | clearPreferences(){window.localStorage.clear()} method getSyncInformation (line 1) | getSyncInformation(e){if("getSyncInformationForTesting"in globalThis)r... method getHostConfig (line 1) | getHostConfig(e){const r={devToolsVeLogging:{enabled:!0},thirdPartyCoo... method upgradeDraggedFileSystemPermissions (line 1) | upgradeDraggedFileSystemPermissions(e){} method indexPath (line 1) | indexPath(e,r,t){} method stopIndexing (line 1) | stopIndexing(e){} method searchInPath (line 1) | searchInPath(e,r,t){} method zoomFactor (line 1) | zoomFactor(){return 1} method zoomIn (line 1) | zoomIn(){} method zoomOut (line 1) | zoomOut(){} method resetZoom (line 1) | resetZoom(){} method setWhitelistedShortcuts (line 1) | setWhitelistedShortcuts(e){} method setEyeDropperActive (line 1) | setEyeDropperActive(e){} method showCertificateViewer (line 1) | showCertificateViewer(e){} method reattach (line 1) | reattach(e){e()} method readyForTest (line 1) | readyForTest(){} method connectionReady (line 1) | connectionReady(){} method setOpenNewWindowForPopups (line 1) | setOpenNewWindowForPopups(e){} method setDevicesDiscoveryConfig (line 1) | setDevicesDiscoveryConfig(e){} method setDevicesUpdatesEnabled (line 1) | setDevicesUpdatesEnabled(e){} method openRemotePage (line 1) | openRemotePage(e,r){} method openNodeFrontend (line 1) | openNodeFrontend(){} method showContextMenuAtPoint (line 1) | showContextMenuAtPoint(e,r,t,n){throw new Error("Soft context menu sho... method isHostedMode (line 1) | isHostedMode(){return!0} method setAddExtensionCallback (line 1) | setAddExtensionCallback(e){} method initialTargetId (line 1) | async initialTargetId(){return null} method doAidaConversation (line 1) | doAidaConversation(e,r,t){t({error:"Not implemented"})} method registerAidaClientEvent (line 1) | registerAidaClientEvent(e,r){r({error:"Not implemented"})} method recordImpression (line 1) | recordImpression(e){} method recordResize (line 1) | recordResize(e){} method recordClick (line 1) | recordClick(e){} method recordHover (line 1) | recordHover(e){} method recordDrag (line 1) | recordDrag(e){} method recordChange (line 1) | recordChange(e){} method recordKeyDown (line 1) | recordKeyDown(e){} method recordSettingAccess (line 1) | recordSettingAccess(e){} class y (line 1) | class y{constructor(){for(const e of s)this[e[1]]=this.dispatch.bind(thi... method constructor (line 1) | constructor(){for(const e of s)this[e[1]]=this.dispatch.bind(this,e[0]... method dispatch (line 1) | dispatch(e,r,t,...n){if(r.length<2){try{f.events.dispatchEventToListen... method streamWrite (line 1) | streamWrite(e,r){p(e,r)} method InspectorFrontendHostInstance (line 1) | get InspectorFrontendHostInstance(){return f} class O (line 1) | class O extends Error{} class N (line 1) | class N extends Error{} class L (line 1) | class L{static buildConsoleInsightsRequest(e){const t=r.Runtime.hostConf... method buildConsoleInsightsRequest (line 1) | static buildConsoleInsightsRequest(e){const t=r.Runtime.hostConfig.aid... method checkAccessPreconditions (line 1) | static async checkAccessPreconditions(){if(!navigator.onLine)return"no... method fetch (line 1) | async*fetch(e,r){if(!f.doAidaConversation)throw new Error("doAidaConve... method registerClientEvent (line 1) | registerClientEvent(e){const{promise:r,resolve:t}=Promise.withResolver... class H (line 1) | class H extends e.ObjectWrapper.ObjectWrapper{#t;#n;constructor(){super(... method constructor (line 1) | constructor(){super()} method instance (line 1) | static instance(){return D||(D=new H),D} method addEventListener (line 1) | addEventListener(e,r){const t=!this.hasEventListeners(e),n=super.addEv... method removeEventListener (line 1) | removeEventListener(e,r){super.removeEventListener(e,r),this.hasEventL... method pollAidaAvailability (line 1) | async pollAidaAvailability(){this.#t=window.setTimeout((()=>this.pollA... method CitationSourceType (line 1) | get CitationSourceType(){return x} method ClientFeature (line 1) | get ClientFeature(){return P} method FunctionalityType (line 1) | get FunctionalityType(){return A} method RecitationAction (line 1) | get RecitationAction(){return T} method Role (line 1) | get Role(){return b} method UserTier (line 1) | get UserTier(){return R} function q (line 1) | function q(){return W||(W=f.platform()),W} function K (line 1) | function K(){return null===z&&(z=new $),z} class $ (line 1) | class ${#o="error";#s=new Set;#i=null;#a=null;#d="rn_fusebox";#c={};#l=n... method isEnabled (line 1) | isEnabled(){return!0===globalThis.enableReactNativePerfMetrics} method addEventListener (line 1) | addEventListener(e){this.#s.add(e);return()=>{this.#s.delete(e)}} method removeAllEventListeners (line 1) | removeAllEventListeners(){this.#s.clear()} method sendEvent (line 1) | sendEvent(e){if(!0!==globalThis.enableReactNativePerfMetrics)return;co... method registerPerfMetricsGlobalPostMessageHandler (line 1) | registerPerfMetricsGlobalPostMessageHandler(){!0===globalThis.enableRe... method registerGlobalErrorReporting (line 1) | registerGlobalErrorReporting(){window.addEventListener("error",(e=>{co... method setLaunchId (line 1) | setLaunchId(e){this.#i=e} method setAppId (line 1) | setAppId(e){this.#a=e} method setTelemetryInfo (line 1) | setTelemetryInfo(e){this.#c=e} method entryPointLoadingStarted (line 1) | entryPointLoadingStarted(e){this.#d=e,this.sendEvent({eventName:"Entry... method entryPointLoadingFinished (line 1) | entryPointLoadingFinished(e){this.sendEvent({eventName:"Entrypoint.Loa... method browserVisibilityChanged (line 1) | browserVisibilityChanged(e){this.sendEvent({eventName:"Browser.Visibil... method remoteDebuggingTerminated (line 1) | remoteDebuggingTerminated(e={}){this.sendEvent({eventName:"Connection.... method developerResourceLoadingStarted (line 1) | developerResourceLoadingStarted(e,r){const t=Q(e);this.sendEvent({even... method developerResourceLoadingFinished (line 1) | developerResourceLoadingFinished(e,r,t){const n=Q(e);this.sendEvent({e... method developerResourcesStartupLoadingFinishedEvent (line 1) | developerResourcesStartupLoadingFinishedEvent(e,r){this.sendEvent({eve... method fuseboxSetClientMetadataStarted (line 1) | fuseboxSetClientMetadataStarted(){this.sendEvent({eventName:"FuseboxSe... method fuseboxSetClientMetadataFinished (line 1) | fuseboxSetClientMetadataFinished(e,r){if(e)this.sendEvent({eventName:"... method traceRequested (line 1) | traceRequested(){this.sendEvent({eventName:"Tracing.TraceRequested"})} method heapSnapshotStarted (line 1) | heapSnapshotStarted(){this.sendEvent({eventName:"MemoryPanelActionStar... method heapSnapshotFinished (line 1) | heapSnapshotFinished(e){this.sendEvent({eventName:"MemoryPanelActionFi... method heapProfilingStarted (line 1) | heapProfilingStarted(){this.sendEvent({eventName:"MemoryPanelActionSta... method heapProfilingFinished (line 1) | heapProfilingFinished(e){this.sendEvent({eventName:"MemoryPanelActionF... method heapSamplingStarted (line 1) | heapSamplingStarted(){this.sendEvent({eventName:"MemoryPanelActionStar... method heapSamplingFinished (line 1) | heapSamplingFinished(e){this.sendEvent({eventName:"MemoryPanelActionFi... method stackTraceSymbolicationSucceeded (line 1) | stackTraceSymbolicationSucceeded(e){this.sendEvent({eventName:"StackTr... method stackTraceSymbolicationFailed (line 1) | stackTraceSymbolicationFailed(e,r,t){this.sendEvent({eventName:"StackT... method stackTraceFrameUrlResolutionSucceeded (line 1) | stackTraceFrameUrlResolutionSucceeded(){this.sendEvent({eventName:"Sta... method stackTraceFrameUrlResolutionFailed (line 1) | stackTraceFrameUrlResolutionFailed(e){this.sendEvent({eventName:"Stack... method manualBreakpointSetSucceeded (line 1) | manualBreakpointSetSucceeded(e){this.sendEvent({eventName:"ManualBreak... method stackTraceFrameClicked (line 1) | stackTraceFrameClicked(e){this.sendEvent({eventName:"StackTraceFrameCl... method panelShown (line 1) | panelShown(e,r){} method panelShownInLocation (line 1) | panelShownInLocation(e,r){this.sendEvent({eventName:"PanelShown",param... method #u (line 1) | #u(e){return{...e,...{timestamp:performance.timeOrigin+performance.now... function Q (line 1) | function Q(e){const{url:r}=e;return"http"===e.scheme||"https"===e.scheme... function Y (line 1) | function Y(e,r){if(r instanceof Error){return[`${e}: ${r.message}`,r]}co... class me (line 1) | class me{#m;#g;#p;constructor(){this.#m=!1,this.#g=!1,this.#p=""}panelSh... method constructor (line 1) | constructor(){this.#m=!1,this.#g=!1,this.#p=""} method panelShown (line 1) | panelShown(e,r){const t=Z[e]||0;f.recordEnumeratedHistogram("DevTools.... method panelShownInLocation (line 1) | panelShownInLocation(e,r){const t=ee[`${e}-${r}`]||0;f.recordEnumerate... method settingsPanelShown (line 1) | settingsPanelShown(e){this.panelShown("settings-"+e)} method sourcesPanelFileDebugged (line 1) | sourcesPanelFileDebugged(e){const r=e&&te[e]||te.Unknown;f.recordEnume... method sourcesPanelFileOpened (line 1) | sourcesPanelFileOpened(e){const r=e&&te[e]||te.Unknown;f.recordEnumera... method networkPanelResponsePreviewOpened (line 1) | networkPanelResponsePreviewOpened(e){const r=e&&te[e]||te.Unknown;f.re... method actionTaken (line 1) | actionTaken(e){f.recordEnumeratedHistogram("DevTools.ActionTaken",e,J.... method panelLoaded (line 1) | panelLoaded(e,r){this.#g||e!==this.#p||(this.#g=!0,requestAnimationFra... method setLaunchPanel (line 1) | setLaunchPanel(e){this.#p=e} method performanceTraceLoad (line 1) | performanceTraceLoad(e){f.recordPerformanceHistogram("DevTools.TraceLo... method keybindSetSettingChanged (line 1) | keybindSetSettingChanged(e){const r=ne[e]||0;f.recordEnumeratedHistogr... method keyboardShortcutFired (line 1) | keyboardShortcutFired(e){const r=oe[e]||oe.OtherShortcut;f.recordEnume... method issuesPanelOpenedFrom (line 1) | issuesPanelOpenedFrom(e){f.recordEnumeratedHistogram("DevTools.IssuesP... method issuesPanelIssueExpanded (line 1) | issuesPanelIssueExpanded(e){if(void 0===e)return;const r=ie[e];void 0!... method issuesPanelResourceOpened (line 1) | issuesPanelResourceOpened(e,r){const t=ae[e+r];void 0!==t&&f.recordEnu... method issueCreated (line 1) | issueCreated(e){const r=de[e];void 0!==r&&f.recordEnumeratedHistogram(... method experimentEnabledAtLaunch (line 1) | experimentEnabledAtLaunch(e){const r=se[e];void 0!==r&&f.recordEnumera... method navigationSettingAtFirstTimelineLoad (line 1) | navigationSettingAtFirstTimelineLoad(e){f.recordEnumeratedHistogram("D... method experimentDisabledAtLaunch (line 1) | experimentDisabledAtLaunch(e){const r=se[e];void 0!==r&&f.recordEnumer... method experimentChanged (line 1) | experimentChanged(e,r){const t=se[e];if(void 0===t)return;const n=r?"D... method developerResourceLoaded (line 1) | developerResourceLoaded(e){e>=8||f.recordEnumeratedHistogram("DevTools... method developerResourceScheme (line 1) | developerResourceScheme(e){e>=9||f.recordEnumeratedHistogram("DevTools... method language (line 1) | language(e){const r=ce[e];void 0!==r&&f.recordEnumeratedHistogram("Dev... method syncSetting (line 1) | syncSetting(e){f.getSyncInformation((r=>{let t=1;r.isSyncActive&&!r.ar... method recordingAssertion (line 1) | recordingAssertion(e){f.recordEnumeratedHistogram("DevTools.RecordingA... method recordingToggled (line 1) | recordingToggled(e){f.recordEnumeratedHistogram("DevTools.RecordingTog... method recordingReplayFinished (line 1) | recordingReplayFinished(e){f.recordEnumeratedHistogram("DevTools.Recor... method recordingReplaySpeed (line 1) | recordingReplaySpeed(e){f.recordEnumeratedHistogram("DevTools.Recordin... method recordingReplayStarted (line 1) | recordingReplayStarted(e){f.recordEnumeratedHistogram("DevTools.Record... method recordingEdited (line 1) | recordingEdited(e){f.recordEnumeratedHistogram("DevTools.RecordingEdit... method recordingExported (line 1) | recordingExported(e){f.recordEnumeratedHistogram("DevTools.RecordingEx... method recordingCodeToggled (line 1) | recordingCodeToggled(e){f.recordEnumeratedHistogram("DevTools.Recordin... method recordingCopiedToClipboard (line 1) | recordingCopiedToClipboard(e){f.recordEnumeratedHistogram("DevTools.Re... method cssHintShown (line 1) | cssHintShown(e){f.recordEnumeratedHistogram("DevTools.CSSHintShown",e,... method lighthouseModeRun (line 1) | lighthouseModeRun(e){f.recordEnumeratedHistogram("DevTools.LighthouseM... method lighthouseCategoryUsed (line 1) | lighthouseCategoryUsed(e){f.recordEnumeratedHistogram("DevTools.Lighth... method swatchActivated (line 1) | swatchActivated(e){f.recordEnumeratedHistogram("DevTools.SwatchActivat... method animationPlaybackRateChanged (line 1) | animationPlaybackRateChanged(e){f.recordEnumeratedHistogram("DevTools.... method animationPointDragged (line 1) | animationPointDragged(e){f.recordEnumeratedHistogram("DevTools.Animati... method workspacesPopulated (line 1) | workspacesPopulated(e){f.recordPerformanceHistogram("DevTools.Workspac... method visualLoggingProcessingDone (line 1) | visualLoggingProcessingDone(e){f.recordPerformanceHistogram("DevTools.... method freestylerQueryLength (line 1) | freestylerQueryLength(e){f.recordCountHistogram("DevTools.Freestyler.Q... method freestylerEvalResponseSize (line 1) | freestylerEvalResponseSize(e){f.recordCountHistogram("DevTools.Freesty... method Action (line 1) | get Action(){return J} method DevtoolsExperiments (line 1) | get DevtoolsExperiments(){return se} method ElementsSidebarTabCodes (line 1) | get ElementsSidebarTabCodes(){return re} method IssueCreated (line 1) | get IssueCreated(){return de} method IssueExpanded (line 1) | get IssueExpanded(){return ie} method IssueResourceOpened (line 1) | get IssueResourceOpened(){return ae} method KeybindSetSettings (line 1) | get KeybindSetSettings(){return ne} method KeyboardShortcutAction (line 1) | get KeyboardShortcutAction(){return oe} method Language (line 1) | get Language(){return ce} method ManifestSectionCodes (line 1) | get ManifestSectionCodes(){return le} method MediaTypes (line 1) | get MediaTypes(){return te} method PanelCodes (line 1) | get PanelCodes(){return Z} method PanelWithLocation (line 1) | get PanelWithLocation(){return ee} FILE: packages/debugger-frontend/dist/third-party/front_end/core/i18n/i18n.js class o (line 1) | class o{locale;lookupClosestDevToolsLocale;constructor(t){this.lookupClo... method constructor (line 1) | constructor(t){this.lookupClosestDevToolsLocale=t.lookupClosestDevTool... method instance (line 1) | static instance(t={create:!1}){if(!n&&!t.create)throw new Error("No La... method removeInstance (line 1) | static removeInstance(){n=null} method forceFallbackLocale (line 1) | forceFallbackLocale(){this.locale="en-US"} method languageIsSupportedByDevTools (line 1) | languageIsSupportedByDevTools(t){return r(t,this.lookupClosestDevTools... function r (line 1) | function r(t,i){const e=new Intl.Locale(t),n=new Intl.Locale(i);return e... function s (line 1) | function s(t){let i;return{format:e=>(i||(i=new Intl.NumberFormat(o.inst... function S (line 1) | function S(t,i,e={}){return t.getLocalizedStringSetFor(o.instance().loca... function x (line 1) | function x(t,i){if(!isFinite(t))return"-";if(i&&t<.1)return T.format(1e3... FILE: packages/debugger-frontend/dist/third-party/front_end/core/platform/platform.js function e (line 1) | function e(e,t,r){const n=e[t];e[t]=e[r],e[r]=n} function t (line 1) | function t(r,n,o,i,a,s){if(i<=o)return;const l=function(t,r,n,o,i){const... function r (line 1) | function r(e,t,r,n){const o=[];let i=0,a=0;for(;i9?"":"0")+e} class p (line 1) | class p{map=new Map;set(e,t){let r=this.map.get(e);r||(r=new Set,this.ma... method set (line 1) | set(e,t){let r=this.map.get(e);r||(r=new Set,this.map.set(e,r)),r.add(t)} method get (line 1) | get(e){return this.map.get(e)||new Set} method has (line 1) | has(e){return this.map.has(e)} method hasValue (line 1) | hasValue(e,t){const r=this.map.get(e);return!!r&&r.has(t)} method size (line 1) | get size(){return this.map.size} method delete (line 1) | delete(e,t){const r=this.get(e);if(!r)return!1;const n=r.delete(t);ret... method deleteAll (line 1) | deleteAll(e){this.map.delete(e)} method keysArray (line 1) | keysArray(){return[...this.map.keys()]} method keys (line 1) | keys(){return this.map.keys()} method valuesArray (line 1) | valuesArray(){const e=[];for(const t of this.map.values())e.push(...t.... method clear (line 1) | clear(){this.map.clear()} function m (line 1) | function m(e,t,r=0){for(let n=r;n=0&&e=0&&e>3]&1<<(7&e))} method setBit (line 1) | setBit(e){this[e>>3]|=1<<(7&e)} method clearBit (line 1) | clearBit(e){this[e>>3]&=~(1<<(7&e))} method previous (line 1) | previous(e){for(;e!==e>>3<<3;)if(--e,this.getBit(e))return e;let t=(e>... function V (line 1) | function V(e,t){if(null==e)throw new Error(`Expected given value to not ... function k (line 1) | function k(e,t){throw new Error(t)} function D (line 1) | function D(e){return e} class K (line 1) | class K extends Error{message;constructor(e){super(e),this.message=e}} method constructor (line 1) | constructor(e){super(e),this.message=e} FILE: packages/debugger-frontend/dist/third-party/front_end/core/protocol_client/protocol_client.js class n (line 1) | class n{static patch(i){!function i(o,r){o.url&&n.isPlatformPath(o.url,t... method patch (line 1) | static patch(i){!function i(o,r){o.url&&n.isPlatformPath(o.url,t.Platf... method isPlatformPath (line 1) | static isPlatformPath(e,t){if(t){return/^([a-z]:[\/\\]|\\\\)/i.test(e)... class l (line 1) | class l{agentPrototypes=new Map;#e=!1;#t=new Map;typeMap=new Map;enumMap... method getOrCreateEventParameterNamesForDomain (line 1) | getOrCreateEventParameterNamesForDomain(e){let t=this.#t.get(e);return... method getOrCreateEventParameterNamesForDomainForTesting (line 1) | getOrCreateEventParameterNamesForDomainForTesting(e){return this.getOr... method getEventParameterNames (line 1) | getEventParameterNames(){return this.#t} method reportProtocolError (line 1) | static reportProtocolError(e,t){console.error(e+": "+JSON.stringify(t))} method reportProtocolWarning (line 1) | static reportProtocolWarning(e,t){console.warn(e+": "+JSON.stringify(t))} method isInitialized (line 1) | isInitialized(){return this.#e} method agentPrototype (line 1) | agentPrototype(e){let t=this.agentPrototypes.get(e);return t||(t=new y... method registerCommand (line 1) | registerCommand(e,t,n,i){const[o,r]=s(e);this.agentPrototype(o).regist... method registerEnum (line 1) | registerEnum(e,t){const[n,i]=s(e);globalThis.Protocol[n]||(globalThis.... method registerType (line 1) | registerType(e,t){this.typeMap.set(e,t),this.#e=!0} method registerEvent (line 1) | registerEvent(e,t){const n=e.split(".")[0];this.getOrCreateEventParame... class m (line 1) | class m{#n;#i=1;#o=0;#r=new Set;#a=new Map;#s=[];constructor(e){this.#n=... method constructor (line 1) | constructor(e){this.#n=e,c.deprecatedRunAfterPendingDispatches=this.de... method registerSession (line 1) | registerSession(e,t,n){if(n)for(const e of this.#a.values())if(e.proxy... method unregisterSession (line 1) | unregisterSession(e){const t=this.#a.get(e);if(t){for(const e of t.cal... method getTargetBySessionId (line 1) | getTargetBySessionId(e){const t=this.#a.get(e||"");return t?t.target:n... method nextMessageId (line 1) | nextMessageId(){return this.#i++} method connection (line 1) | connection(){return this.#n} method sendMessage (line 1) | sendMessage(e,t,n,i,o){const r=this.nextMessageId(),a={id:r,method:n};... method sendRawMessageForTesting (line 1) | sendRawMessageForTesting(e,t,n,i=""){const o=e.split(".")[0];this.send... method onMessage (line 1) | onMessage(e){if(c.dumpProtocol&&c.dumpProtocol("backend: "+("string"==... method hasOutstandingNonLongPollingRequests (line 1) | hasOutstandingNonLongPollingRequests(){return this.#o-this.#r.size>0} method deprecatedRunAfterPendingDispatches (line 1) | deprecatedRunAfterPendingDispatches(e){e&&this.#s.push(e),window.setTi... method executeAfterPendingDispatches (line 1) | executeAfterPendingDispatches(){if(!this.hasOutstandingNonLongPollingR... method dispatchConnectionError (line 1) | static dispatchConnectionError(e,t){const n={message:`Connection is cl... method dispatchUnregisterSessionError (line 1) | static dispatchUnregisterSessionError({callback:e,method:t}){const n={... class y (line 1) | class y{replyArgs;description="";metadata;domain;target;constructor(e){t... method constructor (line 1) | constructor(e){this.replyArgs={},this.domain=e,this.metadata={}} method registerCommand (line 1) | registerCommand(e,t,n,i){const o=p(this.domain,e);this[e]=function(...... method prepareParameters (line 1) | prepareParameters(e,t,n,i){const o={};let r=!1;for(const a of t){const... method sendMessageToBackendPromise (line 1) | sendMessageToBackendPromise(e,t,n){let i;const s=this.prepareParameter... method invoke (line 1) | invoke(e,t){return new Promise((n=>{const i=(t,i)=>{t&&!c.suppressRequ... class g (line 1) | class g{#p;#l=[];constructor(e){this.#p=e}addDomainDispatcher(e){this.#l... method constructor (line 1) | constructor(e){this.#p=e} method addDomainDispatcher (line 1) | addDomainDispatcher(e){this.#l.push(e)} method removeDomainDispatcher (line 1) | removeDomainDispatcher(e){const t=this.#l.indexOf(e);-1!==t&&this.#l.s... method dispatch (line 1) | dispatch(e,t){if(this.#l.length)if(this.#p.has(t.method))for(let n=0;n... method constructor (line 1) | constructor(){} method setOnMessage (line 1) | setOnMessage(e){} method setOnDisconnect (line 1) | setOnDisconnect(e){} method sendRawMessage (line 1) | sendRawMessage(e){} method disconnect (line 1) | disconnect(){throw new Error("not implemented")} method setFactory (line 1) | static setFactory(e){d=e} method getFactory (line 1) | static getFactory(){return d} method constructor (line 1) | constructor(e,t,n,i){if(this.needsNodeJSPatching=e,this.sessionId=n,!t&&... method dispatch (line 1) | dispatch(e){const[t,n]=s(e.method),i=this.#l.get(t);i?i.dispatch(n,e):l.... method dispose (line 1) | dispose(e){this.routerInternal&&(this.routerInternal.unregisterSession(t... method isDisposed (line 1) | isDisposed(){return!this.routerInternal} method markAsNodeJSForTest (line 1) | markAsNodeJSForTest(){this.needsNodeJSPatching=!0} method router (line 1) | router(){return this.routerInternal} method getAgent (line 1) | getAgent(e){const t=this.#d.get(e);if(!t)throw new Error("Accessing unde... method accessibilityAgent (line 1) | accessibilityAgent(){return this.getAgent("Accessibility")} method animationAgent (line 1) | animationAgent(){return this.getAgent("Animation")} method auditsAgent (line 1) | auditsAgent(){return this.getAgent("Audits")} method autofillAgent (line 1) | autofillAgent(){return this.getAgent("Autofill")} method browserAgent (line 1) | browserAgent(){return this.getAgent("Browser")} method backgroundServiceAgent (line 1) | backgroundServiceAgent(){return this.getAgent("BackgroundService")} method cacheStorageAgent (line 1) | cacheStorageAgent(){return this.getAgent("CacheStorage")} method cssAgent (line 1) | cssAgent(){return this.getAgent("CSS")} method debuggerAgent (line 1) | debuggerAgent(){return this.getAgent("Debugger")} method deviceOrientationAgent (line 1) | deviceOrientationAgent(){return this.getAgent("DeviceOrientation")} method domAgent (line 1) | domAgent(){return this.getAgent("DOM")} method domdebuggerAgent (line 1) | domdebuggerAgent(){return this.getAgent("DOMDebugger")} method domsnapshotAgent (line 1) | domsnapshotAgent(){return this.getAgent("DOMSnapshot")} method domstorageAgent (line 1) | domstorageAgent(){return this.getAgent("DOMStorage")} method emulationAgent (line 1) | emulationAgent(){return this.getAgent("Emulation")} method eventBreakpointsAgent (line 1) | eventBreakpointsAgent(){return this.getAgent("EventBreakpoints")} method extensionsAgent (line 1) | extensionsAgent(){return this.getAgent("Extensions")} method fetchAgent (line 1) | fetchAgent(){return this.getAgent("Fetch")} method heapProfilerAgent (line 1) | heapProfilerAgent(){return this.getAgent("HeapProfiler")} method indexedDBAgent (line 1) | indexedDBAgent(){return this.getAgent("IndexedDB")} method inputAgent (line 1) | inputAgent(){return this.getAgent("Input")} method ioAgent (line 1) | ioAgent(){return this.getAgent("IO")} method inspectorAgent (line 1) | inspectorAgent(){return this.getAgent("Inspector")} method layerTreeAgent (line 1) | layerTreeAgent(){return this.getAgent("LayerTree")} method logAgent (line 1) | logAgent(){return this.getAgent("Log")} method mediaAgent (line 1) | mediaAgent(){return this.getAgent("Media")} method memoryAgent (line 1) | memoryAgent(){return this.getAgent("Memory")} method networkAgent (line 1) | networkAgent(){return this.getAgent("Network")} method overlayAgent (line 1) | overlayAgent(){return this.getAgent("Overlay")} method pageAgent (line 1) | pageAgent(){return this.getAgent("Page")} method preloadAgent (line 1) | preloadAgent(){return this.getAgent("Preload")} method profilerAgent (line 1) | profilerAgent(){return this.getAgent("Profiler")} method performanceAgent (line 1) | performanceAgent(){return this.getAgent("Performance")} method reactNativeApplicationAgent (line 1) | reactNativeApplicationAgent(){return this.getAgent("ReactNativeApplicati... method runtimeAgent (line 1) | runtimeAgent(){return this.getAgent("Runtime")} method securityAgent (line 1) | securityAgent(){return this.getAgent("Security")} method serviceWorkerAgent (line 1) | serviceWorkerAgent(){return this.getAgent("ServiceWorker")} method storageAgent (line 1) | storageAgent(){return this.getAgent("Storage")} method systemInfo (line 1) | systemInfo(){return this.getAgent("SystemInfo")} method targetAgent (line 1) | targetAgent(){return this.getAgent("Target")} method tracingAgent (line 1) | tracingAgent(){return this.getAgent("Tracing")} method webAudioAgent (line 1) | webAudioAgent(){return this.getAgent("WebAudio")} method webAuthnAgent (line 1) | webAuthnAgent(){return this.getAgent("WebAuthn")} method registerDispatcher (line 1) | registerDispatcher(e,t){const n=this.#l.get(e);n&&n.addDomainDispatcher(t)} method unregisterDispatcher (line 1) | unregisterDispatcher(e,t){const n=this.#l.get(e);n&&n.removeDomainDispat... method registerAccessibilityDispatcher (line 1) | registerAccessibilityDispatcher(e){this.registerDispatcher("Accessibilit... method registerAutofillDispatcher (line 1) | registerAutofillDispatcher(e){this.registerDispatcher("Autofill",e)} method registerAnimationDispatcher (line 1) | registerAnimationDispatcher(e){this.registerDispatcher("Animation",e)} method registerAuditsDispatcher (line 1) | registerAuditsDispatcher(e){this.registerDispatcher("Audits",e)} method registerCSSDispatcher (line 1) | registerCSSDispatcher(e){this.registerDispatcher("CSS",e)} method registerBackgroundServiceDispatcher (line 1) | registerBackgroundServiceDispatcher(e){this.registerDispatcher("Backgrou... method registerDebuggerDispatcher (line 1) | registerDebuggerDispatcher(e){this.registerDispatcher("Debugger",e)} method unregisterDebuggerDispatcher (line 1) | unregisterDebuggerDispatcher(e){this.unregisterDispatcher("Debugger",e)} method registerDOMDispatcher (line 1) | registerDOMDispatcher(e){this.registerDispatcher("DOM",e)} method registerDOMStorageDispatcher (line 1) | registerDOMStorageDispatcher(e){this.registerDispatcher("DOMStorage",e)} method registerFetchDispatcher (line 1) | registerFetchDispatcher(e){this.registerDispatcher("Fetch",e)} method registerHeapProfilerDispatcher (line 1) | registerHeapProfilerDispatcher(e){this.registerDispatcher("HeapProfiler"... method registerInspectorDispatcher (line 1) | registerInspectorDispatcher(e){this.registerDispatcher("Inspector",e)} method registerLayerTreeDispatcher (line 1) | registerLayerTreeDispatcher(e){this.registerDispatcher("LayerTree",e)} method registerLogDispatcher (line 1) | registerLogDispatcher(e){this.registerDispatcher("Log",e)} method registerMediaDispatcher (line 1) | registerMediaDispatcher(e){this.registerDispatcher("Media",e)} method registerNetworkDispatcher (line 1) | registerNetworkDispatcher(e){this.registerDispatcher("Network",e)} method registerOverlayDispatcher (line 1) | registerOverlayDispatcher(e){this.registerDispatcher("Overlay",e)} method registerPageDispatcher (line 1) | registerPageDispatcher(e){this.registerDispatcher("Page",e)} method registerPreloadDispatcher (line 1) | registerPreloadDispatcher(e){this.registerDispatcher("Preload",e)} method registerProfilerDispatcher (line 1) | registerProfilerDispatcher(e){this.registerDispatcher("Profiler",e)} method registerReactNativeApplicationDispatcher (line 1) | registerReactNativeApplicationDispatcher(e){this.registerDispatcher("Rea... method registerRuntimeDispatcher (line 1) | registerRuntimeDispatcher(e){this.registerDispatcher("Runtime",e)} method registerSecurityDispatcher (line 1) | registerSecurityDispatcher(e){this.registerDispatcher("Security",e)} method registerServiceWorkerDispatcher (line 1) | registerServiceWorkerDispatcher(e){this.registerDispatcher("ServiceWorke... method registerStorageDispatcher (line 1) | registerStorageDispatcher(e){this.registerDispatcher("Storage",e)} method registerTargetDispatcher (line 1) | registerTargetDispatcher(e){this.registerDispatcher("Target",e)} method registerTracingDispatcher (line 1) | registerTracingDispatcher(e){this.registerDispatcher("Tracing",e)} method registerWebAudioDispatcher (line 1) | registerWebAudioDispatcher(e){this.registerDispatcher("WebAudio",e)} method registerWebAuthnDispatcher (line 1) | registerWebAuthnDispatcher(e){this.registerDispatcher("WebAuthn",e)} method getNeedsNodeJSPatching (line 1) | getNeedsNodeJSPatching(){return this.needsNodeJSPatching} FILE: packages/debugger-frontend/dist/third-party/front_end/core/rn_experiments/rn_experiments.js class n (line 1) | class n{name;title;unstable;docLink;feedbackLink;enabledByDefault;constr... method constructor (line 1) | constructor(e){this.name=e.name,this.title=e.title,this.unstable=e.uns... method register (line 1) | register(e){if(i.didInitializeExperiments)throw new Error("Experiments m... method enableExperimentsByDefault (line 1) | enableExperimentsByDefault(e){if(i.didInitializeExperiments)throw new Er... method copyInto (line 1) | copyInto(e,t=""){for(const[n,r]of this.#e)e.register(n,t+r.title,r.unsta... FILE: packages/debugger-frontend/dist/third-party/front_end/core/root/root.js function i (line 1) | function i(){return window.location.pathname} function a (line 1) | function a(e){return["node_app","js_app"].some((t=>e.includes(t)))} class o (line 1) | class o{constructor(){}static instance(e={forceNew:null}){const{forceNew... method constructor (line 1) | constructor(){} method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return n&&!t||(... method removeInstance (line 1) | static removeInstance(){n=void 0} method queryParam (line 1) | static queryParam(e){return t.get(e)} method setQueryParamForTesting (line 1) | static setQueryParamForTesting(e,n){t.set(e,n)} method isNode (line 1) | static isNode(){return void 0===r&&(r=a(i())),r} method setPlatform (line 1) | static setPlatform(e){s=e} method platform (line 1) | static platform(){return s} method isDescriptorEnabled (line 1) | static isDescriptorEnabled(e){const{experiment:t}=e;if("*"===t)return!... method loadLegacyModule (line 1) | loadLegacyModule(e){console.log("Loading legacy module: "+e);return im... class l (line 1) | class l{#e=[];#t=new Set;#n=new Set;#r=new Set;#s=new Set;#i=new c;allCo... method allConfigurableExperiments (line 1) | allConfigurableExperiments(){const e=[];for(const t of this.#e)this.#n... method register (line 1) | register(t,n,r,s,i){if(this.#t.has(t))throw new Error(`Duplicate regis... method isEnabled (line 1) | isEnabled(e){return this.checkExperiment(e),!1!==this.#i.get(e)&&(!(!t... method setEnabled (line 1) | setEnabled(e,t){this.checkExperiment(e),this.#i.set(e,t)} method enableExperimentsTransiently (line 1) | enableExperimentsTransiently(e){for(const t of e)this.checkExperiment(... method enableExperimentsByDefault (line 1) | enableExperimentsByDefault(e){for(const t of e)this.checkExperiment(t)... method setServerEnabledExperiments (line 1) | setServerEnabledExperiments(e){for(const t of e)this.checkExperiment(t... method enableForTest (line 1) | enableForTest(e){this.checkExperiment(e),this.#n.add(e)} method disableForTest (line 1) | disableForTest(e){this.checkExperiment(e),this.#n.delete(e)} method clearForTest (line 1) | clearForTest(){this.#e=[],this.#t.clear(),this.#n.clear(),this.#r.clea... method cleanUpStaleExperiments (line 1) | cleanUpStaleExperiments(){this.#i.cleanUpStaleExperiments(this.#t)} method checkExperiment (line 1) | checkExperiment(e){if(!this.#t.has(e))throw new Error(`Unknown experim... class c (line 1) | class c{#e={};constructor(){try{const e=self.localStorage?.getItem("expe... method constructor (line 1) | constructor(){try{const e=self.localStorage?.getItem("experiments");e&... method get (line 1) | get(e){return this.#e[e]} method set (line 1) | set(e,t){this.#e[e]=t,this.#a()} method cleanUpStaleExperiments (line 1) | cleanUpStaleExperiments(e){for(const[t]of Object.entries(this.#e))e.ha... method #a (line 1) | #a(){self.localStorage?.setItem("experiments",JSON.stringify(this.#e))} class m (line 1) | class m{name;title;unstable;docLink;feedbackLink;#e;constructor(e,t,n,r,... method constructor (line 1) | constructor(e,t,n,r,s,i){this.name=t,this.title=n,this.unstable=r,this... method isEnabled (line 1) | isEnabled(){return this.#e.isEnabled(this.name)} method setEnabled (line 1) | setEnabled(e){this.#e.setEnabled(this.name,e)} method ConditionName (line 1) | get ConditionName(){return p} method GenAiEnterprisePolicyValue (line 1) | get GenAiEnterprisePolicyValue(){return d} method HostConfigFreestylerExecutionMode (line 1) | get HostConfigFreestylerExecutionMode(){return u} method RNExperimentName (line 1) | get RNExperimentName(){return E} FILE: packages/debugger-frontend/dist/third-party/front_end/core/sdk/sdk.js class h (line 1) | class h extends e.ObjectWrapper.ObjectWrapper{#e;constructor(e){super(),... method constructor (line 1) | constructor(e){super(),this.#e=e} method target (line 1) | target(){return this.#e} method preSuspendModel (line 1) | async preSuspendModel(e){} method suspendModel (line 1) | async suspendModel(e){} method resumeModel (line 1) | async resumeModel(){} method postResumeModel (line 1) | async postResumeModel(){} method dispose (line 1) | dispose(){} method register (line 1) | static register(e,t){if(t.early&&!t.autostart)throw new Error(`Error r... method registeredModels (line 1) | static get registeredModels(){return c} class f (line 1) | class f{#t=[];#n=new Map;#r=new Map;#s=new Set;#i=new Set;#o=new Map;#a=... method constructor (line 1) | constructor(e,t){this.#a=t;for(let t=0;t{s?.scoped&&!this.isInScope(e)|... method removeModelListener (line 1) | removeModelListener(e,t,n,r){if(!this.#A.has(t))return;let s=null;for(... method observeTargets (line 1) | observeTargets(e,t){if(this.#L.has(e))throw new Error("Observer can on... method unobserveTargets (line 1) | unobserveTargets(e){this.#L.delete(e),this.#D.delete(e)} method createTarget (line 1) | createTarget(e,t,n,r,s,i,o,a){const l=new z(this,e,t,n,r,s||"",this.#R... method removeTarget (line 1) | removeTarget(e){if(!this.#E.has(e))return;const t=this.isInScope(e);th... method targets (line 1) | targets(){return[...this.#E]} method targetById (line 1) | targetById(e){return this.targets().find((t=>t.id()===e))||null} method rootTarget (line 1) | rootTarget(){return 0===this.#E.size?null:this.#E.values().next().valu... method primaryPageTarget (line 1) | primaryPageTarget(){let e=this.rootTarget();return e?.type()===U.TAB&&... method browserTarget (line 1) | browserTarget(){return this.#N} method maybeAttachInitialTarget (line 1) | async maybeAttachInitialTarget(){if(!Boolean(o.Runtime.Runtime.queryPa... method clearAllTargetsForTest (line 1) | clearAllTargetsForTest(){this.#E.clear()} method isInScope (line 1) | isInScope(e){if(!e)return!1;for(function(e){return"source"in e&&e.sour... method setScopeTarget (line 1) | setScopeTarget(e){if(e!==this.#F){for(const e of this.targets())if(thi... method addScopeChangeListener (line 1) | addScopeChangeListener(e){this.#_.add(e)} method scopeTarget (line 1) | scopeTarget(){return this.#F} method targetAdded (line 1) | targetAdded(e){} method targetRemoved (line 1) | targetRemoved(e){} method modelAdded (line 1) | modelAdded(e){} method modelRemoved (line 1) | modelRemoved(e){} class Z (line 1) | class Z extends h{dispatcher;fetchDispatcher;#H;#U;constructor(t){super(... method constructor (line 1) | constructor(t){super(t),this.dispatcher=new le(this),this.fetchDispatc... method forRequest (line 1) | static forRequest(e){return J.get(e)||null} method canReplayRequest (line 1) | static canReplayRequest(t){return Boolean(J.get(t))&&Boolean(t.backend... method replayRequest (line 1) | static replayRequest(e){const t=J.get(e),n=e.backendRequestId();t&&n&&... method searchInRequest (line 1) | static async searchInRequest(e,n,r,s){const i=Z.forRequest(e),o=e.back... method requestContentData (line 1) | static async requestContentData(n){if(n.resourceType()===e.ResourceTyp... method streamResponseBody (line 1) | static async streamResponseBody(e){if(e.finished)return{error:"Streami... method requestPostData (line 1) | static async requestPostData(e){const t=Z.forRequest(e);if(!t)return c... method connectionType (line 1) | static connectionType(e){if(!e.download&&!e.upload)return"none";try{co... method lowercaseHeaders (line 1) | static lowercaseHeaders(e){const t={};for(const n in e)t[n.toLowerCase... method requestForURL (line 1) | requestForURL(e){return this.dispatcher.requestForURL(e)} method requestForId (line 1) | requestForId(e){return this.dispatcher.requestForId(e)} method requestForLoaderId (line 1) | requestForLoaderId(e){return this.dispatcher.requestForLoaderId(e)} method cacheDisabledSettingChanged (line 1) | cacheDisabledSettingChanged({data:e}){this.#H.invoke_setCacheDisabled(... method cookieControlFlagsSettingChanged (line 1) | cookieControlFlagsSettingChanged(){const t=Boolean(e.Settings.Settings... method dispose (line 1) | dispose(){e.Settings.Settings.instance().moduleSetting("cache-disabled... method bypassServiceWorkerChanged (line 1) | bypassServiceWorkerChanged(){this.#H.invoke_setBypassServiceWorker({by... method getSecurityIsolationStatus (line 1) | async getSecurityIsolationStatus(e){const t=await this.#H.invoke_getSe... method enableReportingApi (line 1) | async enableReportingApi(e=!0){return await this.#H.invoke_enableRepor... method loadNetworkResource (line 1) | async loadNetworkResource(e,t,n){const r=await this.#H.invoke_loadNetw... method clearRequests (line 1) | clearRequests(){this.dispatcher.clearRequests()} class ae (line 1) | class ae{#q;#z;constructor(e,t){this.#q=e,this.#z=t}requestPaused({reque... method constructor (line 1) | constructor(e,t){this.#q=e,this.#z=t} method requestPaused (line 1) | requestPaused({requestId:e,request:t,resourceType:n,responseStatusCode... method authRequired (line 1) | authRequired({}){} class le (line 1) | class le{#z;#j=new Map;#V=new Map;#W=new Map;#G=new Map;#K=new Map;const... method constructor (line 1) | constructor(e){this.#z=e,ce.instance().addEventListener("RequestInterc... method #Q (line 1) | #Q(e){const t=this.requestForId(e.data);t&&t.setWasIntercepted(!0)} method headersMapToHeadersArray (line 1) | headersMapToHeadersArray(e){const t=[];for(const n in e){const r=e[n].... method updateNetworkRequestWithRequest (line 1) | updateNetworkRequestWithRequest(e,t){e.requestMethod=t.method,e.setReq... method updateNetworkRequestWithResponse (line 1) | updateNetworkRequestWithResponse(t,n){n.url&&t.url()!==n.url&&t.setUrl... method requestForId (line 1) | requestForId(e){return this.#j.get(e)||null} method requestForURL (line 1) | requestForURL(e){return this.#V.get(e)||null} method requestForLoaderId (line 1) | requestForLoaderId(e){return this.#W.get(e)||null} method resourceChangedPriority (line 1) | resourceChangedPriority({requestId:e,newPriority:t}){const n=this.#j.g... method signedExchangeReceived (line 1) | signedExchangeReceived({requestId:t,info:n}){let r=this.#j.get(t);(r||... method requestWillBeSent (line 1) | requestWillBeSent({requestId:t,loaderId:n,documentURL:r,request:s,time... method requestServedFromCache (line 1) | requestServedFromCache({requestId:e}){const t=this.#j.get(e);t&&t.setF... method responseReceived (line 1) | responseReceived({requestId:t,loaderId:n,timestamp:r,type:s,response:i... method dataReceived (line 1) | dataReceived(e){let t=this.#j.get(e.requestId);t||(t=this.maybeAdoptMa... method loadingFinished (line 1) | loadingFinished({requestId:e,timestamp:t,encodedDataLength:n}){let r=t... method loadingFailed (line 1) | loadingFailed({requestId:t,timestamp:n,type:r,errorText:s,canceled:i,b... method webSocketCreated (line 1) | webSocketCreated({requestId:t,url:n,initiator:r}){const s=Ri.createFor... method webSocketWillSendHandshakeRequest (line 1) | webSocketWillSendHandshakeRequest({requestId:e,timestamp:t,wallTime:n,... method webSocketHandshakeResponseReceived (line 1) | webSocketHandshakeResponseReceived({requestId:e,timestamp:t,response:n... method webSocketFrameReceived (line 1) | webSocketFrameReceived({requestId:e,timestamp:t,response:n}){const r=t... method webSocketFrameSent (line 1) | webSocketFrameSent({requestId:e,timestamp:t,response:n}){const r=this.... method webSocketFrameError (line 1) | webSocketFrameError({requestId:e,timestamp:t,errorMessage:n}){const r=... method webSocketClosed (line 1) | webSocketClosed({requestId:e,timestamp:t}){const n=this.#j.get(e);n&&t... method eventSourceMessageReceived (line 1) | eventSourceMessageReceived({requestId:e,timestamp:t,eventName:n,eventI... method requestIntercepted (line 1) | requestIntercepted({}){} method requestWillBeSentExtraInfo (line 1) | requestWillBeSentExtraInfo({requestId:e,associatedCookies:t,headers:n,... method responseReceivedEarlyHints (line 1) | responseReceivedEarlyHints({requestId:e,headers:t}){this.getExtraInfoB... method responseReceivedExtraInfo (line 1) | responseReceivedExtraInfo({requestId:e,blockedCookies:t,headers:n,head... method getExtraInfoBuilder (line 1) | getExtraInfoBuilder(e){let t;return this.#G.has(e)?t=this.#G.get(e):(t... method appendRedirect (line 1) | appendRedirect(e,t,n){const r=this.#j.get(e);if(!r)throw new Error(`Co... method maybeAdoptMainResourceRequest (line 1) | maybeAdoptMainResourceRequest(e){const t=ce.instance().inflightMainRes... method startNetworkRequest (line 1) | startNetworkRequest(e,t){this.#j.set(e.requestId(),e),this.#V.set(e.ur... method updateNetworkRequest (line 1) | updateNetworkRequest(e){this.#z.dispatchEventToListeners(ee.RequestUpd... method finishNetworkRequest (line 1) | finishNetworkRequest(t,n,r){if(t.endTime=n,t.finished=!0,r>=0){const e... method clearRequests (line 1) | clearRequests(){for(const[e,t]of this.#j)t.finished&&this.#j.delete(e)... method webTransportCreated (line 1) | webTransportCreated({transportId:t,url:n,timestamp:r,initiator:s}){con... method webTransportConnectionEstablished (line 1) | webTransportConnectionEstablished({transportId:e,timestamp:t}){const n... method webTransportClosed (line 1) | webTransportClosed({transportId:e,timestamp:t}){const n=this.#j.get(e)... method directTCPSocketCreated (line 1) | directTCPSocketCreated(t){const r=0===t.remotePort?t.remoteAddr:`${t.r... method directTCPSocketOpened (line 1) | directTCPSocketOpened(e){const t=this.#j.get(e.identifier);if(!t?.dire... method directTCPSocketAborted (line 1) | directTCPSocketAborted(e){const t=this.#j.get(e.identifier);t?.directS... method directTCPSocketClosed (line 1) | directTCPSocketClosed(e){const t=this.#j.get(e.identifier);t?.directSo... method trustTokenOperationDone (line 1) | trustTokenOperationDone(e){const t=this.#j.get(e.requestId);t?t.setTru... method subresourceWebBundleMetadataReceived (line 1) | subresourceWebBundleMetadataReceived({requestId:e,urls:t}){const n=thi... method subresourceWebBundleMetadataError (line 1) | subresourceWebBundleMetadataError({requestId:e,errorMessage:t}){const ... method subresourceWebBundleInnerResponseParsed (line 1) | subresourceWebBundleInnerResponseParsed({innerRequestId:e,bundleReques... method subresourceWebBundleInnerResponseError (line 1) | subresourceWebBundleInnerResponseError({innerRequestId:e,errorMessage:... method reportingApiReportAdded (line 1) | reportingApiReportAdded(e){this.#z.dispatchEventToListeners(ee.Reporti... method reportingApiReportUpdated (line 1) | reportingApiReportUpdated(e){this.#z.dispatchEventToListeners(ee.Repor... method reportingApiEndpointsChangedForOrigin (line 1) | reportingApiEndpointsChangedForOrigin(e){this.#z.dispatchEventToListen... method policyUpdated (line 1) | policyUpdated(){} method createNetworkRequest (line 1) | createNetworkRequest(e,t,n,r,s,i){const o=Ri.create(e,r,s,t,n,i);retur... class ce (line 1) | class ce extends e.ObjectWrapper.ObjectWrapper{#$="";#X=null;#J=null;#Y=... method constructor (line 1) | constructor(){super();const e=()=>{this.updateBlockedPatterns(),this.d... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return de&&!t||... method dispose (line 1) | static dispose(){de=null} method patchUserAgentWithChromeVersion (line 1) | static patchUserAgentWithChromeVersion(e){const t=o.Runtime.getChromeV... method patchUserAgentMetadataWithChromeVersion (line 1) | static patchUserAgentMetadataWithChromeVersion(e){if(!e.brands)return;... method modelAdded (line 1) | modelAdded(e){const t=e.target().networkAgent(),n=e.target().fetchAgen... method modelRemoved (line 1) | modelRemoved(e){for(const t of this.inflightMainResourceRequests){Z.fo... method isThrottling (line 1) | isThrottling(){return this.#ee.download>=0||this.#ee.upload>=0||this.#... method isOffline (line 1) | isOffline(){return!this.#ee.download&&!this.#ee.upload} method setNetworkConditions (line 1) | setNetworkConditions(e){this.#ee=e;for(const e of this.#Y)this.updateN... method networkConditions (line 1) | networkConditions(){return this.#ee} method updateNetworkConditions (line 1) | updateNetworkConditions(e){const t=this.#ee;this.isThrottling()?e.invo... method setExtraHTTPHeaders (line 1) | setExtraHTTPHeaders(e){this.#oe=e;for(const e of this.#Y)e.invoke_setE... method currentUserAgent (line 1) | currentUserAgent(){return this.#ae?this.#ae:this.#$} method updateUserAgentOverride (line 1) | updateUserAgentOverride(){const e=this.currentUserAgent();for(const t ... method setUserAgentOverride (line 1) | setUserAgentOverride(e,t){const n=this.#$!==e;this.#$=e,this.#ae?this.... method userAgentOverride (line 1) | userAgentOverride(){return this.#$} method setCustomUserAgentOverride (line 1) | setCustomUserAgentOverride(e,t=null){this.#ae=e,this.#X=t,this.updateU... method setCustomAcceptedEncodingsOverride (line 1) | setCustomAcceptedEncodingsOverride(e){this.#J=e,this.updateAcceptedEnc... method clearCustomAcceptedEncodingsOverride (line 1) | clearCustomAcceptedEncodingsOverride(){this.#J=null,this.updateAccepte... method isAcceptedEncodingOverrideSet (line 1) | isAcceptedEncodingOverrideSet(){return null!==this.#J} method updateAcceptedEncodingsOverride (line 1) | updateAcceptedEncodingsOverride(){const e=this.#J;for(const t of this.... method blockedPatterns (line 1) | blockedPatterns(){return this.#re.get().slice()} method blockingEnabled (line 1) | blockingEnabled(){return this.#ne.get()} method isBlocking (line 1) | isBlocking(){return Boolean(this.#se.length)} method setBlockedPatterns (line 1) | setBlockedPatterns(e){this.#re.set(e)} method setBlockingEnabled (line 1) | setBlockingEnabled(e){this.#ne.get()!==e&&this.#ne.set(e)} method updateBlockedPatterns (line 1) | updateBlockedPatterns(){const e=[];if(this.#ne.get())for(const t of th... method isIntercepting (line 1) | isIntercepting(){return Boolean(this.#ie.size)} method setInterceptionHandlerForPatterns (line 1) | setInterceptionHandlerForPatterns(e,t){this.#ie.deleteAll(t);for(const... method updateInterceptionPatternsOnNextTick (line 1) | updateInterceptionPatternsOnNextTick(){return this.#te||(this.#te=Prom... method updateInterceptionPatterns (line 1) | async updateInterceptionPatterns(){e.Settings.Settings.instance().modu... method requestIntercepted (line 1) | async requestIntercepted(e){for(const t of this.#ie.keysArray())if(awa... method clearBrowserCache (line 1) | clearBrowserCache(){for(const e of this.#Y)e.invoke_clearBrowserCache()} method clearBrowserCookies (line 1) | clearBrowserCookies(){for(const e of this.#Y)e.invoke_clearBrowserCook... method getCertificate (line 1) | async getCertificate(e){const t=W.instance().primaryPageTarget();if(!t... method loadResource (line 1) | async loadResource(t){const n={},r=this.currentUserAgent();r&&(n["User... class he (line 1) | class he{#q;#le;request;resourceType;responseStatusCode;responseHeaders;... method constructor (line 1) | constructor(e,t,n,r,s,i,o){this.#q=e,this.#le=!1,this.request=t,this.r... method hasResponded (line 1) | hasResponded(){return this.#le} method mergeSetCookieHeaders (line 1) | static mergeSetCookieHeaders(e,t){const n=e=>{const t=new Map;for(cons... method continueRequestWithContent (line 1) | async continueRequestWithContent(t,n,r,s){this.#le=!0;const i=n?await ... method continueRequestWithoutChange (line 1) | continueRequestWithoutChange(){console.assert(!this.#le),this.#le=!0,t... method continueRequestWithError (line 1) | continueRequestWithError(e){console.assert(!this.#le),this.#le=!0,this... method responseBody (line 1) | async responseBody(){const e=await this.#q.invoke_getResponseBody({req... method isRedirect (line 1) | isRedirect(){return void 0!==this.responseStatusCode&&this.responseSta... method getMimeTypeAndCharset (line 1) | getMimeTypeAndCharset(){for(const e of this.responseHeaders??[])if("co... class ue (line 1) | class ue{#de;#ce;#he;#ue;#ge;#pe;#me;constructor(){this.#de=[],this.#ce=... method constructor (line 1) | constructor(){this.#de=[],this.#ce=[],this.#ue=[],this.#he=[],this.#ge... method addRequest (line 1) | addRequest(e){this.#de.push(e),this.sync(this.#de.length-1)} method addRequestExtraInfo (line 1) | addRequestExtraInfo(e){this.#ce.push(e),this.sync(this.#ce.length-1)} method addResponseExtraInfo (line 1) | addResponseExtraInfo(e){this.#he.push(e),this.sync(this.#he.length-1)} method setEarlyHintsHeaders (line 1) | setEarlyHintsHeaders(e){this.#ue=e,this.updateFinalRequest()} method setWebBundleInfo (line 1) | setWebBundleInfo(e){this.#pe=e,this.updateFinalRequest()} method setWebBundleInnerRequestInfo (line 1) | setWebBundleInnerRequestInfo(e){this.#me=e,this.updateFinalRequest()} method finished (line 1) | finished(){this.#ge=!0,this.updateFinalRequest()} method isFinished (line 1) | isFinished(){return this.#ge} method sync (line 1) | sync(e){const t=this.#de[e];if(!t)return;const n=this.#ce[e];n&&(t.add... method finalRequest (line 1) | finalRequest(){return this.#ge&&this.#de[this.#de.length-1]||null} method updateFinalRequest (line 1) | updateFinalRequest(){if(!this.#ge)return;const e=this.finalRequest();e... method stringify (line 1) | stringify(e){const t=e;return JSON.stringify({...t,title:"function"==typ... method parse (line 1) | parse(e){const t=JSON.parse(e);return{...t,title:t.i18nTitleKey?X(t.i18n... method Events (line 1) | get Events(){return ee} class pe (line 1) | class pe{#fe;#be;#ye=new Map;#ve;#Ie;constructor(e){this.#fe=e.fontFamil... method constructor (line 1) | constructor(e){this.#fe=e.fontFamily,this.#be=e.fontVariationAxes||[],... method getFontFamily (line 1) | getFontFamily(){return this.#fe} method getSrc (line 1) | getSrc(){return this.#ve} method getFontDisplay (line 1) | getFontDisplay(){return this.#Ie} method getVariationAxisByTag (line 1) | getVariationAxisByTag(e){return this.#ye.get(e)} class fe (line 1) | class fe{text;node;name;fallback;matching;computedTextCallback;construct... method constructor (line 1) | constructor(e,t,n,r,s,i){this.text=e,this.node=t,this.name=n,this.fall... method computedText (line 1) | computedText(){return this.computedTextCallback(this,this.matching)} class be (line 1) | class be extends(kt(fe)){#we;constructor(e){super(),this.#we=e}matches(e... method constructor (line 1) | constructor(e){super(),this.#we=e} method matches (line 1) | matches(e,t){const n=e.getChild("Callee"),r=e.getChild("ArgList");if("... class ye (line 1) | class ye extends fe{matchedStyles;style;constructor(e,t,n,r,s,i,o){super... method constructor (line 1) | constructor(e,t,n,r,s,i,o){super(e,t,n,r,s,(()=>this.resolveVariable()... method resolveVariable (line 1) | resolveVariable(){return this.matchedStyles.computeCSSVariable(this.st... method fallbackValue (line 1) | fallbackValue(){return 0===this.fallback.length||this.matching.hasUnre... class ve (line 1) | class ve extends(kt(ye)){matchedStyles;style;constructor(e,t){super(),th... method constructor (line 1) | constructor(e,t){super(),this.matchedStyles=e,this.style=t} method matches (line 1) | matches(e,t){const n=new be((()=>null)).matches(e,t);return n?new ye(n... class Ie (line 1) | class Ie{text;node;constructor(e,t){this.text=e,this.node=t}} method constructor (line 1) | constructor(e,t){this.text=e,this.node=t} class we (line 1) | class we extends(kt(Ie)){accepts(){return!0}matches(e,t){return"BinaryEx... method accepts (line 1) | accepts(){return!0} method matches (line 1) | matches(e,t){return"BinaryExpression"===e.name?new Ie(t.ast.text(e),e)... class Se (line 1) | class Se{text;node;computedText;constructor(e,t){this.text=e,this.node=t... method constructor (line 1) | constructor(e,t){this.text=e,this.node=t,"Comment"===t.name&&(this.com... method render (line 1) | render(){const e=document.createElement("span");return e.appendChild(d... class ke (line 1) | class ke extends(kt(Se)){accepts(){return!0}matches(e,t){if(!e.firstChil... method accepts (line 1) | accepts(){return!0} method matches (line 1) | matches(e,t){if(!e.firstChild||"NumberLiteral"===e.name){const n=t.ast... class Ce (line 1) | class Ce{text;node;constructor(e,t){this.text=e,this.node=t}computedText... method constructor (line 1) | constructor(e,t){this.text=e,this.node=t} method computedText (line 1) | computedText(){return this.text} class xe (line 1) | class xe extends(kt(Ce)){accepts(e){return S().isAngleAwareProperty(e)}m... method accepts (line 1) | accepts(e){return S().isAngleAwareProperty(e)} method matches (line 1) | matches(e,t){if("NumberLiteral"!==e.name)return null;const n=e.getChil... function Re (line 1) | function Re(e,t){if("NumberLiteral"!==e.type.name)return null;const n=t.... class Te (line 1) | class Te{text;node;space;color1;color2;constructor(e,t,n,r,s){this.text=... method constructor (line 1) | constructor(e,t,n,r,s){this.text=e,this.node=t,this.space=n,this.color... class Me (line 1) | class Me extends(kt(Te)){accepts(e){return S().isColorAwareProperty(e)}m... method accepts (line 1) | accepts(e){return S().isColorAwareProperty(e)} method matches (line 1) | matches(e,t){if("CallExpression"!==e.name||"color-mix"!==t.ast.text(e.... class Pe (line 1) | class Pe{url;text;node;constructor(e,t,n){this.url=e,this.text=t,this.no... method constructor (line 1) | constructor(e,t,n){this.url=e,this.text=t,this.node=n} class Ee (line 1) | class Ee extends(kt(Pe)){matches(e,t){if("CallLiteral"!==e.name)return n... method matches (line 1) | matches(e,t){if("CallLiteral"!==e.name)return null;const n=e.getChild(... class Le (line 1) | class Le{text;node;constructor(e,t){this.text=e,this.node=t}} method constructor (line 1) | constructor(e,t){this.text=e,this.node=t} class Ae (line 1) | class Ae extends(kt(Le)){matches(e,t){const n=t.ast.text(e);return"CallE... method matches (line 1) | matches(e,t){const n=t.ast.text(e);return"CallExpression"===e.name&&"l... method accepts (line 1) | accepts(e){return["background","background-image","-webkit-mask-image"... class Oe (line 1) | class Oe{text;node;currentColorCallback;computedText;constructor(e,t,n){... method constructor (line 1) | constructor(e,t,n){this.text=e,this.node=t,this.currentColorCallback=n... class De (line 1) | class De extends(kt(Oe)){currentColorCallback;constructor(e){super(),thi... method constructor (line 1) | constructor(e){super(),this.currentColorCallback=e} method accepts (line 1) | accepts(e){return S().isColorAwareProperty(e)} method matches (line 1) | matches(t,n){const r=n.ast.text(t);if("ColorLiteral"===t.name)return n... class Ne (line 1) | class Ne{text;node;light;dark;style;constructor(e,t,n,r,s){this.text=e,t... method constructor (line 1) | constructor(e,t,n,r,s){this.text=e,this.node=t,this.light=n,this.dark=... class Fe (line 1) | class Fe extends(kt(Ne)){style;constructor(e){super(),this.style=e}accep... method constructor (line 1) | constructor(e){super(),this.style=e} method accepts (line 1) | accepts(e){return S().isColorAwareProperty(e)} method matches (line 1) | matches(e,t){if("CallExpression"!==e.name||"light-dark"!==t.ast.text(e... class Be (line 1) | class Be{text;node;auto;base;constructor(e,t,n,r){this.text=e,this.node=... method constructor (line 1) | constructor(e,t,n,r){this.text=e,this.node=t,this.auto=n,this.base=r} class _e (line 1) | class _e extends(kt(Be)){matches(e,t){if("CallExpression"!==e.name||"-in... method matches (line 1) | matches(e,t){if("CallExpression"!==e.name||"-internal-auto-base"!==t.a... class He (line 1) | class He{text;node;propertyName;constructor(e,t,n){this.text=e,this.node... method constructor (line 1) | constructor(e,t,n){this.text=e,this.node=t,this.propertyName=n} class Ue (line 1) | class Ue extends(kt(He)){static isLinkableNameProperty(e){return["animat... method isLinkableNameProperty (line 1) | static isLinkableNameProperty(e){return["animation","animation-name","... method matchAnimationNameInShorthand (line 1) | matchAnimationNameInShorthand(e,t){const n=t.ast.text(e);if(!Ue.identi... method accepts (line 1) | accepts(e){return Ue.isLinkableNameProperty(e)} method matches (line 1) | matches(e,t){const{propertyName:n}=t.ast,r=t.ast.text(e),s=e.parent;if... class qe (line 1) | class qe{text;node;constructor(e,t){this.text=e,this.node=t}} method constructor (line 1) | constructor(e,t){this.text=e,this.node=t} class ze (line 1) | class ze extends(kt(qe)){accepts(e){return S().isBezierAwareProperty(e)}... method accepts (line 1) | accepts(e){return S().isBezierAwareProperty(e)} method matches (line 1) | matches(e,t){const n=t.ast.text(e),r="ValueName"===e.name&&b.has(n),s=... class je (line 1) | class je{text;node;constructor(e,t){this.text=e,this.node=t}} method constructor (line 1) | constructor(e,t){this.text=e,this.node=t} class Ve (line 1) | class Ve extends(kt(je)){matches(e,t){return"StringLiteral"===e.name?new... method matches (line 1) | matches(e,t){return"StringLiteral"===e.name?new je(t.ast.text(e),e):null} class We (line 1) | class We{text;node;shadowType;constructor(e,t,n){this.text=e,this.node=t... method constructor (line 1) | constructor(e,t,n){this.text=e,this.node=t,this.shadowType=n} class Ge (line 1) | class Ge extends(kt(We)){accepts(e){return S().isShadowProperty(e)}match... method accepts (line 1) | accepts(e){return S().isShadowProperty(e)} method matches (line 1) | matches(e,t){if("Declaration"!==e.name)return null;const n=Pt.siblings... class Ke (line 1) | class Ke{text;node;constructor(e,t){this.text=e,this.node=t}} method constructor (line 1) | constructor(e,t){this.text=e,this.node=t} class Qe (line 1) | class Qe extends(kt(Ke)){accepts(e){return S().isFontAwareProperty(e)}ma... method accepts (line 1) | accepts(e){return S().isFontAwareProperty(e)} method matches (line 1) | matches(e,t){if("Declaration"!==e.name)return null;const n=Pt.siblings... class $e (line 1) | class $e{text;node;unit;constructor(e,t,n){this.text=e,this.node=t,this.... method constructor (line 1) | constructor(e,t,n){this.text=e,this.node=t,this.unit=n} class Xe (line 1) | class Xe extends(kt($e)){static LENGTH_UNITS=new Set(["em","ex","ch","ca... method matches (line 1) | matches(e,t){if("NumberLiteral"!==e.name)return null;const n=t.ast.tex... class Je (line 1) | class Je{text;node;func;args;constructor(e,t,n,r){this.text=e,this.node=... method constructor (line 1) | constructor(e,t,n,r){this.text=e,this.node=t,this.func=n,this.args=r} class Ye (line 1) | class Ye extends(kt(Je)){matches(e,t){if("CallExpression"!==e.name)retur... method matches (line 1) | matches(e,t){if("CallExpression"!==e.name)return null;const n=t.ast.te... class Ze (line 1) | class Ze{text;node;isFlex;constructor(e,t,n){this.text=e,this.node=t,thi... method constructor (line 1) | constructor(e,t,n){this.text=e,this.node=t,this.isFlex=n} class et (line 1) | class et extends(kt(Ze)){static FLEX=["flex","inline-flex","block flex",... method accepts (line 1) | accepts(e){return"display"===e} method matches (line 1) | matches(e,t){if("Declaration"!==e.name)return null;const n=Pt.siblings... class tt (line 1) | class tt{text;node;lines;constructor(e,t,n){this.text=e,this.node=t,this... method constructor (line 1) | constructor(e,t,n){this.text=e,this.node=t,this.lines=n} class nt (line 1) | class nt extends(kt(tt)){accepts(e){return S().isGridAreaDefiningPropert... method accepts (line 1) | accepts(e){return S().isGridAreaDefiningProperty(e)} method matches (line 1) | matches(e,t){if("Declaration"!==e.name||t.hasUnresolvedVars(e))return ... class rt (line 1) | class rt{text;node;functionName;constructor(e,t,n){this.text=e,this.node... method constructor (line 1) | constructor(e,t,n){this.text=e,this.node=t,this.functionName=n} class st (line 1) | class st extends(kt(rt)){anchorFunction(e,t){if("CallExpression"!==e.nam... method anchorFunction (line 1) | anchorFunction(e,t){if("CallExpression"!==e.name)return null;const n=t... method matches (line 1) | matches(e,t){if("VariableName"===e.name){let n=e.parent;return n&&"Arg... class it (line 1) | class it{text;matching;node;constructor(e,t,n){this.text=e,this.matching... method constructor (line 1) | constructor(e,t,n){this.text=e,this.matching=t,this.node=n} class ot (line 1) | class ot extends(kt(it)){accepts(e){return"position-anchor"===e}matches(... method accepts (line 1) | accepts(e){return"position-anchor"===e} method matches (line 1) | matches(e,t){if("VariableName"!==e.name)return null;const n=t.ast.text... class at (line 1) | class at{text;node;property;matchedStyles;constructor(e,t,n,r){this.text... method constructor (line 1) | constructor(e,t,n,r){this.text=e,this.node=t,this.property=n,this.matc... method resolveProperty (line 1) | resolveProperty(){return this.matchedStyles.resolveGlobalKeyword(this.... method computedText (line 1) | computedText(){return this.resolveProperty()?.value??null} class lt (line 1) | class lt extends(kt(at)){property;matchedStyles;constructor(e,t){super()... method constructor (line 1) | constructor(e,t){super(),this.property=e,this.matchedStyles=t} method matches (line 1) | matches(e,t){const n=e.parent;if("ValueName"!==e.name||"Declaration"!=... class dt (line 1) | class dt{text;node;preamble;fallbacks;constructor(e,t,n,r){this.text=e,t... method constructor (line 1) | constructor(e,t,n,r){this.text=e,this.node=t,this.preamble=n,this.fall... class ct (line 1) | class ct extends(kt(dt)){accepts(e){return"position-try"===e||"position-... method accepts (line 1) | accepts(e){return"position-try"===e||"position-try-fallbacks"===e} method matches (line 1) | matches(e,t){if("Declaration"!==e.name)return null;let n=[];const r=Pt... function ft (line 1) | function ft(e){return e.split(",").map((e=>e.trim()))} function bt (line 1) | function bt(e){return e.replaceAll(/(\/\*(?:.|\s)*?\*\/)/g,"")} function vt (line 1) | function vt(e,t){return It(e,e,t)} function It (line 1) | function It(e,t,n){return n.substring(e.from,t.to)} class wt (line 1) | class wt{propertyValue;rule;tree;trailingNodes;propertyName;constructor(... method constructor (line 1) | constructor(e,t,n,r,s=[]){this.propertyName=r,this.propertyValue=e,thi... method text (line 1) | text(e){return null===e?"":vt(e??this.tree,this.rule)} method textRange (line 1) | textRange(e,t){return It(e,t,this.rule)} method subtree (line 1) | subtree(e){return new wt(this.propertyValue,this.rule,e)} class St (line 1) | class St{ast;constructor(e){this.ast=e}static walkExcludingSuccessors(e,... method constructor (line 1) | constructor(e){this.ast=e} method walkExcludingSuccessors (line 1) | static walkExcludingSuccessors(e,...t){const n=new this(e,...t);return... method walk (line 1) | static walk(e,...t){const n=new this(e,...t);return"Declaration"===e.t... method iterateDeclaration (line 1) | iterateDeclaration(e){if("Declaration"===e.name){if(this.enter(e))for(... method iterate (line 1) | iterate(e){for(const t of Pt.siblings(e))t.cursor().iterate(this.enter... method iterateExcludingSuccessors (line 1) | iterateExcludingSuccessors(e){e.cursor().iterate(this.enter.bind(this)... method enter (line 1) | enter(e){return!0} method leave (line 1) | leave(e){} function kt (line 1) | function kt(e){return class{matchType=e;accepts(e){return!0}matches(e,t)... class Ct (line 1) | class Ct extends St{#Se=[];#ke=new Map;computedText;#Ce(e){return`${e.fr... method #Ce (line 1) | #Ce(e){return`${e.from}:${e.to}`} method constructor (line 1) | constructor(e,t){super(e),this.computedText=new Rt(e.rule.substring(e.... method leave (line 1) | leave({node:e}){for(const t of this.#Se){const n=t.matches(e,this);if(... method matchText (line 1) | matchText(e){const t=this.#Se.splice(0);this.#Se.push(new ke),this.ite... method hasMatches (line 1) | hasMatches(...e){return Boolean(this.#ke.values().find((t=>e.some((e=>... method getMatch (line 1) | getMatch(e){return this.#ke.get(this.#Ce(e))} method hasUnresolvedVars (line 1) | hasUnresolvedVars(e){return this.hasUnresolvedVarsRange(e,e)} method hasUnresolvedVarsRange (line 1) | hasUnresolvedVarsRange(e,t){return this.computedText.hasUnresolvedVars... method getComputedText (line 1) | getComputedText(e,t){return this.getComputedTextRange(e,e,t)} method getComputedPropertyValueText (line 1) | getComputedPropertyValueText(){const[e,t]=Pt.range(Pt.siblings(Pt.decl... method getComputedTextRange (line 1) | getComputedTextRange(e,t,n){return this.computedText.get(e.from-this.a... class xt (line 1) | class xt{match;offset;#xe=null;constructor(e,t){this.match=e,this.offset... method constructor (line 1) | constructor(e,t){this.match=e,this.offset=t} method end (line 1) | get end(){return this.offset+this.length} method length (line 1) | get length(){return this.match.text.length} method computedText (line 1) | get computedText(){return null===this.#xe&&(this.#xe=this.match.comput... class Rt (line 1) | class Rt{#Re=[];text;#Te=!0;constructor(e){this.text=e}clear(){this.#Re.... method constructor (line 1) | constructor(e){this.text=e} method clear (line 1) | clear(){this.#Re.splice(0)} method chunkCount (line 1) | get chunkCount(){return this.#Re.length} method #Me (line 1) | #Me(){this.#Te||(this.#Re.sort(((e,t)=>e.offset=... method #Pe (line 1) | *#Pe(e,t){this.#Me();let n=this.#Re.findIndex((t=>t.offset>=e));for(;n... method hasUnresolvedVars (line 1) | hasUnresolvedVars(e,t){for(const n of this.#Pe(e,t))if(null===n.comput... method #Ee (line 1) | *#Ee(e,t){for(const n of this.#Pe(e,t)){const r=this.text.substring(e,... method get (line 1) | get(e,t,n){const r=[],s=e=>{if("string"==typeof e)return e;const t=n?.... function Tt (line 1) | function Tt(e,t){const n=Array.isArray(e)?e.findLast((e=>e.textContent))... function Et (line 1) | function Et(e){return yt.parse(e).topNode.getChild("RuleSet")?.getChild(... function Lt (line 1) | function Lt(e,t){const n=At(e);if(!n)return null;const r=`*{${n}: ${t};}... function At (line 1) | function At(e){const t=`*{${e}: inherit;}`,n=Et(t);if(!n||n.type.isError... function Ot (line 1) | function Ot(e,t,n){const r=Lt(e,t),s=r&&Ct.walk(r,n);return r?.trailingN... function t (line 1) | function t(e){const t=[];for(;e;)t.push(e),e=e.nextSibling;return t} function n (line 1) | function n(e){return t(e?.firstChild??null)} function r (line 1) | function r(e){const t=[];let n=[];for(const r of e)","===r.name?(t.push(... class Dt (line 1) | class Dt extends St{#Le=null;#Ae;constructor(e,t){super(e),this.#Ae=t}en... method constructor (line 1) | constructor(e,t){super(e),this.#Ae=t} method enter (line 1) | enter({node:e}){return!this.#Le&&(!this.#Ae(e)||(this.#Le=this.#Le??e,... method find (line 1) | static find(e,t){return Dt.walk(e,t).#Le} method findAll (line 1) | static findAll(e,t){const n=[];return Dt.walk(e,(e=>(t(e)&&n.push(e),!... method ASTUtils (line 1) | get ASTUtils(){return Pt} class Ft (line 1) | class Ft extends e.ObjectWrapper.ObjectWrapper{ownerStyle;index;name;val... method constructor (line 1) | constructor(e,n,r,s,i,o,a,l,d,c,h){if(super(),this.ownerStyle=e,this.i... method parsePayload (line 1) | static parsePayload(e,t,n){return new Ft(e,t,n.name,n.value,n.importan... method parseExpression (line 1) | parseExpression(e,t,n){return this.parsedOk?Ot(this.name,e,this.#Se(t,... method parseValue (line 1) | parseValue(e,t){return this.parsedOk?Ot(this.name,this.value,this.#Se(... method #Se (line 1) | #Se(e,t){const n=e.propertyMatchers(this.ownerStyle,t);return n.push(n... method ensureRanges (line 1) | ensureRanges(){if(this.#De&&this.#Ne)return;const e=this.range,n=this.... method nameRange (line 1) | nameRange(){return this.ensureRanges(),this.#De} method valueRange (line 1) | valueRange(){return this.ensureRanges(),this.#Ne} method rebase (line 1) | rebase(e){this.ownerStyle.styleSheetId===e.styleSheetId&&this.range&&(... method setActive (line 1) | setActive(e){this.#Oe=e} method propertyText (line 1) | get propertyText(){return void 0!==this.text?this.text:""===this.name?... method activeInStyle (line 1) | activeInStyle(){return this.#Oe} method setText (line 1) | async setText(n,s,i){if(!this.ownerStyle)throw new Error("No ownerStyl... method formatStyle (line 1) | static async formatStyle(e,n,r){const s=n.substring(r.length)+n;n&&(n=... method detectIndentation (line 1) | detectIndentation(e){const n=e.split("\n");return n.length<2?"":t.Text... method setValue (line 1) | setValue(e,t,n,r){const s=this.name+": "+e+(this.important?" !importan... method setLocalValue (line 1) | setLocalValue(e){this.value=e,this.dispatchEventToListeners("localValu... method setDisabled (line 1) | async setDisabled(e){if(!this.ownerStyle)return!1;if(e===this.disabled... method setDisplayedStringForInvalidProperty (line 1) | setDisplayedStringForInvalidProperty(e){this.#Fe=e} method getInvalidStringForInvalidProperty (line 1) | getInvalidStringForInvalidProperty(){return this.#Fe} method getLonghandProperties (line 1) | getLonghandProperties(){return this.#Be} class _t (line 1) | class _t{text="";range;styleSheetId;cssModel;constructor(e){this.cssMode... method constructor (line 1) | constructor(e){this.cssModel=e} method rebase (line 1) | rebase(e){this.styleSheetId===e.styleSheetId&&this.range&&(e.oldRange.... method equal (line 1) | equal(e){return!!(this.styleSheetId&&this.range&&e.range)&&(this.style... method lineNumberInSource (line 1) | lineNumberInSource(){if(this.range)return this.header()?.lineNumberInS... method columnNumberInSource (line 1) | columnNumberInSource(){if(this.range)return this.header()?.columnNumbe... method header (line 1) | header(){return this.styleSheetId?this.cssModel.styleSheetHeaderForId(... method rawLocation (line 1) | rawLocation(){const e=this.header();if(!e||void 0===this.lineNumberInS... class Ut (line 1) | class Ut extends _t{name;physicalAxes;logicalAxes;queriesScrollState;sta... method parseContainerQueriesPayload (line 1) | static parseContainerQueriesPayload(e,t){return t.map((t=>new Ut(e,t)))} method constructor (line 1) | constructor(e,t){super(e),this.reinitialize(t)} method reinitialize (line 1) | reinitialize(e){this.text=e.text,this.range=e.range?t.TextRange.TextRa... method active (line 1) | active(){return!0} method getContainerForNode (line 1) | async getContainerForNode(e){const t=await this.cssModel.domModel().ge... class qt (line 1) | class qt{containerNode;constructor(e){this.containerNode=e}async getCont... method constructor (line 1) | constructor(e){this.containerNode=e} method getContainerSizeDetails (line 1) | async getContainerSizeDetails(){const e=await this.containerNode.domMo... class Wt (line 1) | class Wt extends _t{static parseLayerPayload(e,t){return t.map((t=>new W... method parseLayerPayload (line 1) | static parseLayerPayload(e,t){return t.map((t=>new Wt(e,t)))} method constructor (line 1) | constructor(e,t){super(e),this.reinitialize(t)} method reinitialize (line 1) | reinitialize(e){this.text=e.text,this.range=e.range?t.TextRange.TextRa... method active (line 1) | active(){return!0} class Kt (line 1) | class Kt{#_e;#He;constructor(e){this.#_e=e.active,this.#He=[];for(let t=... method constructor (line 1) | constructor(e){this.#_e=e.active,this.#He=[];for(let t=0;tnew $t(e,t)))} method constructor (line 1) | constructor(e,t){super(e),this.reinitialize(t)} method reinitialize (line 1) | reinitialize(e){if(this.text=e.text,this.source=e.source,this.sourceUR... method active (line 1) | active(){if(!this.mediaList)return!0;for(let e=0;enew ... method parseScopesPayload (line 1) | static parseScopesPayload(e,t){return t.map((t=>new Jt(e,t)))} method constructor (line 1) | constructor(e,t){super(e),this.reinitialize(t)} method reinitialize (line 1) | reinitialize(e){this.text=e.text,this.range=e.range?t.TextRange.TextRa... method active (line 1) | active(){return!0} class en (line 1) | class en{#je;parentRule;#Ve;styleSheetId;range;cssText;#We=new Map;#Ge=n... method constructor (line 1) | constructor(e,t,n,r,s){this.#je=e,this.parentRule=t,this.#Xe(n),this.t... method rebase (line 1) | rebase(e){if(this.styleSheetId===e.styleSheetId&&this.range)if(e.oldRa... method animationName (line 1) | animationName(){return this.#$e} method #Xe (line 1) | #Xe(e){this.styleSheetId=e.styleSheetId,this.range=e.range?t.TextRange... method #Je (line 1) | #Je(){if(this.range)return;if(!this.#We.size)return;const e=new Set;fo... method #Ze (line 1) | #Ze(){if(this.range)return this.#Ve.filter((function(e){return Boolean... method leadingProperties (line 1) | leadingProperties(){return this.#Qe||(this.#Qe=this.#Ze()),this.#Qe} method target (line 1) | target(){return this.#je.target()} method cssModel (line 1) | cssModel(){return this.#je} method #Ye (line 1) | #Ye(){const e=new Map,t=new Set;for(const n of this.#Ve){const r=S(),s... method allProperties (line 1) | allProperties(){return this.#Ve} method hasActiveProperty (line 1) | hasActiveProperty(e){return this.#Ke.has(e)} method getPropertyValue (line 1) | getPropertyValue(e){const t=this.#Ke.get(e);return t?t.value:""} method isPropertyImplicit (line 1) | isPropertyImplicit(e){const t=this.#Ke.get(e);return!!t&&t.implicit} method propertyAt (line 1) | propertyAt(e){return ene... method parseSupportsPayload (line 1) | static parseSupportsPayload(e,t){return t.map((t=>new nn(e,t)))} method constructor (line 1) | constructor(e,t){super(e),this.reinitialize(t)} method reinitialize (line 1) | reinitialize(e){this.text=e.text,this.range=e.range?t.TextRange.TextRa... method active (line 1) | active(){return this.#Oe} class sn (line 1) | class sn{cssModelInternal;styleSheetId;sourceURL;origin;style;constructo... method constructor (line 1) | constructor(e,t){if(this.cssModelInternal=e,this.styleSheetId=t.styleS... method rebase (line 1) | rebase(e){this.styleSheetId===e.styleSheetId&&this.style.rebase(e)} method resourceURL (line 1) | resourceURL(){if(!this.styleSheetId)return r.DevToolsPath.EmptyUrlStri... method isUserAgent (line 1) | isUserAgent(){return"user-agent"===this.origin} method isInjected (line 1) | isInjected(){return"injected"===this.origin} method isViaInspector (line 1) | isViaInspector(){return"inspector"===this.origin} method isRegular (line 1) | isRegular(){return"regular"===this.origin} method isKeyframeRule (line 1) | isKeyframeRule(){return!1} method cssModel (line 1) | cssModel(){return this.cssModelInternal} method getStyleSheetHeader (line 1) | getStyleSheetHeader(e){const t=this.cssModelInternal.styleSheetHeaderF... class on (line 1) | class on{text;range;specificity;constructor(e){this.text=e.text,e.range&... method constructor (line 1) | constructor(e){this.text=e.text,e.range&&(this.range=t.TextRange.TextR... method rebase (line 1) | rebase(e){this.range&&(this.range=this.range.rebaseAfterTextEdit(e.old... class an (line 1) | class an extends sn{selectors;nestingSelectors;media;containerQueries;su... method constructor (line 1) | constructor(e,t,n){super(e,{origin:t.origin,style:t.style,styleSheetId... method createDummyRule (line 1) | static createDummyRule(e,n){const r={selectorList:{text:"",selectors:[... method reinitializeSelectors (line 1) | reinitializeSelectors(e){this.selectors=[];for(let t=0;te.text)).join(", ")} method selectorRange (line 1) | selectorRange(){if(0===this.selectors.length)return null;const e=this.... method lineNumberInSource (line 1) | lineNumberInSource(e){const t=this.selectors[e];if(!t?.range||!this.st... method columnNumberInSource (line 1) | columnNumberInSource(e){const t=this.selectors[e];if(!t?.range||!this.... method rebase (line 1) | rebase(e){if(this.styleSheetId!==e.styleSheetId)return;const t=this.se... class ln (line 1) | class ln extends sn{#tt;constructor(e,t){super(e,{origin:t.origin,style:... method constructor (line 1) | constructor(e,t){super(e,{origin:t.origin,style:t.style,styleSheetId:t... method propertyName (line 1) | propertyName(){return this.#tt} method initialValue (line 1) | initialValue(){return this.style.hasActiveProperty("initial-value")?th... method syntax (line 1) | syntax(){return this.style.getPropertyValue("syntax")} method inherits (line 1) | inherits(){return"true"===this.style.getPropertyValue("inherits")} method setPropertyName (line 1) | setPropertyName(e){const t=this.styleSheetId;if(!t)throw new Error("No... class dn (line 1) | class dn extends sn{#nt;constructor(e,t){super(e,{origin:t.origin,style:... method constructor (line 1) | constructor(e,t){super(e,{origin:t.origin,style:t.style,styleSheetId:t... method name (line 1) | name(){return this.#nt} class cn (line 1) | class cn{#$e;#rt;constructor(e,t){this.#$e=new on(t.animationName),this.... method constructor (line 1) | constructor(e,t){this.#$e=new on(t.animationName),this.#rt=t.keyframes... method name (line 1) | name(){return this.#$e} method keyframes (line 1) | keyframes(){return this.#rt} class hn (line 1) | class hn extends sn{#st;constructor(e,t){super(e,{origin:t.origin,style:... method constructor (line 1) | constructor(e,t){super(e,{origin:t.origin,style:t.style,styleSheetId:t... method key (line 1) | key(){return this.#st} method reinitializeKey (line 1) | reinitializeKey(e){this.#st=new on(e)} method rebase (line 1) | rebase(e){this.styleSheetId===e.styleSheetId&&this.#st.range&&(e.oldRa... method isKeyframeRule (line 1) | isKeyframeRule(){return!0} method setKeyText (line 1) | setKeyText(e){const t=this.styleSheetId;if(!t)throw new Error("No rule... class un (line 1) | class un extends sn{#tt;#Oe;constructor(e,t){super(e,{origin:t.origin,st... method constructor (line 1) | constructor(e,t){super(e,{origin:t.origin,style:t.style,styleSheetId:t... method name (line 1) | name(){return this.#tt} method active (line 1) | active(){return this.#Oe} class gn (line 1) | class gn extends sn{#tt;#it;#ot;constructor(e,t){super(e,{origin:t.origi... method constructor (line 1) | constructor(e,t){super(e,{origin:t.origin,style:{cssProperties:[],shor... method functionName (line 1) | functionName(){return this.#tt} method parameters (line 1) | parameters(){return this.#it} method children (line 1) | children(){return this.#ot} method protocolNodesToNestedStyles (line 1) | protocolNodesToNestedStyles(e){const t=[];for(const n of e){const e=th... method protocolNodeToNestedStyle (line 1) | protocolNodeToNestedStyle(e){if(e.style)return{style:new en(this.cssMo... function mn (line 1) | function mn(e,t){if(!t.styleSheetId||!t.range)return!1;for(const n of e)... function fn (line 1) | function fn(e){const t=e.allProperties();for(let e=0;ethis.isInherite... method animationStyles (line 1) | animationStyles(){return this.#St?.styles().filter((e=>!this.isInherit... method transitionsStyle (line 1) | transitionsStyle(){return this.#St?.styles().find((e=>!this.isInherite... method registeredProperties (line 1) | registeredProperties(){return this.#pt} method getRegisteredProperty (line 1) | getRegisteredProperty(e){return this.#mt.get(e)} method functionRules (line 1) | functionRules(){return this.#xt} method fontPaletteValuesRule (line 1) | fontPaletteValuesRule(){return this.#Rt} method keyframes (line 1) | keyframes(){return this.#rt} method positionTryRules (line 1) | positionTryRules(){return this.#It} method activePositionFallbackIndex (line 1) | activePositionFallbackIndex(){return this.#wt} method pseudoStyles (line 1) | pseudoStyles(e){r.assertNotNullOrUndefined(this.#kt);const t=this.#kt.... method pseudoTypes (line 1) | pseudoTypes(){return r.assertNotNullOrUndefined(this.#kt),new Set(this... method customHighlightPseudoStyles (line 1) | customHighlightPseudoStyles(e){r.assertNotNullOrUndefined(this.#Ct);co... method customHighlightPseudoNames (line 1) | customHighlightPseudoNames(){return r.assertNotNullOrUndefined(this.#C... method nodeForStyle (line 1) | nodeForStyle(e){return this.#ut.get(e)||this.#ft.get(e)||null} method availableCSSVariables (line 1) | availableCSSVariables(e){const t=this.#yt.get(e);return t?t.findAvaila... method computeCSSVariable (line 1) | computeCSSVariable(e,t){const n=this.#yt.get(e);return n?n.computeCSSV... method resolveProperty (line 1) | resolveProperty(e,t){return this.#yt.get(t)?.resolveProperty(e,t)??null} method resolveGlobalKeyword (line 1) | resolveGlobalKeyword(e,t){const n=this.#yt.get(e.ownerStyle)?.resolveG... method isInherited (line 1) | isInherited(e){return this.#bt.has(e)} method propertyState (line 1) | propertyState(e){const t=this.#yt.get(e.ownerStyle);return t?t.propert... method resetActiveProperties (line 1) | resetActiveProperties(){r.assertNotNullOrUndefined(this.#St),r.assertN... method propertyMatchers (line 1) | propertyMatchers(e,t){return[new ve(this,e),new De((()=>t?.get("color"... class wn (line 1) | class wn{#Tt;styles;#Mt;#Pt;propertiesState=new Map;activeProperties=new... method constructor (line 1) | constructor(e,t,n,r=!1){this.#Tt=e,this.styles=t,this.#Mt=n,this.#Pt=r} method computeActiveProperties (line 1) | computeActiveProperties(){this.propertiesState.clear(),this.activeProp... method updatePropertyState (line 1) | updatePropertyState(e,t){const n=this.activeProperties.get(t);!n?.impo... function Sn (line 1) | function Sn(e){return"ownerStyle"in e} class kn (line 1) | class kn{declaration;constructor(e){this.declaration=e}get value(){retur... method constructor (line 1) | constructor(e){this.declaration=e} method value (line 1) | get value(){return Sn(this.declaration)?this.declaration.value:this.de... method style (line 1) | get style(){return Sn(this.declaration)?this.declaration.ownerStyle:th... method name (line 1) | get name(){return Sn(this.declaration)?this.declaration.name:this.decl... class Cn (line 1) | class Cn{nodeCascade;name;discoveryTime;rootDiscoveryTime;get isRootEntr... method isRootEntry (line 1) | get isRootEntry(){return this.rootDiscoveryTime===this.discoveryTime} method updateRoot (line 1) | updateRoot(e){this.rootDiscoveryTime=Math.min(this.rootDiscoveryTime,e... method constructor (line 1) | constructor(e,t,n){this.nodeCascade=e,this.name=t,this.discoveryTime=n... class xn (line 1) | class xn{#Et=0;#Lt=[];#At=new Map;get(e,t){return this.#At.get(e)?.get(t... method get (line 1) | get(e,t){return this.#At.get(e)?.get(t)} method add (line 1) | add(e,t){const n=this.get(e,t);if(n)return n;const r=new Cn(e,t,this.#... method isInInProgressSCC (line 1) | isInInProgressSCC(e){return this.#Lt.includes(e)} method finishSCC (line 1) | finishSCC(e){const t=this.#Lt.lastIndexOf(e);return console.assert(t>=... class Tn (line 1) | class Tn{#Ot=new Map;#Dt=new Map;#Nt=new Map;#Ft=new Map;#Bt=!1;#_t;#pt;... method constructor (line 1) | constructor(e,t){this.#_t=e,this.#pt=t;for(const t of e)for(const e of... method findAvailableCSSVariables (line 1) | findAvailableCSSVariables(e){const t=this.#Ft.get(e);if(!t)return[];th... method #Ht (line 1) | #Ht(e,t){const n=this.#Ft.get(e.ownerStyle);if(!n)return null;for(cons... method resolveProperty (line 1) | resolveProperty(e,t){const n=this.#Ft.get(t);if(!n)return null;for(con... method #qt (line 1) | #qt(e){const t=this.#Ft.get(e.ownerStyle);if(!t)return null;for(const ... method #Ut (line 1) | #Ut(e){return S().isPropertyInherited(e.name)&&(this.#zt(e.name)?.inhe... method #zt (line 1) | #zt(e){const t=this.#pt.find((t=>t.propertyName()===e));return t||null} method resolveGlobalKeyword (line 1) | resolveGlobalKeyword(e,t){const n=t=>t.ownerStyle.parentRule instanceo... method computeCSSVariable (line 1) | computeCSSVariable(e,t){const n=this.#Ft.get(e);return n?(this.ensureI... method innerComputeCSSVariable (line 1) | innerComputeCSSVariable(e,t,n=new xn){const r=this.#Dt.get(e),s=this.#... method styles (line 1) | styles(){return Array.from(this.#Ft.keys())} method propertyState (line 1) | propertyState(e){return this.ensureInitialized(),this.#Ot.get(e)||null} method reset (line 1) | reset(){this.#Bt=!1,this.#Ot.clear(),this.#Dt.clear(),this.#Nt.clear()} method ensureInitialized (line 1) | ensureInitialized(){if(this.#Bt)return;this.#Bt=!0;const e=new Map;for... class An (line 1) | class An{#je;id;frameId;sourceURL;hasSourceURL;origin;title;disabled;isI... method constructor (line 1) | constructor(e,t){this.#je=e,this.id=t.styleSheetId,this.frameId=t.fram... method originalContentProvider (line 1) | originalContentProvider(){if(!this.#jt){const e=async()=>{const e=awai... method setSourceMapURL (line 1) | setSourceMapURL(e){this.sourceMapURL=e} method cssModel (line 1) | cssModel(){return this.#je} method isAnonymousInlineStyleSheet (line 1) | isAnonymousInlineStyleSheet(){return!this.resourceURL()&&!this.#je.sou... method isConstructedByNew (line 1) | isConstructedByNew(){return this.isConstructed&&0===this.sourceURL.len... method resourceURL (line 1) | resourceURL(){return this.isViaInspector()?this.viaInspectorResourceUR... method getFrameURLPath (line 1) | getFrameURLPath(){const t=this.#je.target().model(ii);if(console.asser... method viaInspectorResourceURL (line 1) | viaInspectorResourceURL(){return`inspector:///inspector-stylesheet#${t... method lineNumberInSource (line 1) | lineNumberInSource(e){return this.startLine+e} method columnNumberInSource (line 1) | columnNumberInSource(e,t){return(e?0:this.startColumn)+t} method containsLocation (line 1) | containsLocation(e,t){const n=e===this.startLine&&t>=this.startColumn|... method contentURL (line 1) | contentURL(){return this.resourceURL()} method contentType (line 1) | contentType(){return e.ResourceType.resourceTypes.Stylesheet} method requestContent (line 1) | requestContent(){return this.requestContentData().then(t.ContentData.C... method requestContentData (line 1) | async requestContentData(){const e=await this.#je.getStyleSheetText(th... method searchInContent (line 1) | async searchInContent(e,n,r){const s=await this.requestContentData();r... method isViaInspector (line 1) | isViaInspector(){return"inspector"===this.origin} method createPageResourceLoadInitiator (line 1) | createPageResourceLoadInitiator(){return{target:this.#je.target(),fram... class Nn (line 1) | class Nn extends e.ObjectWrapper.ObjectWrapper{#Vt=new WeakMap;#Wt=new M... method constructor (line 1) | constructor(){super(),W.instance().observeModels(ii,this)} method instance (line 1) | static instance({forceNew:e}={forceNew:!1}){return Dn&&!e||(Dn=new Nn)... method removeInstance (line 1) | static removeInstance(){Dn=null} method modelAdded (line 1) | modelAdded(e){const t=e.addEventListener(ri.FrameAdded,this.frameAdded... method modelRemoved (line 1) | modelRemoved(t){const n=this.#Vt.get(t);n&&e.EventTarget.removeEventLi... method frameAdded (line 1) | frameAdded(e){const t=e.data,n=this.#Wt.get(t.id);if(n)t.setCreationSt... method frameDetached (line 1) | frameDetached(e){const{frame:t,isSwap:n}=e.data;if(this.decreaseOrRemo... method frameNavigated (line 1) | frameNavigated(e){const t=e.data;this.dispatchEventToListeners("FrameN... method resourceAdded (line 1) | resourceAdded(e){this.dispatchEventToListeners("ResourceAdded",{resour... method decreaseOrRemoveFrame (line 1) | decreaseOrRemoveFrame(e){const t=this.#Wt.get(e);t&&(1===t.count?(this... method resetOutermostFrame (line 1) | resetOutermostFrame(){const e=this.getAllFrames().filter((e=>e.isOuter... method getFrame (line 1) | getFrame(e){const t=this.#Wt.get(e);return t?t.frame:null} method getAllFrames (line 1) | getAllFrames(){return Array.from(this.#Wt.values(),(e=>e.frame))} method getOutermostFrame (line 1) | getOutermostFrame(){return this.#Kt} method getOrWaitForFrame (line 1) | async getOrWaitForFrame(e,t){const n=this.getFrame(e);return!n||t&&t==... method resolveAwaitedFrame (line 1) | resolveAwaitedFrame(e){const t=this.#$t.get(e.id);if(!t)return;const n... class Bn (line 1) | class Bn{static fromLocalObject(e){return new zn(e)}static type(e){if(nu... method fromLocalObject (line 1) | static fromLocalObject(e){return new zn(e)} method type (line 1) | static type(e){if(null===e)return"null";const t=typeof e;return"object... method isNullOrUndefined (line 1) | static isNullOrUndefined(e){if(void 0===e)return!0;switch(e.type){case... method arrayNameFromDescription (line 1) | static arrayNameFromDescription(e){return e.replace(Gn,"").replace(Kn,... method arrayLength (line 1) | static arrayLength(e){if("array"!==e.subtype&&"typedarray"!==e.subtype... method arrayBufferByteLength (line 1) | static arrayBufferByteLength(e){if("arraybuffer"!==e.subtype)return 0;... method unserializableDescription (line 1) | static unserializableDescription(e){if("number"==typeof e){const t=Str... method toCallArgument (line 1) | static toCallArgument(e){const t=typeof e;if("undefined"===t)return{};... method loadFromObjectPerProto (line 1) | static async loadFromObjectPerProto(e,t,n=!1){const r=await Promise.al... method customPreview (line 1) | customPreview(){return null} method unserializableValue (line 1) | unserializableValue(){throw new Error("Not implemented")} method preview (line 1) | get preview(){} method className (line 1) | get className(){return null} method callFunction (line 1) | callFunction(e,t){throw new Error("Not implemented")} method callFunctionJSON (line 1) | callFunctionJSON(e,t){throw new Error("Not implemented")} method arrayBufferByteLength (line 1) | arrayBufferByteLength(){throw new Error("Not implemented")} method deleteProperty (line 1) | deleteProperty(e){throw new Error("Not implemented")} method setPropertyValue (line 1) | setPropertyValue(e,t){throw new Error("Not implemented")} method release (line 1) | release(){} method debuggerModel (line 1) | debuggerModel(){throw new Error("DebuggerModel-less object")} method runtimeModel (line 1) | runtimeModel(){throw new Error("RuntimeModel-less object")} method isNode (line 1) | isNode(){return!1} method isLinearMemoryInspectable (line 1) | isLinearMemoryInspectable(){return!1} class _n (line 1) | class _n extends Bn{runtimeModelInternal;#Xt;#g;#Jt;#Yt;#Zt;hasChildrenI... method constructor (line 1) | constructor(e,t,n,r,s,i,o,a,l,d){super(),this.runtimeModelInternal=e,t... method customPreview (line 1) | customPreview(){return this.#nn} method objectId (line 1) | get objectId(){return this.#Yt} method type (line 1) | get type(){return this.#g} method subtype (line 1) | get subtype(){return this.#Jt} method value (line 1) | get value(){return this.#u} method unserializableValue (line 1) | unserializableValue(){return this.#tn} method description (line 1) | get description(){return this.#Zt} method description (line 1) | set description(e){this.#Zt=e} method hasChildren (line 1) | get hasChildren(){return this.hasChildrenInternal} method preview (line 1) | get preview(){return this.#en} method className (line 1) | get className(){return this.#rn} method getOwnProperties (line 1) | getOwnProperties(e,t=!1){return this.doGetProperties(!0,!1,t,e)} method getAllProperties (line 1) | getAllProperties(e,t,n=!1){return this.doGetProperties(!1,e,n,t)} method createRemoteObject (line 1) | async createRemoteObject(e){return this.runtimeModelInternal.createRem... method doGetProperties (line 1) | async doGetProperties(e,t,n,r){if(!this.#Yt)return{properties:null,int... method setPropertyValue (line 1) | async setPropertyValue(e,t){if(!this.#Yt)return"Can’t set a property o... method doSetObjectPropertyValue (line 1) | async doSetObjectPropertyValue(e,t){const n=[t,Bn.toCallArgument(e)],r... method deleteProperty (line 1) | async deleteProperty(e){if(!this.#Yt)return"Can’t delete a property of... method callFunction (line 1) | async callFunction(e,t){const n=await this.#Xt.invoke_callFunctionOn({... method callFunctionJSON (line 1) | async callFunctionJSON(e,t){const n=await this.#Xt.invoke_callFunction... method release (line 1) | release(){this.#Yt&&this.#Xt.invoke_releaseObject({objectId:this.#Yt})} method arrayLength (line 1) | arrayLength(){return Bn.arrayLength(this)} method arrayBufferByteLength (line 1) | arrayBufferByteLength(){return Bn.arrayBufferByteLength(this)} method debuggerModel (line 1) | debuggerModel(){return this.runtimeModelInternal.debuggerModel()} method runtimeModel (line 1) | runtimeModel(){return this.runtimeModelInternal} method isNode (line 1) | isNode(){return Boolean(this.#Yt)&&"object"===this.type&&"node"===this... method isLinearMemoryInspectable (line 1) | isLinearMemoryInspectable(){return"object"===this.type&&void 0!==this.... class Hn (line 1) | class Hn extends _n{#sn;#in;constructor(e,t,n,r,s,i,o,a,l){super(e,t,r,s... method constructor (line 1) | constructor(e,t,n,r,s,i,o,a,l){super(e,t,r,s,i,o,a,l),this.#sn=n,this.... method doGetProperties (line 1) | async doGetProperties(e,t,n){if(t)return{properties:[],internalPropert... method doSetObjectPropertyValue (line 1) | async doSetObjectPropertyValue(e,t){const n=t.value,r=await this.debug... class Un (line 1) | class Un{number;callFrameId;constructor(e,t){this.number=e,this.callFram... method constructor (line 1) | constructor(e,t){this.number=e,this.callFrameId=t} class qn (line 1) | class qn{name;value;enumerable;writable;isOwn;wasThrown;symbol;synthetic... method constructor (line 1) | constructor(e,t,n,r,s,i,o,a,l,d){this.name=e,this.value=null!==t?t:voi... method setSyntheticValue (line 1) | async setSyntheticValue(e){if(!this.syntheticSetter)return!1;const t=a... method isAccessorProperty (line 1) | isAccessorProperty(){return Boolean(this.getter||this.setter)} method match (line 1) | match({includeNullOrUndefinedValues:e,regex:t}){return!(null!==t&&!t.t... method cloneWithNewName (line 1) | cloneWithNewName(e){const t=new qn(e,this.value??null,this.enumerable,... class zn (line 1) | class zn extends Bn{valueInternal;#on;#an;constructor(e){super(),this.va... method constructor (line 1) | constructor(e){super(),this.valueInternal=e} method objectId (line 1) | get objectId(){} method value (line 1) | get value(){return this.valueInternal} method unserializableValue (line 1) | unserializableValue(){return Bn.unserializableDescription(this.valueIn... method description (line 1) | get description(){if(this.#on)return this.#on;if("object"===this.type)... method formatValue (line 1) | formatValue(e){if(!e)return"undefined";const t=e.description||"";retur... method concatenate (line 1) | concatenate(e,t,n){let r=e;const s=this.children();for(let e=0;ee.val... method callFunctionJSON (line 1) | async callFunctionJSON(e,t){const n=this.valueInternal,r=t?t.map((e=>e... class jn (line 1) | class jn{#ln;constructor(e){this.#ln=e}static objectAsArray(e){if(!e||"o... method constructor (line 1) | constructor(e){this.#ln=e} method objectAsArray (line 1) | static objectAsArray(e){if(!e||"object"!==e.type||"array"!==e.subtype&... method createFromRemoteObjects (line 1) | static async createFromRemoteObjects(e){if(!e.length)throw new Error("... method at (line 1) | async at(e){if(e<0||e>this.#ln.arrayLength())throw new Error("Out of r... method length (line 1) | length(){return this.#ln.arrayLength()} method map (line 1) | map(e){const t=[];for(let n=0;n=this.byteLength())throw ... method object (line 1) | object(){return this.#ln} class $n (line 1) | class $n extends h{constructor(e){super(e)}async read(t,n,r){const s=awa... method constructor (line 1) | constructor(e){super(e)} method read (line 1) | async read(t,n,r){const s=await this.target().ioAgent().invoke_read({h... method close (line 1) | async close(e){(await this.target().ioAgent().invoke_close({handle:e})... method resolveBlob (line 1) | async resolveBlob(e){const t=e instanceof Bn?e.objectId:e;if(!t)throw ... method readToString (line 1) | async readToString(e){const t=[],n=new TextDecoder;for(;;){const r=awa... function er (line 1) | function er(e){return"extensionId"in e} class nr (line 1) | class nr extends e.ObjectWrapper.ObjectWrapper{#pn=0;#mn=!1;#fn=void 0;#... method constructor (line 1) | constructor(e,t){super(),this.#yn=t,W.instance().addModelListener(ii,r... method instance (line 1) | static instance({forceNew:e,loadOverride:t,maxConcurrentLoads:n}={forc... method removeInstance (line 1) | static removeInstance(){tr=null} method onPrimaryPageChanged (line 1) | onPrimaryPageChanged(e){const{frame:t,type:n}=e.data;if(!t.isOutermost... method getResourcesLoaded (line 1) | getResourcesLoaded(){return this.#vn} method getScopedResourcesLoaded (line 1) | getScopedResourcesLoaded(){return new Map([...this.#vn].filter((([e,t]... method getNumberOfResources (line 1) | getNumberOfResources(){return{loading:this.#pn,queued:this.#In.length,... method getScopedNumberOfResources (line 1) | getScopedNumberOfResources(){const e=W.instance();let t=0;for(const[n,... method acquireLoadSlot (line 1) | async acquireLoadSlot(e){if(this.#pn++,e){const t=this.#bn.get(e.id())... method releaseLoadSlot (line 1) | releaseLoadSlot(e){if(this.#pn--,e){const t=this.#bn.get(e.id());t&&th... method makeExtensionKey (line 1) | static makeExtensionKey(e,t){if(er(t)&&t.extensionId)return`${e}-${t.e... method makeKey (line 1) | static makeKey(e,t){if(t.frameId)return`${e}-${t.frameId}`;if(t.target... method resourceLoadedThroughExtension (line 1) | resourceLoadedThroughExtension(e){const t=nr.makeExtensionKey(e.url,e.... method loadResource (line 1) | async loadResource(e,t){if(er(t))throw new Error("Invalid initiator");... method dispatchLoad (line 1) | async dispatchLoad(t,n){if(er(n))throw new Error("Invalid initiator");... method getDeveloperResourceScheme (line 1) | getDeveloperResourceScheme(e){if(!e||""===e.scheme)return 1;const t="l... method loadFromTarget (line 1) | async loadFromTarget(t,n,r){const s=t.model(Z),i=t.model($n),o=e.Setti... function rr (line 1) | function rr(){return e.Settings.Settings.instance().createSetting("load-... method constructor (line 1) | constructor(e){this.key=e} function ir (line 1) | function ir(e,t){return e.line-t.line||e.column-t.column} function or (line 1) | function or(e,t={line:0,column:0}){if(!e.originalScopes||void 0===e.gene... function ar (line 1) | function ar(e,t){return e.map((e=>function(e,t){const n=new Map,r=[];let... function lr (line 1) | function lr(e){return"flags"in e} function dr (line 1) | function dr(e,t,n,r={line:0,column:0}){const s=[{start:{line:0,column:0}... function cr (line 1) | function cr(e,t,n){void 0!==n&&(e.values=n.map((n=>{if(1===n.length)retu... function hr (line 1) | function hr(e){return"flags"in e} function ur (line 1) | function ur(e,t){if(!(void 0===e||e<0))return t[e]} function pr (line 1) | function pr(e){!function(e){for(const t of e)if(ir(t.start,t.end)>=0)thr... function mr (line 1) | function mr(e){return{...e,kind:"Function",isStackFrame:!0,children:[],v... function fr (line 1) | function fr(e,t){const n=[];let r=0,s=0,i=0,o=0,a=0;const l=new Er(e);le... class wr (line 1) | class wr{#Sn;#kn;#Pe;#Cn;#xn;constructor(e,t,n,r,s){this.#Sn=e,this.#kn=... method constructor (line 1) | constructor(e,t,n,r,s){this.#Sn=e,this.#kn=t,this.#Pe=n,this.#Cn=r,thi... method extraProperties (line 1) | extraProperties(){return this.#xn?[new qn(Ir(yr.returnValue),this.#xn,... method callFrame (line 1) | callFrame(){return this.#Sn} method type (line 1) | type(){switch(this.#kn.kind){case"global":return"global";case"function... method typeName (line 1) | typeName(){switch(this.#kn.kind){case"global":return Ir(yr.global);cas... method name (line 1) | name(){return this.#kn.name} method range (line 1) | range(){return null} method object (line 1) | object(){return new Sr(this.#Sn,this.#kn,this.#Pe)} method description (line 1) | description(){return""} method icon (line 1) | icon(){} class Sr (line 1) | class Sr extends _n{#Sn;#kn;#Pe;constructor(e,t,n){super(e.debuggerModel... method constructor (line 1) | constructor(e,t,n){super(e.debuggerModel.runtimeModel(),void 0,"object... method doGetProperties (line 1) | async doGetProperties(e,t,n){if(t)return{properties:[],internalPropert... method #Rn (line 1) | #Rn(e){if(!this.#Pe)return null;const t=this.#Pe.values[e];if("string"... method #Tn (line 1) | static#Tn(e){return new qn(e,null,!1,!1,!0,!1)} class Cr (line 1) | class Cr{#Mn;#Pn;#En;#Ln=null;constructor(e,t,n){this.#Mn=e,this.#Pn=t,t... method constructor (line 1) | constructor(e,t,n){this.#Mn=e,this.#Pn=t,this.#En=n} method addOriginalScopes (line 1) | addOriginalScopes(e){for(const t of e)this.#Pn.push(t)} method addGeneratedRanges (line 1) | addGeneratedRanges(e){for(const t of e)this.#En.push(t)} method hasOriginalScopes (line 1) | hasOriginalScopes(e){return Boolean(this.#Pn[e])} method addOriginalScopesAtIndex (line 1) | addOriginalScopesAtIndex(e,t){if(this.#Pn[e])throw new Error(`Trying t... method findInlinedFunctions (line 1) | findInlinedFunctions(e,t){const n=this.#An(e,t),r={inlinedFunctions:[]... method expandCallFrame (line 1) | expandCallFrame(e){const{originalFunctionName:t,inlinedFunctions:n}=th... method #An (line 1) | #An(e,t){const n=[];return function r(s){for(const i of s)xr(i,e,t)&&(... method hasVariablesAndBindings (line 1) | hasVariablesAndBindings(){return null===this.#Ln&&(this.#Ln=this.#On()... method #On (line 1) | #On(){function e(t){for(const n of t)if(n){if("variables"in n&&n.varia... method resolveMappedScopeChain (line 1) | resolveMappedScopeChain(e){const t=this.#Dn(e),n=t.at(-1)?.originalSco... method #Dn (line 1) | #Dn(e){const t=this.#An(e.location().lineNumber,e.location().columnNum... method findOriginalFunctionName (line 1) | findOriginalFunctionName({line:e,column:t}){let n;if(this.#En.length>0... method #Nn (line 1) | #Nn({sourceIndex:e,line:t,column:n}){const r=this.#Pn[e];if(!r)return[... function xr (line 1) | function xr(e,t,n){return!(e.start.line>t||e.start.line===t&&e.start.col... function Tr (line 1) | function Tr(e){return e.startsWith(")]}")&&(e=e.substring(e.indexOf("\n"... class Mr (line 1) | class Mr{lineNumber;columnNumber;sourceIndex;sourceURL;sourceLineNumber;... method constructor (line 1) | constructor(e,t,n,r,s,i,o){this.lineNumber=e,this.columnNumber=t,this.... method compare (line 1) | static compare(e,t){return e.lineNumber!==t.lineNumber?e.lineNumber-t.... class Pr (line 1) | class Pr{static retainRawSourceMaps=!1;#Fn;#Bn;#_n;#Hn;#Un;#qn=[];#zn=ne... method constructor (line 1) | constructor(t,n,r){this.#Fn=r,this.#Bn=t,this.#_n=n,this.#Hn=e.ParsedU... method json (line 1) | json(){return this.#Fn} method augmentWithScopes (line 1) | augmentWithScopes(e,t){if(this.#Vn(),this.#Fn&&this.#Fn.version>3)thro... method #Wn (line 1) | #Wn(e){return this.#qn.findIndex((t=>t.sourceURL===e))} method compiledURL (line 1) | compiledURL(){return this.#Bn} method url (line 1) | url(){return this.#_n} method sourceURLs (line 1) | sourceURLs(){return[...this.#zn.keys()]} method embeddedContentByURL (line 1) | embeddedContentByURL(e){const t=this.#zn.get(e);return t?t.content:null} method hasScopeInfo (line 1) | hasScopeInfo(){return this.#Vn(),null!==this.#jn} method findEntry (line 1) | findEntry(e,t,n){if(this.#Vn(),n&&null!==this.#jn){const{inlinedFuncti... method findEntryRanges (line 1) | findEntryRanges(e,n){const s=this.mappings(),i=r.ArrayUtilities.upperB... method sourceLineMapping (line 1) | sourceLineMapping(e,t,n){const s=this.mappings(),i=this.reversedMappin... method findReverseIndices (line 1) | findReverseIndices(e,t,n){const s=this.mappings(),i=this.reversedMappi... method findReverseEntries (line 1) | findReverseEntries(e,t,n){const r=this.mappings();return this.findReve... method findReverseRanges (line 1) | findReverseRanges(e,n,r){const s=this.mappings(),i=this.findReverseInd... method mappings (line 1) | mappings(){return this.#Vn(),this.#Un??[]} method reversedMappings (line 1) | reversedMappings(e){return this.#Vn(),this.#zn.get(e)?.reverseMappings... method #Vn (line 1) | #Vn(){if(null===this.#Un){this.#Un=[];try{this.eachSection(this.parseM... method #Gn (line 1) | #Gn(e){const t=new Map;for(let n=0;n0){const t=e[0];retur... method hasIgnoreListHint (line 1) | hasIgnoreListHint(e){return this.#zn.get(e)?.ignoreListHint??!1} method findRanges (line 1) | findRanges(e,n){const r=this.mappings(),s=[];if(!r.length)return[];let... method compatibleForURL (line 1) | compatibleForURL(e,t){return this.embeddedContentByURL(e)===t.embedded... method expandCallFrame (line 1) | expandCallFrame(e){return this.#Vn(),null===this.#jn?[e]:this.#jn.expa... method resolveScopeChain (line 1) | resolveScopeChain(e){return this.#Vn(),null===this.#jn?null:this.#jn.r... method findOriginalFunctionName (line 1) | findOriginalFunctionName(e){return this.#Vn(),this.#jn?.findOriginalFu... class Er (line 1) | class Er{#Kn;#Qn;constructor(e){this.#Kn=e,this.#Qn=0}next(){return this... method constructor (line 1) | constructor(e){this.#Kn=e,this.#Qn=0} method next (line 1) | next(){return this.#Kn.charAt(this.#Qn++)} method nextCharCode (line 1) | nextCharCode(){return this.#Kn.charCodeAt(this.#Qn++)} method peek (line 1) | peek(){return this.#Kn.charAt(this.#Qn)} method hasNext (line 1) | hasNext(){return this.#Qn"} method trimSourceURL (line 1) | static trimSourceURL(e){let t=e.lastIndexOf("/*# sourceURL=");if(-1===... method domModel (line 1) | domModel(){return this.#er} method trackComputedStyleUpdatesForNode (line 1) | async trackComputedStyleUpdatesForNode(e){await this.agent.invoke_trac... method setStyleText (line 1) | async setStyleText(e,t,n,r){try{await this.ensureOriginalStyleSheetTex... method setSelectorText (line 1) | async setSelectorText(e,t,n){a.userMetrics.actionTaken(a.UserMetrics.A... method setPropertyRulePropertyName (line 1) | async setPropertyRulePropertyName(e,t,n){a.userMetrics.actionTaken(a.U... method setKeyframeKey (line 1) | async setKeyframeKey(e,t,n){a.userMetrics.actionTaken(a.UserMetrics.Ac... method startCoverage (line 1) | startCoverage(){return this.#gr=!0,this.agent.invoke_startRuleUsageTra... method takeCoverageDelta (line 1) | async takeCoverageDelta(){const e=await this.agent.invoke_takeCoverage... method setLocalFontsEnabled (line 1) | setLocalFontsEnabled(e){return this.agent.invoke_setLocalFontsEnabled(... method stopCoverage (line 1) | async stopCoverage(){this.#gr=!1,await this.agent.invoke_stopRuleUsage... method getMediaQueries (line 1) | async getMediaQueries(){const{medias:e}=await this.agent.invoke_getMed... method getRootLayer (line 1) | async getRootLayer(e){const{rootLayer:t}=await this.agent.invoke_getLa... method isEnabled (line 1) | isEnabled(){return this.#Xn} method enable (line 1) | async enable(){await this.agent.invoke_enable(),this.#Xn=!0,this.#gr&&... method getAnimatedStylesForNode (line 1) | async getAnimatedStylesForNode(e){const t=await this.agent.invoke_getA... method getMatchedStyles (line 1) | async getMatchedStyles(e){const t=this.#er.nodeForId(e);if(!t)return n... method getClassNames (line 1) | async getClassNames(e){const{classNames:t}=await this.agent.invoke_col... method getComputedStyle (line 1) | async getComputedStyle(e){return this.isEnabled()||await this.enable()... method getLayoutPropertiesFromComputedStyle (line 1) | async getLayoutPropertiesFromComputedStyle(e){const t=await this.getCo... method getBackgroundColors (line 1) | async getBackgroundColors(e){const t=await this.agent.invoke_getBackgr... method getPlatformFonts (line 1) | async getPlatformFonts(e){const{fonts:t}=await this.agent.invoke_getPl... method allStyleSheets (line 1) | allStyleSheets(){const e=[...this.#lr.values()];return e.sort((functio... method getInlineStyles (line 1) | async getInlineStyles(e){const t=await this.agent.invoke_getInlineStyl... method forcePseudoState (line 1) | forcePseudoState(e,t,n){const s=e.marker(_r)||[],i=s.includes(t);if(n)... method pseudoState (line 1) | pseudoState(e){return e.marker(_r)||[]} method setMediaText (line 1) | async setMediaText(e,t,n){a.userMetrics.actionTaken(a.UserMetrics.Acti... method setContainerQueryText (line 1) | async setContainerQueryText(e,t,n){a.userMetrics.actionTaken(a.UserMet... method setSupportsText (line 1) | async setSupportsText(e,t,n){a.userMetrics.actionTaken(a.UserMetrics.A... method setScopeText (line 1) | async setScopeText(e,t,n){a.userMetrics.actionTaken(a.UserMetrics.Acti... method addRule (line 1) | async addRule(e,t,n){try{await this.ensureOriginalStyleSheetText(e);co... method requestViaInspectorStylesheet (line 1) | async requestViaInspectorStylesheet(e){const t=e||(this.#rr&&this.#rr.... method createInspectorStylesheet (line 1) | async createInspectorStylesheet(e,t=!1){const n=await this.agent.invok... method mediaQueryResultChanged (line 1) | mediaQueryResultChanged(){this.#mr=void 0,this.dispatchEventToListener... method fontsUpdated (line 1) | fontsUpdated(e){e&&this.#tr.set(e.src,new pe(e)),this.dispatchEventToL... method fontFaces (line 1) | fontFaces(){return[...this.#tr.values()]} method fontFaceForSource (line 1) | fontFaceForSource(e){return this.#tr.get(e)} method styleSheetHeaderForId (line 1) | styleSheetHeaderForId(e){return this.#lr.get(e)||null} method styleSheetHeaders (line 1) | styleSheetHeaders(){return[...this.#lr.values()]} method fireStyleSheetChanged (line 1) | fireStyleSheetChanged(e,t){this.dispatchEventToListeners(Nr.StyleSheet... method ensureOriginalStyleSheetText (line 1) | ensureOriginalStyleSheetText(e){const t=this.styleSheetHeaderForId(e);... method originalContentRequestedForTest (line 1) | originalContentRequestedForTest(e){} method originalStyleSheetText (line 1) | originalStyleSheetText(e){return this.ensureOriginalStyleSheetText(e.id)} method getAllStyleSheetHeaders (line 1) | getAllStyleSheetHeaders(){return this.#lr.values()} method computedStyleUpdated (line 1) | computedStyleUpdated(e){this.dispatchEventToListeners(Nr.ComputedStyle... method styleSheetAdded (line 1) | styleSheetAdded(e){console.assert(!this.#lr.get(e.styleSheetId)),e.loa... method styleSheetRemoved (line 1) | styleSheetRemoved(e){const t=this.#lr.get(e);if(console.assert(Boolean... method getStyleSheetIdsForURL (line 1) | getStyleSheetIdsForURL(e){const t=this.#ar.get(e);if(!t)return[];const... method setStyleSheetText (line 1) | async setStyleSheetText(e,t,n){const r=this.#lr.get(e);if(!r)return"Un... method getStyleSheetText (line 1) | async getStyleSheetText(e){const t=await this.agent.invoke_getStyleShe... method onPrimaryPageChanged (line 1) | async onPrimaryPageChanged(e){e.data.frame.backForwardCacheDetails.res... method resetStyleSheets (line 1) | resetStyleSheets(){const e=[...this.#lr.values()];this.#ar.clear(),thi... method resetFontFaces (line 1) | resetFontFaces(){this.#tr.clear()} method suspendModel (line 1) | async suspendModel(){this.#Xn=!1,await this.agent.invoke_disable(),thi... method resumeModel (line 1) | async resumeModel(){return await this.enable()} method setEffectivePropertyValueForNode (line 1) | setEffectivePropertyValueForNode(e,t,n){this.agent.invoke_setEffective... method cachedMatchedCascadeForNode (line 1) | cachedMatchedCascadeForNode(e){if(this.#dr!==e&&this.discardCachedMatc... method discardCachedMatchedCascade (line 1) | discardCachedMatchedCascade(){this.#dr=null,this.#cr=null} method createCSSPropertyTracker (line 1) | createCSSPropertyTracker(e){return new Vr(this,e)} method enableCSSPropertyTracker (line 1) | enableCSSPropertyTracker(e){const t=e.getTrackedProperties();0!==t.len... method disableCSSPropertyTracker (line 1) | disableCSSPropertyTracker(){this.#ur=!1,this.#hr=null,this.agent.invok... method pollComputedStyleUpdates (line 1) | async pollComputedStyleUpdates(){if(!this.#pr){if(this.#ur){this.#pr=!... method dispose (line 1) | dispose(){this.disableCSSPropertyTracker(),super.dispose(),this.dispat... method getAgent (line 1) | getAgent(){return this.agent} class Hr (line 1) | class Hr{styleSheetId;oldRange;newRange;newText;payload;constructor(e,n,... method constructor (line 1) | constructor(e,n,r,s){this.styleSheetId=e,this.oldRange=n,this.newRange... class Ur (line 1) | class Ur{#je;styleSheetId;url;lineNumber;columnNumber;constructor(e,t,n)... method constructor (line 1) | constructor(e,t,n){this.#je=e.cssModel(),this.styleSheetId=e.id,this.u... method cssModel (line 1) | cssModel(){return this.#je} method header (line 1) | header(){return this.#je.styleSheetHeaderForId(this.styleSheetId)} class qr (line 1) | class qr{#lt;constructor(e){this.#lt=e}mediaQueryResultChanged(){this.#l... method constructor (line 1) | constructor(e){this.#lt=e} method mediaQueryResultChanged (line 1) | mediaQueryResultChanged(){this.#lt.mediaQueryResultChanged()} method fontsUpdated (line 1) | fontsUpdated({font:e}){this.#lt.fontsUpdated(e)} method styleSheetChanged (line 1) | styleSheetChanged({styleSheetId:e}){this.#lt.fireStyleSheetChanged(e)} method styleSheetAdded (line 1) | styleSheetAdded({header:e}){this.#lt.styleSheetAdded(e)} method styleSheetRemoved (line 1) | styleSheetRemoved({styleSheetId:e}){this.#lt.styleSheetRemoved(e)} method computedStyleUpdated (line 1) | computedStyleUpdated({nodeId:e}){this.#lt.computedStyleUpdated(e)} class zr (line 1) | class zr{#lt;#fr=new Map;constructor(e){this.#lt=e}computedStylePromise(... method constructor (line 1) | constructor(e){this.#lt=e} method computedStylePromise (line 1) | computedStylePromise(e){let t=this.#fr.get(e);return t||(t=this.#lt.ge... class jr (line 1) | class jr{inlineStyle;attributesStyle;constructor(e,t){this.inlineStyle=e... method constructor (line 1) | constructor(e,t){this.inlineStyle=e,this.attributesStyle=t} class Vr (line 1) | class Vr extends e.ObjectWrapper.ObjectWrapper{#lt;#br;constructor(e,t){... method constructor (line 1) | constructor(e,t){super(),this.#lt=e,this.#br=t} method start (line 1) | start(){this.#lt.enableCSSPropertyTracker(this)} method stop (line 1) | stop(){this.#lt.disableCSSPropertyTracker()} method getTrackedProperties (line 1) | getTrackedProperties(){return this.#br} method Events (line 1) | get Events(){return Nr} class Kr (line 1) | class Kr extends h{#yr;#vr;#Ir;#wr;constructor(e){super(e),e.registerHea... method constructor (line 1) | constructor(e){super(e),e.registerHeapProfilerDispatcher(new Qr(this))... method debuggerModel (line 1) | debuggerModel(){return this.#Ir.debuggerModel()} method runtimeModel (line 1) | runtimeModel(){return this.#Ir} method enable (line 1) | async enable(){this.#yr||(this.#yr=!0,await this.#vr.invoke_enable())} method startSampling (line 1) | async startSampling(e){if(this.#wr++)return!1;const t=await this.#vr.i... method stopSampling (line 1) | async stopSampling(){if(!this.#wr)throw new Error("Sampling profiler i... method getSamplingProfile (line 1) | async getSamplingProfile(){const e=await this.#vr.invoke_getSamplingPr... method collectGarbage (line 1) | async collectGarbage(){const e=await this.#vr.invoke_collectGarbage();... method snapshotObjectIdForObjectId (line 1) | async snapshotObjectIdForObjectId(e){const t=await this.#vr.invoke_get... method objectForSnapshotObjectId (line 1) | async objectForSnapshotObjectId(e,t){const n=await this.#vr.invoke_get... method addInspectedHeapObject (line 1) | async addInspectedHeapObject(e){const t=await this.#vr.invoke_addInspe... method takeHeapSnapshot (line 1) | async takeHeapSnapshot(e){const t=await this.#vr.invoke_takeHeapSnapsh... method startTrackingHeapObjects (line 1) | async startTrackingHeapObjects(e){const t=await this.#vr.invoke_startT... method stopTrackingHeapObjects (line 1) | async stopTrackingHeapObjects(e){const t=await this.#vr.invoke_stopTra... method heapStatsUpdate (line 1) | heapStatsUpdate(e){this.dispatchEventToListeners("HeapStatsUpdate",e)} method lastSeenObjectId (line 1) | lastSeenObjectId(e,t){this.dispatchEventToListeners("LastSeenObjectId"... method addHeapSnapshotChunk (line 1) | addHeapSnapshotChunk(e){this.dispatchEventToListeners("AddHeapSnapshot... method reportHeapSnapshotProgress (line 1) | reportHeapSnapshotProgress(e,t,n){this.dispatchEventToListeners("Repor... method resetProfiles (line 1) | resetProfiles(){this.dispatchEventToListeners("ResetProfiles",this)} class Qr (line 1) | class Qr{#Sr;constructor(e){this.#Sr=e}heapStatsUpdate({statsUpdate:e}){... method constructor (line 1) | constructor(e){this.#Sr=e} method heapStatsUpdate (line 1) | heapStatsUpdate({statsUpdate:e}){this.#Sr.heapStatsUpdate(e)} method lastSeenObjectId (line 1) | lastSeenObjectId({lastSeenObjectId:e,timestamp:t}){this.#Sr.lastSeenOb... method addHeapSnapshotChunk (line 1) | addHeapSnapshotChunk({chunk:e}){this.#Sr.addHeapSnapshotChunk(e)} method reportHeapSnapshotProgress (line 1) | reportHeapSnapshotProgress({done:e,total:t,finished:n}){this.#Sr.repor... method resetProfiles (line 1) | resetProfiles(){this.#Sr.resetProfiles()} class Jr (line 1) | class Jr extends h{agent;#kr=new Map;#Cr=Zr.comparator;constructor(t){su... method constructor (line 1) | constructor(t){super(t),this.agent=t.runtimeAgent(),this.target().regi... method isSideEffectFailure (line 1) | static isSideEffectFailure(e){const t="exceptionDetails"in e&&e.except... method debuggerModel (line 1) | debuggerModel(){return this.target().model(ms)} method heapProfilerModel (line 1) | heapProfilerModel(){return this.target().model(Kr)} method executionContexts (line 1) | executionContexts(){return[...this.#kr.values()].sort(this.executionCo... method setExecutionContextComparator (line 1) | setExecutionContextComparator(e){this.#Cr=e} method executionContextComparator (line 1) | executionContextComparator(){return this.#Cr} method defaultExecutionContext (line 1) | defaultExecutionContext(){for(const e of this.executionContexts())if(e... method executionContext (line 1) | executionContext(e){return this.#kr.get(e)||null} method executionContextCreated (line 1) | executionContextCreated(e){const t=e.auxData||{isDefault:!0},n=new Zr(... method executionContextDestroyed (line 1) | executionContextDestroyed(e){const t=this.#kr.get(e);t&&(this.debugger... method fireExecutionContextOrderChanged (line 1) | fireExecutionContextOrderChanged(){this.dispatchEventToListeners($r.Ex... method executionContextsCleared (line 1) | executionContextsCleared(){this.debuggerModel().globalObjectCleared();... method createRemoteObject (line 1) | createRemoteObject(e){return console.assert("object"==typeof e,"Remote... method createScopeRemoteObject (line 1) | createScopeRemoteObject(e,t){return new Hn(this,e.objectId,t,e.type,e.... method createRemoteObjectFromPrimitiveValue (line 1) | createRemoteObjectFromPrimitiveValue(e){const t=typeof e;let n;const r... method createRemotePropertyFromPrimitiveValue (line 1) | createRemotePropertyFromPrimitiveValue(e,t){return new qn(e,this.creat... method discardConsoleEntries (line 1) | discardConsoleEntries(){this.agent.invoke_discardConsoleEntries()} method releaseObjectGroup (line 1) | releaseObjectGroup(e){this.agent.invoke_releaseObjectGroup({objectGrou... method releaseEvaluationResult (line 1) | releaseEvaluationResult(e){if("object"in e&&e.object&&e.object.release... method runIfWaitingForDebugger (line 1) | runIfWaitingForDebugger(){this.agent.invoke_runIfWaitingForDebugger()} method customFormattersStateChanged (line 1) | customFormattersStateChanged({data:e}){this.agent.invoke_setCustomObje... method compileScript (line 1) | async compileScript(e,t,n,r){const s=await this.agent.invoke_compileSc... method runScript (line 1) | async runScript(e,t,n,r,s,i,o,a){const l=await this.agent.invoke_runSc... method queryObjects (line 1) | async queryObjects(e){if(!e.objectId)return{error:"Prototype should be... method isolateId (line 1) | async isolateId(){const e=await this.agent.invoke_getIsolateId();retur... method heapUsage (line 1) | async heapUsage(){const e=await this.agent.invoke_getHeapUsage();retur... method inspectRequested (line 1) | inspectRequested(t,n,r){const s=this.createRemoteObject(t);if(null!==n... method addBinding (line 1) | async addBinding(e){return await this.agent.invoke_addBinding(e)} method removeBinding (line 1) | async removeBinding(e){return await this.agent.invoke_removeBinding(e)} method bindingCalled (line 1) | bindingCalled(e){this.dispatchEventToListeners($r.BindingCalled,e)} method copyRequested (line 1) | copyRequested(t){if(!t.objectId)return void a.InspectorFrontendHost.In... method queryObjectsRequested (line 1) | async queryObjectsRequested(t,n){const r=await this.queryObjects(t);t.... method simpleTextFromException (line 1) | static simpleTextFromException(e){let t=e.text;if(e.exception?.descrip... method exceptionThrown (line 1) | exceptionThrown(e,t){const n={timestamp:e,details:t};this.dispatchEven... method exceptionRevoked (line 1) | exceptionRevoked(e){this.dispatchEventToListeners($r.ExceptionRevoked,e)} method consoleAPICalled (line 1) | consoleAPICalled(e,t,n,r,s,i){const o={type:e,args:t,executionContextI... method executionContextIdForScriptId (line 1) | executionContextIdForScriptId(e){const t=this.debuggerModel().scriptFo... method executionContextForStackTrace (line 1) | executionContextForStackTrace(e){let t=e;for(;t&&!t.callFrames.length;... method terminateExecution (line 1) | terminateExecution(){return this.agent.invoke_terminateExecution()} method getExceptionDetails (line 1) | async getExceptionDetails(e){const t=await this.agent.invoke_getExcept... class Yr (line 1) | class Yr{#xr;constructor(e){this.#xr=e}executionContextCreated({context:... method constructor (line 1) | constructor(e){this.#xr=e} method executionContextCreated (line 1) | executionContextCreated({context:e}){this.#xr.executionContextCreated(e)} method executionContextDestroyed (line 1) | executionContextDestroyed({executionContextId:e}){this.#xr.executionCo... method executionContextsCleared (line 1) | executionContextsCleared(){this.#xr.executionContextsCleared()} method exceptionThrown (line 1) | exceptionThrown({timestamp:e,exceptionDetails:t}){this.#xr.exceptionTh... method exceptionRevoked (line 1) | exceptionRevoked({exceptionId:e}){this.#xr.exceptionRevoked(e)} method consoleAPICalled (line 1) | consoleAPICalled({type:e,args:t,executionContextId:n,timestamp:r,stack... method inspectRequested (line 1) | inspectRequested({object:e,hints:t,executionContextId:n}){this.#xr.ins... method bindingCalled (line 1) | bindingCalled(e){this.#xr.bindingCalled(e)} class Zr (line 1) | class Zr{id;uniqueId;name;#Rr;origin;isDefault;runtimeModel;debuggerMode... method constructor (line 1) | constructor(e,t,n,r,s,i,o){this.id=t,this.uniqueId=n,this.name=r,this.... method target (line 1) | target(){return this.runtimeModel.target()} method comparator (line 1) | static comparator(e,t){function n(e){return e.parentTarget()?.type()!=... method evaluate (line 1) | async evaluate(e,t,n){return this.debuggerModel.selectedCallFrame()?aw... method globalObject (line 1) | globalObject(e,t){const n={expression:"this",objectGroup:e,includeComm... method callFunctionOn (line 1) | async callFunctionOn(e){const t=await this.runtimeModel.agent.invoke_c... method evaluateGlobal (line 1) | async evaluateGlobal(e,t,n){e.expression||(e.expression="this");const ... method globalLexicalScopeNames (line 1) | async globalLexicalScopeNames(){const e=await this.runtimeModel.agent.... method label (line 1) | label(){return this.#Rr} method setLabel (line 1) | setLabel(e){this.setLabelInternal(e),this.runtimeModel.dispatchEventTo... method setLabelInternal (line 1) | setLabelInternal(t){if(t)return void(this.#Rr=t);if(this.name)return v... method Events (line 1) | get Events(){return $r} class is (line 1) | class is{debuggerModel;scriptId;sourceURL;lineOffset;columnOffset;endLin... method constructor (line 1) | constructor(e,t,n,r,s,i,o,a,l,d,c,h,u,g,p,m,f,b,y,v){this.debuggerMode... method embedderName (line 1) | embedderName(){return this.#Ar} method target (line 1) | target(){return this.debuggerModel.target()} method trimSourceURLComment (line 1) | static trimSourceURLComment(e){let t=e.lastIndexOf("//# sourceURL=");i... method isContentScript (line 1) | isContentScript(){return this.#Tr} method codeOffset (line 1) | codeOffset(){return this.#Pr} method isJavaScript (line 1) | isJavaScript(){return"JavaScript"===this.#Er} method isWasm (line 1) | isWasm(){return"WebAssembly"===this.#Er} method scriptLanguage (line 1) | scriptLanguage(){return this.#Er} method executionContext (line 1) | executionContext(){return this.debuggerModel.runtimeModel().executionC... method isLiveEdit (line 1) | isLiveEdit(){return this.#Mr} method contentURL (line 1) | contentURL(){return this.sourceURL} method contentType (line 1) | contentType(){return e.ResourceType.resourceTypes.Script} method loadTextContent (line 1) | async loadTextContent(){const n=await this.debuggerModel.target().debu... method loadWasmContent (line 1) | async loadWasmContent(){if(!this.isWasm())throw new Error("Not a wasm ... method requestContentData (line 1) | requestContentData(){if(!this.#Lr){const e=65535;if(this.hash&&!this.#... method requestContent (line 1) | async requestContent(){const e=await this.requestContentData();return ... method requestContentInternal (line 1) | async requestContentInternal(){if(!this.scriptId)return{error:rs(ts.sc... method getWasmBytecode (line 1) | async getWasmBytecode(){const e=await this.debuggerModel.target().debu... method originalContentProvider (line 1) | originalContentProvider(){return new t.StaticContentProvider.StaticCon... method searchInContent (line 1) | async searchInContent(e,n,r){if(!this.scriptId)return[];const s=await ... method appendSourceURLCommentIfNeeded (line 1) | appendSourceURLCommentIfNeeded(e){return this.hasSourceURL?e+"\n //# s... method editSource (line 1) | async editSource(e){e=is.trimSourceURLComment(e),e=this.appendSourceUR... method rawLocation (line 1) | rawLocation(e,t){return this.containsLocation(e,t)?new Is(this.debugge... method isInlineScript (line 1) | isInlineScript(){const e=!this.lineOffset&&!this.columnOffset;return!t... method isAnonymousScript (line 1) | isAnonymousScript(){return!this.sourceURL} method setBlackboxedRanges (line 1) | async setBlackboxedRanges(e){return!(await this.debuggerModel.target()... method containsLocation (line 1) | containsLocation(e,t){const n=e===this.lineOffset&&t>=this.columnOffse... method frameId (line 1) | get frameId(){return"string"!=typeof this[os]&&(this[os]=function(e){c... method isBreakpointCondition (line 1) | get isBreakpointCondition(){return[Rs,xs].includes(this.sourceURL)} method sourceMap (line 1) | sourceMap(){return this.debuggerModel.sourceMapManager().sourceMapForC... method createPageResourceLoadInitiator (line 1) | createPageResourceLoadInitiator(){return{target:this.target(),frameId:... method rawLocationToRelativeLocation (line 1) | rawLocationToRelativeLocation(e){let{lineNumber:t,columnNumber:n}=e;re... method relativeLocationToRawLocation (line 1) | relativeLocationToRawLocation(e){let{lineNumber:t,columnNumber:n}=e;re... function ls (line 1) | async function ls(n){const r=e.Worker.WorkerWrapper.fromURL(new URL("../... function gs (line 1) | function gs(e){function t(e,t){return e.lineNumber-t.lineNumber||e.colum... class ms (line 1) | class ms extends h{agent;runtimeModelInternal;#Or;#Dr=null;#Nr=new Map;#... method constructor (line 1) | constructor(t){super(t),t.registerDebuggerDispatcher(new vs(this)),thi... method selectSymbolSource (line 1) | static selectSymbolSource(t){if(!t||0===t.length)return null;if("type"... method sourceMapManager (line 1) | sourceMapManager(){return this.#Or} method runtimeModel (line 1) | runtimeModel(){return this.runtimeModelInternal} method debuggerEnabled (line 1) | debuggerEnabled(){return Boolean(this.#Hr)} method debuggerId (line 1) | debuggerId(){return this.#Ur} method enableDebugger (line 1) | async enableDebugger(){if(this.#Hr)return;this.#Hr=!0;const t=o.Runtim... method syncDebuggerId (line 1) | async syncDebuggerId(){const e=o.Runtime.Runtime.queryParam("remoteFro... method onFrameNavigated (line 1) | onFrameNavigated(){ms.shouldResyncDebuggerId||(ms.shouldResyncDebugger... method registerDebugger (line 1) | registerDebugger(e){if(e.getError())return void(this.#Hr=!1);const{deb... method isReadyToPause (line 1) | isReadyToPause(){return Boolean(this.#Ur)} method modelForDebuggerId (line 1) | static async modelForDebuggerId(e){return ms.shouldResyncDebuggerId&&(... method resyncDebuggerIdForModels (line 1) | static async resyncDebuggerIdForModels(){const e=fs.values();for(const... method disableDebugger (line 1) | async disableDebugger(){this.#Hr&&(this.#Hr=!1,await this.asyncStackTr... method skipAllPauses (line 1) | skipAllPauses(e){this.#qr&&(clearTimeout(this.#qr),this.#qr=0),this.ag... method skipAllPausesUntilReloadOrTimeout (line 1) | skipAllPausesUntilReloadOrTimeout(e){this.#qr&&clearTimeout(this.#qr),... method pauseOnExceptionStateChanged (line 1) | pauseOnExceptionStateChanged(){const t=e.Settings.Settings.instance().... method asyncStackTracesStateChanged (line 1) | asyncStackTracesStateChanged(){const t=!e.Settings.Settings.instance()... method breakpointsActiveChanged (line 1) | breakpointsActiveChanged(){this.agent.invoke_setBreakpointsActive({act... method setComputeAutoStepRangesCallback (line 1) | setComputeAutoStepRangesCallback(e){this.#jr=e} method computeAutoStepSkipList (line 1) | async computeAutoStepSkipList(e){let t=[];if(this.#jr&&this.#Dr&&this.... method stepInto (line 1) | async stepInto(){const e=await this.computeAutoStepSkipList("StepInto"... method stepOver (line 1) | async stepOver(){this.#Kr=this.#Dr?.callFrames[0]?.functionLocation()?... method stepOut (line 1) | async stepOut(){const e=await this.computeAutoStepSkipList("StepOut");... method scheduleStepIntoAsync (line 1) | scheduleStepIntoAsync(){this.computeAutoStepSkipList("StepInto").then(... method resume (line 1) | resume(){this.agent.invoke_resume({terminateOnResume:!1}),this.#Qr=!1} method pause (line 1) | pause(){this.#Qr=!0,this.skipAllPauses(!1),this.agent.invoke_pause()} method setBreakpointByURL (line 1) | async setBreakpointByURL(t,n,s,i){let o;if(this.target().type()===U.NO... method setBreakpointInAnonymousScript (line 1) | async setBreakpointInAnonymousScript(e,t,n,r){const s=await this.agent... method removeBreakpoint (line 1) | async removeBreakpoint(e){await this.agent.invoke_removeBreakpoint({br... method getPossibleBreakpoints (line 1) | async getPossibleBreakpoints(e,t,n){const r=await this.agent.invoke_ge... method fetchAsyncStackTrace (line 1) | async fetchAsyncStackTrace(e){const t=await this.agent.invoke_getStack... method breakpointResolved (line 1) | breakpointResolved(e,t){this.#Gr.dispatchEventToListeners(e,Is.fromPay... method globalObjectCleared (line 1) | globalObjectCleared(){this.resetDebuggerPausedDetails(),this.reset(),t... method reset (line 1) | reset(){for(const e of this.#Nr.values())this.#Or.detachSourceMap(e);t... method scripts (line 1) | scripts(){return Array.from(this.#Nr.values())} method scriptForId (line 1) | scriptForId(e){return this.#Nr.get(e)||null} method scriptsForSourceURL (line 1) | scriptsForSourceURL(e){return this.#Fr.get(e)||[]} method scriptsForExecutionContext (line 1) | scriptsForExecutionContext(e){const t=[];for(const n of this.#Nr.value... method callFrames (line 1) | get callFrames(){return this.#Dr?this.#Dr.callFrames:null} method debuggerPausedDetails (line 1) | debuggerPausedDetails(){return this.#Dr} method setDebuggerPausedDetails (line 1) | async setDebuggerPausedDetails(e){return this.#Qr=!1,this.#Dr=e,!(this... method resetDebuggerPausedDetails (line 1) | resetDebuggerPausedDetails(){this.#Qr=!1,this.#Dr=null,this.setSelecte... method setBeforePausedCallback (line 1) | setBeforePausedCallback(e){this.#zr=e} method setExpandCallFramesCallback (line 1) | setExpandCallFramesCallback(e){this.#Vr=e} method setEvaluateOnCallFrameCallback (line 1) | setEvaluateOnCallFrameCallback(e){this.evaluateOnCallFrameCallback=e} method setSynchronizeBreakpointsCallback (line 1) | setSynchronizeBreakpointsCallback(e){this.#Wr=e} method pausedScript (line 1) | async pausedScript(t,n,r,s,i,o){if("instrumentation"===n){const e=this... method #$r (line 1) | async#$r(e){if(this.#Vr&&(e.callFrames=await this.#Vr.call(null,e.call... method resumedScript (line 1) | resumedScript(){this.resetDebuggerPausedDetails(),this.dispatchEventTo... method parsedScriptSource (line 1) | parsedScriptSource(e,t,n,r,s,i,o,a,l,d,c,h,u,g,p,m,f,b,y,v){const I=th... method setSourceMapURL (line 1) | setSourceMapURL(e,t){this.#Or.detachSourceMap(e),e.sourceMapURL=t,this... method setDebugInfoURL (line 1) | async setDebugInfoURL(e,t){this.#Vr&&this.#Dr&&(this.#Dr.callFrames=aw... method executionContextDestroyed (line 1) | executionContextDestroyed(e){for(const t of this.#Nr.values())t.execut... method registerScript (line 1) | registerScript(e){if(this.#Nr.set(e.scriptId,e),e.isAnonymousScript())... method unregisterScript (line 1) | unregisterScript(e){console.assert(e.isAnonymousScript()),this.#Nr.del... method collectDiscardedScripts (line 1) | collectDiscardedScripts(){if(this.#Br.length<1e3)return;const e=this.#... method createRawLocation (line 1) | createRawLocation(e,t,n,r){return this.createRawLocationByScriptId(e.s... method createRawLocationByURL (line 1) | createRawLocationByURL(e,t,n,r,s){for(const i of this.#Fr.get(e)||[]){... method createRawLocationByScriptId (line 1) | createRawLocationByScriptId(e,t,n,r){return new Is(this,e,t,n,r)} method createRawLocationsByStackTrace (line 1) | createRawLocationsByStackTrace(e){const t=[];for(let n=e;n;n=n.parent)... method isPaused (line 1) | isPaused(){return Boolean(this.debuggerPausedDetails())} method isPausing (line 1) | isPausing(){return this.#Qr} method setSelectedCallFrame (line 1) | setSelectedCallFrame(e){this.#_r!==e&&(this.#_r=e,this.dispatchEventTo... method selectedCallFrame (line 1) | selectedCallFrame(){return this.#_r} method evaluateOnSelectedCallFrame (line 1) | async evaluateOnSelectedCallFrame(e){const t=this.selectedCallFrame();... method functionDetailsPromise (line 1) | functionDetailsPromise(e){return e.getAllProperties(!1,!1).then(functi... method setVariableValue (line 1) | async setVariableValue(e,t,n,r){return(await this.agent.invoke_setVari... method addBreakpointListener (line 1) | addBreakpointListener(e,t,n){this.#Gr.addEventListener(e,t,n)} method removeBreakpointListener (line 1) | removeBreakpointListener(e,t,n){this.#Gr.removeEventListener(e,t,n)} method setBlackboxPatterns (line 1) | async setBlackboxPatterns(e,t){return!(await this.agent.invoke_setBlac... method setBlackboxExecutionContexts (line 1) | async setBlackboxExecutionContexts(e){return!(await this.agent.invoke_... method dispose (line 1) | dispose(){this.#Ur&&fs.delete(this.#Ur),e.Settings.Settings.instance()... method suspendModel (line 1) | async suspendModel(){await this.disableDebugger()} method resumeModel (line 1) | async resumeModel(){await this.enableDebugger()} method getEvaluateOnCallFrameCallback (line 1) | getEvaluateOnCallFrameCallback(){return this.evaluateOnCallFrameCallback} class vs (line 1) | class vs{#Xr;constructor(e){this.#Xr=e}paused({callFrames:e,reason:t,dat... method constructor (line 1) | constructor(e){this.#Xr=e} method paused (line 1) | paused({callFrames:e,reason:t,data:n,hitBreakpoints:r,asyncStackTrace:... method resumed (line 1) | resumed(){this.#Xr.debuggerEnabled()&&this.#Xr.resumedScript()} method scriptParsed (line 1) | scriptParsed({scriptId:e,url:t,startLine:n,startColumn:r,endLine:s,end... method scriptFailedToParse (line 1) | scriptFailedToParse({scriptId:e,url:t,startLine:n,startColumn:r,endLin... method breakpointResolved (line 1) | breakpointResolved({breakpointId:e,location:t}){this.#Xr.debuggerEnabl... method constructor (line 1) | constructor(e,t,n,r,s){this.debuggerModel=e,this.scriptId=t,this.lineNum... method fromPayload (line 1) | static fromPayload(t,n,r){return new e(t,n.scriptId,n.lineNumber,n.colum... method payload (line 1) | payload(){return{scriptId:this.scriptId,lineNumber:this.lineNumber,colum... method script (line 1) | script(){return this.debuggerModel.scriptForId(this.scriptId)} method continueToLocation (line 1) | continueToLocation(e){e&&(this.debuggerModel.continueToLocationCallback=... method paused (line 1) | paused(e,t){const n=t.callFrames[0].location();return n.scriptId===this.... method id (line 1) | id(){return this.debuggerModel.target().id()+":"+this.scriptId+":"+this.... class ws (line 1) | class ws extends Is{type;constructor(e,t,n,r,s){super(e,t,n,r),s&&(this.... method constructor (line 1) | constructor(e,t,n,r,s){super(e,t,n,r),s&&(this.type=s)} method fromPayload (line 1) | static fromPayload(e,t){return new ws(e,t.scriptId,t.lineNumber,t.colu... class Ss (line 1) | class Ss{debuggerModel;script;payload;#Jr;#Yr;#Zr;inlineFrameIndex;funct... method constructor (line 1) | constructor(e,t,n,r,s,i=null){this.debuggerModel=e,this.script=t,this.... method fromPayloadArray (line 1) | static fromPayloadArray(e,t,n){const r=[];for(let s=0;s=this.#os... class Es (line 1) | class Es{#ls;#os=new Map;#ds=e.Settings.Settings.instance().createLocalS... method constructor (line 1) | constructor(e,t){this.#ls=e,this.#ws=t,this.#bs.addChangeListener(this... method onSettingChange (line 1) | onSettingChange(){this.resetOverlay()} method buildGridHighlightConfig (line 1) | buildGridHighlightConfig(e){const t=this.colorOfGrid(e).asLegacyColor(... method buildFlexContainerHighlightConfig (line 1) | buildFlexContainerHighlightConfig(e){const t=this.colorOfFlex(e).asLeg... method buildScrollSnapContainerHighlightConfig (line 1) | buildScrollSnapContainerHighlightConfig(t){return{snapAreaBorder:{colo... method highlightGridInOverlay (line 1) | highlightGridInOverlay(e){this.#cs.set(e,this.buildGridHighlightConfig... method isGridHighlighted (line 1) | isGridHighlighted(e){return this.#cs.has(e)} method colorOfGrid (line 1) | colorOfGrid(e){let t=this.#os.get(e);return t||(t=this.#ms.next(),this... method setColorOfGrid (line 1) | setColorOfGrid(e,t){this.#os.set(e,t)} method hideGridInOverlay (line 1) | hideGridInOverlay(e){this.#cs.has(e)&&(this.#cs.delete(e),this.updateH... method highlightScrollSnapInOverlay (line 1) | highlightScrollSnapInOverlay(e){this.#hs.set(e,this.buildScrollSnapCon... method isScrollSnapHighlighted (line 1) | isScrollSnapHighlighted(e){return this.#hs.has(e)} method hideScrollSnapInOverlay (line 1) | hideScrollSnapInOverlay(e){this.#hs.has(e)&&(this.#hs.delete(e),this.u... method highlightFlexInOverlay (line 1) | highlightFlexInOverlay(e){this.#us.set(e,this.buildFlexContainerHighli... method isFlexHighlighted (line 1) | isFlexHighlighted(e){return this.#us.has(e)} method colorOfFlex (line 1) | colorOfFlex(e){let t=this.#os.get(e);return t||(t=this.#fs.next(),this... method setColorOfFlex (line 1) | setColorOfFlex(e,t){this.#os.set(e,t)} method hideFlexInOverlay (line 1) | hideFlexInOverlay(e){this.#us.has(e)&&(this.#us.delete(e),this.updateH... method highlightContainerQueryInOverlay (line 1) | highlightContainerQueryInOverlay(e){this.#gs.set(e,this.buildContainer... method hideContainerQueryInOverlay (line 1) | hideContainerQueryInOverlay(e){this.#gs.has(e)&&(this.#gs.delete(e),th... method isContainerQueryHighlighted (line 1) | isContainerQueryHighlighted(e){return this.#gs.has(e)} method buildContainerQueryContainerHighlightConfig (line 1) | buildContainerQueryContainerHighlightConfig(){return{containerBorder:{... method highlightIsolatedElementInOverlay (line 1) | highlightIsolatedElementInOverlay(e){this.#ps.set(e,this.buildIsolatio... method hideIsolatedElementInOverlay (line 1) | hideIsolatedElementInOverlay(e){this.#ps.has(e)&&(this.#ps.delete(e),t... method isIsolatedElementHighlighted (line 1) | isIsolatedElementHighlighted(e){return this.#ps.has(e)} method buildIsolationModeHighlightConfig (line 1) | buildIsolationModeHighlightConfig(){return{resizerColor:e.Color.Isolat... method hideAllInOverlayWithoutSave (line 1) | hideAllInOverlayWithoutSave(){this.#us.clear(),this.#cs.clear(),this.#... method refreshHighlights (line 1) | refreshHighlights(){const e=this.updateHighlightsForDeletedNodes(this.... method updateHighlightsForDeletedNodes (line 1) | updateHighlightsForDeletedNodes(e){let t=!1;for(const n of e.keys())nu... method resetOverlay (line 1) | resetOverlay(){for(const e of this.#cs.keys())this.#cs.set(e,this.buil... method updateHighlightsInOverlay (line 1) | updateHighlightsInOverlay(){const e=this.#cs.size>0||this.#us.size>0||... method updateGridHighlightsInOverlay (line 1) | updateGridHighlightsInOverlay(){const e=this.#ls,t=[];for(const[e,n]of... method updateFlexHighlightsInOverlay (line 1) | updateFlexHighlightsInOverlay(){const e=this.#ls,t=[];for(const[e,n]of... method updateScrollSnapHighlightsInOverlay (line 1) | updateScrollSnapHighlightsInOverlay(){const e=this.#ls,t=[];for(const[... method updateContainerQueryHighlightsInOverlay (line 1) | updateContainerQueryHighlightsInOverlay(){const e=this.#ls,t=[];for(co... method updateIsolatedElementHighlightsInOverlay (line 1) | updateIsolatedElementHighlightsInOverlay(){const e=this.#ls,t=[];for(c... method restoreHighlightsForDocument (line 1) | async restoreHighlightsForDocument(){this.#us=new Map,this.#cs=new Map... method currentUrl (line 1) | currentUrl(){const e=this.#ls.getDOMModel().existingDocument();return ... method getPersistentHighlightSettingForOneType (line 1) | getPersistentHighlightSettingForOneType(e,t){const n=[];for(const r of... method savePersistentHighlightSetting (line 1) | savePersistentHighlightSetting(){const e=this.currentUrl(),t=[...this.... class Fs (line 1) | class Fs extends h{#er;overlayAgent;#Xr;#Ss=!1;#ks=null;#Cs;#xs;#Rs;#Ts;... method constructor (line 1) | constructor(t){super(t),this.#er=t.model(Gs),t.registerOverlayDispatch... method highlightObjectAsDOMNode (line 1) | static highlightObjectAsDOMNode(e){const t=e.runtimeModel().target().m... method hideDOMNodeHighlight (line 1) | static hideDOMNodeHighlight(){for(const e of W.instance().models(Fs))e... method muteHighlight (line 1) | static async muteHighlight(){return await Promise.all(W.instance().mod... method unmuteHighlight (line 1) | static async unmuteHighlight(){return await Promise.all(W.instance().m... method highlightRect (line 1) | static highlightRect(e){for(const t of W.instance().models(Fs))t.highl... method clearHighlight (line 1) | static clearHighlight(){for(const e of W.instance().models(Fs))e.clear... method getDOMModel (line 1) | getDOMModel(){return this.#er} method highlightRect (line 1) | highlightRect({x:e,y:t,width:n,height:r,color:s,outlineColor:i}){const... method clearHighlight (line 1) | clearHighlight(){return this.overlayAgent.invoke_hideHighlight()} method wireAgentToSettings (line 1) | async wireAgentToSettings(){this.#As=[this.#Rs.addChangeListener((()=>... method suspendModel (line 1) | async suspendModel(){e.EventTarget.removeEventListeners(this.#As),awai... method resumeModel (line 1) | async resumeModel(){await Promise.all([this.overlayAgent.invoke_enable... method setShowViewportSizeOnResize (line 1) | setShowViewportSizeOnResize(e){this.#Os!==e&&(this.#Os=e,this.target()... method updatePausedInDebuggerMessage (line 1) | updatePausedInDebuggerMessage(){if(this.target().suspended())return;co... method setHighlighter (line 1) | setHighlighter(e){this.#xs=e||this.#Cs} method setInspectMode (line 1) | async setInspectMode(e,t=!0){await this.#er.requestDocument(),this.#Ss... method inspectModeEnabled (line 1) | inspectModeEnabled(){return this.#Ss} method highlightInOverlay (line 1) | highlightInOverlay(e,t,n){if(this.#Fs)return;this.#ks&&(clearTimeout(t... method highlightInOverlayForTwoSeconds (line 1) | highlightInOverlayForTwoSeconds(e){this.highlightInOverlay(e),this.del... method highlightGridInPersistentOverlay (line 1) | highlightGridInPersistentOverlay(e){this.#Ds&&this.#Ds.highlightGridIn... method isHighlightedGridInPersistentOverlay (line 1) | isHighlightedGridInPersistentOverlay(e){return!!this.#Ds&&this.#Ds.isG... method hideGridInPersistentOverlay (line 1) | hideGridInPersistentOverlay(e){this.#Ds&&this.#Ds.hideGridInOverlay(e)} method highlightScrollSnapInPersistentOverlay (line 1) | highlightScrollSnapInPersistentOverlay(e){this.#Ds&&this.#Ds.highlight... method isHighlightedScrollSnapInPersistentOverlay (line 1) | isHighlightedScrollSnapInPersistentOverlay(e){return!!this.#Ds&&this.#... method hideScrollSnapInPersistentOverlay (line 1) | hideScrollSnapInPersistentOverlay(e){this.#Ds&&this.#Ds.hideScrollSnap... method highlightFlexContainerInPersistentOverlay (line 1) | highlightFlexContainerInPersistentOverlay(e){this.#Ds&&this.#Ds.highli... method isHighlightedFlexContainerInPersistentOverlay (line 1) | isHighlightedFlexContainerInPersistentOverlay(e){return!!this.#Ds&&thi... method hideFlexContainerInPersistentOverlay (line 1) | hideFlexContainerInPersistentOverlay(e){this.#Ds&&this.#Ds.hideFlexInO... method highlightContainerQueryInPersistentOverlay (line 1) | highlightContainerQueryInPersistentOverlay(e){this.#Ds&&this.#Ds.highl... method isHighlightedContainerQueryInPersistentOverlay (line 1) | isHighlightedContainerQueryInPersistentOverlay(e){return!!this.#Ds&&th... method hideContainerQueryInPersistentOverlay (line 1) | hideContainerQueryInPersistentOverlay(e){this.#Ds&&this.#Ds.hideContai... method highlightSourceOrderInOverlay (line 1) | highlightSourceOrderInOverlay(t){const n={parentOutlineColor:e.Color.S... method colorOfGridInPersistentOverlay (line 1) | colorOfGridInPersistentOverlay(e){return this.#Ds?this.#Ds.colorOfGrid... method setColorOfGridInPersistentOverlay (line 1) | setColorOfGridInPersistentOverlay(t,n){if(!this.#Ds)return;const r=e.C... method colorOfFlexInPersistentOverlay (line 1) | colorOfFlexInPersistentOverlay(e){return this.#Ds?this.#Ds.colorOfFlex... method setColorOfFlexInPersistentOverlay (line 1) | setColorOfFlexInPersistentOverlay(t,n){if(!this.#Ds)return;const r=e.C... method hideSourceOrderInOverlay (line 1) | hideSourceOrderInOverlay(){this.#Ns.hideSourceOrderHighlight()} method setSourceOrderActive (line 1) | setSourceOrderActive(e){this.#Fs=e} method sourceOrderModeActive (line 1) | sourceOrderModeActive(){return this.#Fs} method delayedHideHighlight (line 1) | delayedHideHighlight(e){null===this.#ks&&(this.#ks=window.setTimeout((... method highlightFrame (line 1) | highlightFrame(e){this.#ks&&(clearTimeout(this.#ks),this.#ks=null),thi... method showHingeForDualScreen (line 1) | showHingeForDualScreen(e){if(e){const{x:t,y:n,width:r,height:s,content... method setWindowControlsPlatform (line 1) | setWindowControlsPlatform(e){this.#Bs.selectedPlatform=e} method setWindowControlsThemeColor (line 1) | setWindowControlsThemeColor(e){this.#Bs.themeColor=e} method getWindowControlsConfig (line 1) | getWindowControlsConfig(){return this.#Bs.config} method toggleWindowControlsToolbar (line 1) | async toggleWindowControlsToolbar(e){const t=e?{windowControlsOverlayC... method buildHighlightConfig (line 1) | buildHighlightConfig(t="all",n=!1){const r=e.Settings.Settings.instanc... method nodeHighlightRequested (line 1) | nodeHighlightRequested({nodeId:e}){const t=this.#er.nodeForId(e);t&&th... method setInspectNodeHandler (line 1) | static setInspectNodeHandler(e){Fs.inspectNodeHandler=e} method inspectNodeRequested (line 1) | inspectNodeRequested({backendNodeId:t}){const n=new js(this.target(),t... method screenshotRequested (line 1) | screenshotRequested({viewport:e}){this.dispatchEventToListeners("Scree... method inspectModeCanceled (line 1) | inspectModeCanceled(){this.dispatchEventToListeners("InspectModeExited")} method getOverlayAgent (line 1) | getOverlayAgent(){return this.overlayAgent} method hasStyleSheetText (line 1) | async hasStyleSheetText(e){return await this.#Bs.initializeStyleSheetT... class Bs (line 1) | class Bs{#lt;#_s;#Hs;#Us;#qs={showCSS:!1,selectedPlatform:"Windows",them... method constructor (line 1) | constructor(e){this.#lt=e} method selectedPlatform (line 1) | get selectedPlatform(){return this.#qs.selectedPlatform} method selectedPlatform (line 1) | set selectedPlatform(e){this.#qs.selectedPlatform=e} method themeColor (line 1) | get themeColor(){return this.#qs.themeColor} method themeColor (line 1) | set themeColor(e){this.#qs.themeColor=e} method config (line 1) | get config(){return this.#qs} method initializeStyleSheetText (line 1) | async initializeStyleSheetText(e){if(this.#_s&&e===this.#Us)return!0;c... method toggleEmulatedOverlay (line 1) | async toggleEmulatedOverlay(e){if(this.#Hs&&this.#_s)if(e){const e=Bs.... method #Vs (line 1) | static#Vs(e,t){const n=Ns[e];return Bs.#Ws(n.x,n.y,n.width,n.height,t)} method #zs (line 1) | #zs(t){const n=e.ParsedURL.ParsedURL.extractOrigin(t),r=this.#lt.style... method #js (line 1) | #js(e){const t=this.#lt.getStyleSheetIdsForURL(e);return t.length>0?t[... method #Ws (line 1) | static#Ws(e,t,n,r,s){if(!s)return;return s.replace(/: env\(titlebar-ar... method transformStyleSheetforTesting (line 1) | transformStyleSheetforTesting(e,t,n,r,s){return Bs.#Ws(e,t,n,r,s)} class _s (line 1) | class _s{#ls;constructor(e){this.#ls=e}highlightInOverlay(e,t){const{nod... method constructor (line 1) | constructor(e){this.#ls=e} method highlightInOverlay (line 1) | highlightInOverlay(e,t){const{node:n,deferredNode:r,object:s,selectorL... method setInspectMode (line 1) | async setInspectMode(e,t){await this.#ls.target().overlayAgent().invok... method highlightFrame (line 1) | highlightFrame(t){this.#ls.target().overlayAgent().invoke_highlightFra... class Hs (line 1) | class Hs{#ls;constructor(e){this.#ls=e}highlightSourceOrderInOverlay(e,t... method constructor (line 1) | constructor(e){this.#ls=e} method highlightSourceOrderInOverlay (line 1) | highlightSourceOrderInOverlay(e,t){this.#ls.setSourceOrderActive(!0),t... method hideSourceOrderHighlight (line 1) | hideSourceOrderHighlight(){this.#ls.setSourceOrderActive(!1),this.#ls.... class zs (line 1) | class zs{#Gs;#Ks;ownerDocument;#Qs;id;index=void 0;#$s;#Xs;#Js;#Ys;nodeV... method constructor (line 1) | constructor(e){this.#Gs=e,this.#Ks=this.#Gs.getAgent()} method create (line 1) | static create(e,t,n,r){const s=new zs(e);return s.init(t,n,r),s} method init (line 1) | init(e,t,n){if(this.#Ks=this.#Gs.getAgent(),this.ownerDocument=e,this.... method requestChildDocument (line 1) | async requestChildDocument(e,t){const n=await Nn.instance().getOrWaitF... method isAdFrameNode (line 1) | isAdFrameNode(){if(this.isIframe()&&this.#ni){const e=Nn.instance().ge... method isSVGNode (line 1) | isSVGNode(){return this.#si} method isScrollable (line 1) | isScrollable(){return this.#ii} method isMediaNode (line 1) | isMediaNode(){return"AUDIO"===this.#Js||"VIDEO"===this.#Js} method isViewTransitionPseudoNode (line 1) | isViewTransitionPseudoNode(){return!!this.#Zs&&["view-transition","vie... method creationStackTrace (line 1) | creationStackTrace(){if(this.#oi)return this.#oi;const e=this.#Ks.invo... method subtreeMarkerCount (line 1) | get subtreeMarkerCount(){return this.#hi} method domModel (line 1) | domModel(){return this.#Gs} method backendNodeId (line 1) | backendNodeId(){return this.#$s} method children (line 1) | children(){return this.childrenInternal?this.childrenInternal.slice():... method setChildren (line 1) | setChildren(e){this.childrenInternal=e} method setIsScrollable (line 1) | setIsScrollable(e){this.#ii=e} method hasAttributes (line 1) | hasAttributes(){return this.#di.size>0} method childNodeCount (line 1) | childNodeCount(){return this.childNodeCountInternal} method setChildNodeCount (line 1) | setChildNodeCount(e){this.childNodeCountInternal=e} method shadowRoots (line 1) | shadowRoots(){return this.shadowRootsInternal.slice()} method templateContent (line 1) | templateContent(){return this.templateContentInternal||null} method contentDocument (line 1) | contentDocument(){return this.contentDocumentInternal||null} method setContentDocument (line 1) | setContentDocument(e){this.contentDocumentInternal=e} method isIframe (line 1) | isIframe(){return"IFRAME"===this.#Js} method importedDocument (line 1) | importedDocument(){return this.#ui||null} method nodeType (line 1) | nodeType(){return this.#Xs} method nodeName (line 1) | nodeName(){return this.#Js} method pseudoType (line 1) | pseudoType(){return this.#Zs} method pseudoIdentifier (line 1) | pseudoIdentifier(){return this.#ei} method hasPseudoElements (line 1) | hasPseudoElements(){return this.#ai.size>0} method pseudoElements (line 1) | pseudoElements(){return this.#ai} method checkmarkPseudoElement (line 1) | checkmarkPseudoElement(){return this.#ai.get("checkmark")?.at(-1)} method beforePseudoElement (line 1) | beforePseudoElement(){return this.#ai.get("before")?.at(-1)} method afterPseudoElement (line 1) | afterPseudoElement(){return this.#ai.get("after")?.at(-1)} method pickerIconPseudoElement (line 1) | pickerIconPseudoElement(){return this.#ai.get("picker-icon")?.at(-1)} method markerPseudoElement (line 1) | markerPseudoElement(){return this.#ai.get("marker")?.at(-1)} method backdropPseudoElement (line 1) | backdropPseudoElement(){return this.#ai.get("backdrop")?.at(-1)} method viewTransitionPseudoElements (line 1) | viewTransitionPseudoElements(){return[...this.#ai.get("view-transition... method carouselPseudoElements (line 1) | carouselPseudoElements(){return[...this.#ai.get("scroll-button")||[],.... method hasAssignedSlot (line 1) | hasAssignedSlot(){return null!==this.assignedSlot} method isInsertionPoint (line 1) | isInsertionPoint(){return!this.isXMLNode()&&("SHADOW"===this.#Js||"CON... method distributedNodes (line 1) | distributedNodes(){return this.#li} method isInShadowTree (line 1) | isInShadowTree(){return this.#Qs} method ancestorShadowHost (line 1) | ancestorShadowHost(){const e=this.ancestorShadowRoot();return e?e.pare... method ancestorShadowRoot (line 1) | ancestorShadowRoot(){if(!this.#Qs)return null;let e=this;for(;e&&!e.is... method ancestorUserAgentShadowRoot (line 1) | ancestorUserAgentShadowRoot(){const e=this.ancestorShadowRoot();return... method isShadowRoot (line 1) | isShadowRoot(){return Boolean(this.#ti)} method shadowRootType (line 1) | shadowRootType(){return this.#ti||null} method nodeNameInCorrectCase (line 1) | nodeNameInCorrectCase(){const e=this.shadowRootType();return e?"#shado... method setNodeName (line 1) | setNodeName(e,t){this.#Ks.invoke_setNodeName({nodeId:this.id,name:e}).... method localName (line 1) | localName(){return this.#Ys} method nodeValue (line 1) | nodeValue(){return this.nodeValueInternal} method setNodeValueInternal (line 1) | setNodeValueInternal(e){this.nodeValueInternal=e} method setNodeValue (line 1) | setNodeValue(e,t){this.#Ks.invoke_setNodeValue({nodeId:this.id,value:e... method getAttribute (line 1) | getAttribute(e){const t=this.#di.get(e);return t?t.value:void 0} method setAttribute (line 1) | setAttribute(e,t,n){this.#Ks.invoke_setAttributesAsText({nodeId:this.i... method setAttributeValue (line 1) | setAttributeValue(e,t,n){this.#Ks.invoke_setAttributeValue({nodeId:thi... method setAttributeValuePromise (line 1) | setAttributeValuePromise(e,t){return new Promise((n=>this.setAttribute... method attributes (line 1) | attributes(){return[...this.#di.values()]} method removeAttribute (line 1) | async removeAttribute(e){(await this.#Ks.invoke_removeAttribute({nodeI... method getChildNodesPromise (line 1) | getChildNodesPromise(){return new Promise((e=>this.getChildNodes((t=>e... method getChildNodes (line 1) | getChildNodes(e){this.childrenInternal?e(this.children()):this.#Ks.inv... method getSubtree (line 1) | async getSubtree(e,t){return(await this.#Ks.invoke_requestChildNodes({... method getOuterHTML (line 1) | async getOuterHTML(){const{outerHTML:e}=await this.#Ks.invoke_getOuter... method setOuterHTML (line 1) | setOuterHTML(e,t){this.#Ks.invoke_setOuterHTML({nodeId:this.id,outerHT... method removeNode (line 1) | removeNode(e){return this.#Ks.invoke_removeNode({nodeId:this.id}).then... method copyNode (line 1) | async copyNode(){const{outerHTML:e}=await this.#Ks.invoke_getOuterHTML... method path (line 1) | path(){function e(e){return e.#Js.length?void 0!==e.index?e.index:e.pa... method isAncestor (line 1) | isAncestor(e){if(!e)return!1;let t=e.parentNode;for(;t;){if(this===t)r... method isDescendant (line 1) | isDescendant(e){return e.isAncestor(this)} method frameOwnerFrameId (line 1) | frameOwnerFrameId(){return this.#ni} method frameId (line 1) | frameId(){let e=this.parentNode||this;for(;!e.#ni&&e.parentNode;)e=e.p... method setAttributesPayload (line 1) | setAttributesPayload(e){let t=!this.#di||e.length!==2*this.#di.size;co... method insertChild (line 1) | insertChild(e,t){if(!this.childrenInternal)throw new Error("DOMNode._c... method removeChild (line 1) | removeChild(e){const t=e.pseudoType();if(t){const n=this.#ai.get(t)?.f... method setChildrenPayload (line 1) | setChildrenPayload(e){this.childrenInternal=[];for(let t=0;tth... method pushNodesByBackendIdsToFrontend (line 1) | async pushNodesByBackendIdsToFrontend(e){await this.requestDocument();... method attributeModified (line 1) | attributeModified(e,t,n){const r=this.idToDOMNode.get(e);r&&(r.setAttr... method attributeRemoved (line 1) | attributeRemoved(e,t){const n=this.idToDOMNode.get(e);n&&(n.removeAttr... method inlineStyleInvalidated (line 1) | inlineStyleInvalidated(e){e.forEach((e=>this.#pi.add(e))),this.#yi||(t... method loadNodeAttributes (line 1) | loadNodeAttributes(){this.#yi=void 0;for(const e of this.#pi)this.agen... method characterDataModified (line 1) | characterDataModified(e,t){const n=this.idToDOMNode.get(e);n?(n.setNod... method nodeForId (line 1) | nodeForId(e){return e&&this.idToDOMNode.get(e)||null} method documentUpdated (line 1) | documentUpdated(){const e=Boolean(this.#gi);this.setDocument(null),thi... method setDocument (line 1) | setDocument(e){this.idToDOMNode=new Map,this.#gi=e&&"nodeId"in e?new W... method setDocumentForTest (line 1) | setDocumentForTest(e){this.setDocument(e)} method setDetachedRoot (line 1) | setDetachedRoot(e){"#document"===e.nodeName?new Ws(this,e):zs.create(t... method setChildNodes (line 1) | setChildNodes(e,t){if(!e&&t.length)return void this.setDetachedRoot(t[... method childNodeCountUpdated (line 1) | childNodeCountUpdated(e,t){const n=this.idToDOMNode.get(e);n?(n.setChi... method childNodeInserted (line 1) | childNodeInserted(e,t,n){const r=this.idToDOMNode.get(e),s=this.idToDO... method childNodeRemoved (line 1) | childNodeRemoved(e,t){const n=this.idToDOMNode.get(e),r=this.idToDOMNo... method shadowRootPushed (line 1) | shadowRootPushed(e,t){const n=this.idToDOMNode.get(e);if(!n)return;con... method shadowRootPopped (line 1) | shadowRootPopped(e,t){const n=this.idToDOMNode.get(e);if(!n)return;con... method pseudoElementAdded (line 1) | pseudoElementAdded(e,t){const n=this.idToDOMNode.get(e);if(!n)return;c... method scrollableFlagUpdated (line 1) | scrollableFlagUpdated(e,t){const n=this.nodeForId(e);n&&n.isScrollable... method topLayerElementsUpdated (line 1) | topLayerElementsUpdated(){this.dispatchEventToListeners(Us.TopLayerEle... method pseudoElementRemoved (line 1) | pseudoElementRemoved(e,t){const n=this.idToDOMNode.get(e);if(!n)return... method distributedNodesUpdated (line 1) | distributedNodesUpdated(e,t){const n=this.idToDOMNode.get(e);n&&(n.set... method unbind (line 1) | unbind(e){this.idToDOMNode.delete(e.id);const t=e.children();for(let e... method getNodesByStyle (line 1) | async getNodesByStyle(e,t=!1){if(await this.requestDocument(),!this.#g... method performSearch (line 1) | async performSearch(e,t){const n=await this.agent.invoke_performSearch... method searchResult (line 1) | async searchResult(e){if(!this.#vi)return null;const{nodeIds:t}=await ... method cancelSearch (line 1) | cancelSearch(){this.#vi&&(this.agent.invoke_discardSearchResults({sear... method classNamesPromise (line 1) | classNamesPromise(e){return this.agent.invoke_collectClassNamesFromSub... method querySelector (line 1) | querySelector(e,t){return this.agent.invoke_querySelector({nodeId:e,se... method querySelectorAll (line 1) | querySelectorAll(e,t){return this.agent.invoke_querySelectorAll({nodeI... method getTopLayerElements (line 1) | getTopLayerElements(){return this.agent.invoke_getTopLayerElements().t... method getDetachedDOMNodes (line 1) | getDetachedDOMNodes(){return this.agent.invoke_getDetachedDomNodes().t... method getElementByRelation (line 1) | getElementByRelation(e,t){return this.agent.invoke_getElementByRelatio... method markUndoableState (line 1) | markUndoableState(e){$s.instance().markUndoableState(this,e||!1)} method nodeForLocation (line 1) | async nodeForLocation(e,t,n){const r=await this.agent.invoke_getNodeFo... method getContainerForNode (line 1) | async getContainerForNode(e,t,n,r,s){const{nodeId:i}=await this.agent.... method pushObjectAsNodeToFrontend (line 1) | pushObjectAsNodeToFrontend(e){return e.isNode()&&e.objectId?this.pushN... method suspendModel (line 1) | suspendModel(){return this.agent.invoke_disable().then((()=>this.setDo... method resumeModel (line 1) | async resumeModel(){await this.agent.invoke_enable({})} method dispose (line 1) | dispose(){$s.instance().dispose(this)} method parentModel (line 1) | parentModel(){const e=this.target().parentTarget();return e?e.model(Gs... method getAgent (line 1) | getAgent(){return this.agent} method registerNode (line 1) | registerNode(e){this.idToDOMNode.set(e.id,e)} class Ks (line 1) | class Ks{#er;constructor(e){this.#er=e}documentUpdated(){this.#er.docume... method constructor (line 1) | constructor(e){this.#er=e} method documentUpdated (line 1) | documentUpdated(){this.#er.documentUpdated()} method attributeModified (line 1) | attributeModified({nodeId:e,name:t,value:n}){this.#er.attributeModifie... method attributeRemoved (line 1) | attributeRemoved({nodeId:e,name:t}){this.#er.attributeRemoved(e,t)} method inlineStyleInvalidated (line 1) | inlineStyleInvalidated({nodeIds:e}){this.#er.inlineStyleInvalidated(e)} method characterDataModified (line 1) | characterDataModified({nodeId:e,characterData:t}){this.#er.characterDa... method setChildNodes (line 1) | setChildNodes({parentId:e,nodes:t}){this.#er.setChildNodes(e,t)} method childNodeCountUpdated (line 1) | childNodeCountUpdated({nodeId:e,childNodeCount:t}){this.#er.childNodeC... method childNodeInserted (line 1) | childNodeInserted({parentNodeId:e,previousNodeId:t,node:n}){this.#er.c... method childNodeRemoved (line 1) | childNodeRemoved({parentNodeId:e,nodeId:t}){this.#er.childNodeRemoved(... method shadowRootPushed (line 1) | shadowRootPushed({hostId:e,root:t}){this.#er.shadowRootPushed(e,t)} method shadowRootPopped (line 1) | shadowRootPopped({hostId:e,rootId:t}){this.#er.shadowRootPopped(e,t)} method pseudoElementAdded (line 1) | pseudoElementAdded({parentId:e,pseudoElement:t}){this.#er.pseudoElemen... method pseudoElementRemoved (line 1) | pseudoElementRemoved({parentId:e,pseudoElementId:t}){this.#er.pseudoEl... method distributedNodesUpdated (line 1) | distributedNodesUpdated({insertionPointId:e,distributedNodes:t}){this.... method topLayerElementsUpdated (line 1) | topLayerElementsUpdated(){this.#er.topLayerElementsUpdated()} method scrollableFlagUpdated (line 1) | scrollableFlagUpdated({nodeId:e,isScrollable:t}){this.#er.scrollableFl... class $s (line 1) | class $s{#Lt;#as;#Ii;constructor(){this.#Lt=[],this.#as=0,this.#Ii=null}... method constructor (line 1) | constructor(){this.#Lt=[],this.#as=0,this.#Ii=null} method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return Qs&&!t||... method markUndoableState (line 1) | async markUndoableState(e,t){this.#Ii&&e!==this.#Ii&&(this.#Ii.markUnd... method undo (line 1) | async undo(){if(0===this.#as)return await Promise.resolve();--this.#as... method redo (line 1) | async redo(){if(this.#as>=this.#Lt.length)return await Promise.resolve... method dispose (line 1) | dispose(e){let t=0;for(let n=0;n{... method frameForRequest (line 1) | static frameForRequest(e){const t=Z.forRequest(e),n=t?t.target().model... method frames (line 1) | static frames(){const e=[];for(const t of W.instance().models(ii))e.pu... method resourceForURL (line 1) | static resourceForURL(e){for(const t of W.instance().models(ii)){const... method reloadAllPages (line 1) | static reloadAllPages(e,t){for(const n of W.instance().models(ii))n.ta... method storageKeyForFrame (line 1) | async storageKeyForFrame(e){if(!this.framesInternal.has(e))return null... method domModel (line 1) | domModel(){return this.target().model(Gs)} method processCachedResources (line 1) | processCachedResources(e){e&&":"!==e.frame.url&&(this.dispatchEventToL... method cachedResourcesLoaded (line 1) | cachedResourcesLoaded(){return this.#qi} method addFrame (line 1) | addFrame(e,t){this.framesInternal.set(e.id,e),e.isMainFrame()&&(this.m... method frameAttached (line 1) | frameAttached(e,t,n){const r=t&&this.framesInternal.get(t)||null;if(!t... method frameNavigated (line 1) | frameNavigated(e,t){const n=e.parentId&&this.framesInternal.get(e.pare... method primaryPageChanged (line 1) | primaryPageChanged(e,t){this.processPendingEvents(e),this.dispatchEven... method documentOpened (line 1) | documentOpened(t){this.frameNavigated(t,void 0);const n=this.framesInt... method frameDetached (line 1) | frameDetached(e,t){if(!this.#qi)return;const n=this.framesInternal.get... method onRequestFinished (line 1) | onRequestFinished(e){if(!this.#qi)return;const t=e.data;if(t.failed)re... method onRequestUpdateDropped (line 1) | onRequestUpdateDropped(t){if(!this.#qi)return;const n=t.data,r=n.frame... method frameForId (line 1) | frameForId(e){return this.framesInternal.get(e)||null} method forAllResources (line 1) | forAllResources(e){return!!this.mainFrame&&this.mainFrame.callForFrame... method frames (line 1) | frames(){return[...this.framesInternal.values()]} method addFramesRecursively (line 1) | addFramesRecursively(t,n){const r=n.frame;let s=this.framesInternal.ge... method createResourceFromFramePayload (line 1) | createResourceFromFramePayload(e,t,n,r,s,i){const o="number"==typeof s... method suspendReload (line 1) | suspendReload(){this.#ji++} method resumeReload (line 1) | resumeReload(){if(this.#ji--,console.assert(this.#ji>=0,"Unbalanced ca... method reloadPage (line 1) | reloadPage(e,t){const n=this.mainFrame?.loaderId;if(!n)return;if(this.... method navigate (line 1) | navigate(e){return this.agent.invoke_navigate({url:e})} method navigationHistory (line 1) | async navigationHistory(){const e=await this.agent.invoke_getNavigatio... method navigateToHistoryEntry (line 1) | navigateToHistoryEntry(e){this.agent.invoke_navigateToHistoryEntry({en... method setLifecycleEventsEnabled (line 1) | setLifecycleEventsEnabled(e){return this.agent.invoke_setLifecycleEven... method fetchAppManifest (line 1) | async fetchAppManifest(){const e=await this.agent.invoke_getAppManifes... method getInstallabilityErrors (line 1) | async getInstallabilityErrors(){return(await this.agent.invoke_getInst... method getAppId (line 1) | async getAppId(){return await this.agent.invoke_getAppId()} method executionContextComparator (line 1) | executionContextComparator(e,t){function n(e){let t=e;const n=[];for(;... method getSecurityOriginData (line 1) | getSecurityOriginData(){const t=new Set;let n=null,r=null;for(const s ... method getStorageKeyData (line 1) | async getStorageKeyData(){const e=new Set;let t=null;for(const{isMainF... method updateSecurityOrigins (line 1) | updateSecurityOrigins(){const e=this.getSecurityOriginData();this.#Hi.... method updateStorageKeys (line 1) | async updateStorageKeys(){const e=await this.getStorageKeyData();this.... method getMainStorageKey (line 1) | async getMainStorageKey(){return this.mainFrame?await this.mainFrame.g... method getMainSecurityOrigin (line 1) | getMainSecurityOrigin(){const e=this.getSecurityOriginData();return e.... method onBackForwardCacheNotUsed (line 1) | onBackForwardCacheNotUsed(e){this.mainFrame&&this.mainFrame.id===e.fra... method processPendingEvents (line 1) | processPendingEvents(e){if(e.isMainFrame())for(const t of this.#Vi)if(... class oi (line 1) | class oi{#ls;#Gi;#C;crossTargetParentFrameId=null;#xi;#h;#Si;#Ki;#Qi;#$i... method constructor (line 1) | constructor(e,t,n,s,i){this.#ls=e,this.#Gi=t,this.#C=n,this.#xi=s?.loa... method isSecureContext (line 1) | isSecureContext(){return null!==this.#Zi&&this.#Zi.startsWith("Secure")} method getSecureContextType (line 1) | getSecureContextType(){return this.#Zi} method isCrossOriginIsolated (line 1) | isCrossOriginIsolated(){return null!==this.#eo&&this.#eo.startsWith("I... method getCrossOriginIsolatedContextType (line 1) | getCrossOriginIsolatedContextType(){return this.#eo} method getGatedAPIFeatures (line 1) | getGatedAPIFeatures(){return this.#to} method getCreationStackTraceData (line 1) | getCreationStackTraceData(){return{creationStackTrace:this.#no,creatio... method navigate (line 1) | navigate(e){this.#xi=e.loaderId,this.#h=e.name,this.#Si=e.url,this.#Ki... method resourceTreeModel (line 1) | resourceTreeModel(){return this.#ls} method id (line 1) | get id(){return this.#C} method name (line 1) | get name(){return this.#h||""} method url (line 1) | get url(){return this.#Si} method domainAndRegistry (line 1) | domainAndRegistry(){return this.#Ki} method getAdScriptId (line 1) | async getAdScriptId(e){return(await this.#ls.agent.invoke_getAdScriptI... method securityOrigin (line 1) | get securityOrigin(){return this.#Qi} method securityOriginDetails (line 1) | get securityOriginDetails(){return this.#$i??null} method getStorageKey (line 1) | getStorageKey(e){return this.#Xi&&!e||(this.#Xi=this.#ls.storageKeyFor... method unreachableUrl (line 1) | unreachableUrl(){return this.#Ji} method loaderId (line 1) | get loaderId(){return this.#xi} method adFrameType (line 1) | adFrameType(){return this.#Yi?.adFrameType||"none"} method adFrameStatus (line 1) | adFrameStatus(){return this.#Yi} method childFrames (line 1) | get childFrames(){return[...this.#so]} method sameTargetParentFrame (line 1) | sameTargetParentFrame(){return this.#Gi} method crossTargetParentFrame (line 1) | crossTargetParentFrame(){if(!this.crossTargetParentFrameId)return null... method parentFrame (line 1) | parentFrame(){return this.sameTargetParentFrame()||this.crossTargetPar... method isMainFrame (line 1) | isMainFrame(){return!this.#Gi} method isOutermostFrame (line 1) | isOutermostFrame(){return this.#ls.target().parentTarget()?.type()!==U... method isPrimaryFrame (line 1) | isPrimaryFrame(){return!this.#Gi&&this.#ls.target()===W.instance().pri... method removeChildFrame (line 1) | removeChildFrame(e,t){this.#so.delete(e),e.remove(t)} method removeChildFrames (line 1) | removeChildFrames(){const e=this.#so;this.#so=new Set;for(const t of e... method remove (line 1) | remove(e){this.removeChildFrames(),this.#ls.framesInternal.delete(this... method addResource (line 1) | addResource(e){this.resourcesMap.get(e.url)!==e&&(this.resourcesMap.se... method addRequest (line 1) | addRequest(e){let t=this.resourcesMap.get(e.url());t&&t.request===e||(... method resources (line 1) | resources(){return Array.from(this.resourcesMap.values())} method resourceForURL (line 1) | resourceForURL(e){const t=this.resourcesMap.get(e);if(t)return t;for(c... method callForFrameResources (line 1) | callForFrameResources(e){for(const t of this.resourcesMap.values())if(... method displayName (line 1) | displayName(){if(this.isOutermostFrame())return n.i18n.lockedString("t... method getOwnerDeferredDOMNode (line 1) | async getOwnerDeferredDOMNode(){const e=this.parentFrame();return e?aw... method getOwnerDOMNodeOrDocument (line 1) | async getOwnerDOMNodeOrDocument(){const e=await this.getOwnerDeferredD... method highlight (line 1) | async highlight(){const e=this.parentFrame(),t=this.resourceTreeModel(... method getPermissionsPolicyState (line 1) | async getPermissionsPolicyState(){const e=await this.resourceTreeModel... method getOriginTrials (line 1) | async getOriginTrials(){const e=await this.resourceTreeModel().target(... method setCreationStackTrace (line 1) | setCreationStackTrace(e){this.#no=e.creationStackTrace,this.#ro=e.crea... method setBackForwardCacheDetails (line 1) | setBackForwardCacheDetails(e){this.backForwardCacheDetails.restoredFro... method getResourcesMap (line 1) | getResourcesMap(){return this.resourcesMap} class ai (line 1) | class ai{#rr;constructor(e){this.#rr=e}backForwardCacheNotUsed(e){this.#... method constructor (line 1) | constructor(e){this.#rr=e} method backForwardCacheNotUsed (line 1) | backForwardCacheNotUsed(e){this.#rr.onBackForwardCacheNotUsed(e)} method domContentEventFired (line 1) | domContentEventFired({timestamp:e}){this.#rr.dispatchEventToListeners(... method loadEventFired (line 1) | loadEventFired({timestamp:e}){this.#rr.dispatchEventToListeners(ri.Loa... method lifecycleEvent (line 1) | lifecycleEvent({frameId:e,name:t}){this.#rr.dispatchEventToListeners(r... method frameAttached (line 1) | frameAttached({frameId:e,parentFrameId:t,stack:n}){this.#rr.frameAttac... method frameNavigated (line 1) | frameNavigated({frame:e,type:t}){this.#rr.frameNavigated(e,t)} method documentOpened (line 1) | documentOpened({frame:e}){this.#rr.documentOpened(e)} method frameDetached (line 1) | frameDetached({frameId:e,reason:t}){this.#rr.frameDetached(e,"swap"===t)} method frameSubtreeWillBeDetached (line 1) | frameSubtreeWillBeDetached(e){} method frameStartedLoading (line 1) | frameStartedLoading({}){} method frameStoppedLoading (line 1) | frameStoppedLoading({}){} method frameRequestedNavigation (line 1) | frameRequestedNavigation({}){} method frameScheduledNavigation (line 1) | frameScheduledNavigation({}){} method frameClearedScheduledNavigation (line 1) | frameClearedScheduledNavigation({}){} method frameStartedNavigating (line 1) | frameStartedNavigating({}){} method navigatedWithinDocument (line 1) | navigatedWithinDocument({}){} method frameResized (line 1) | frameResized(){this.#rr.dispatchEventToListeners(ri.FrameResized)} method javascriptDialogOpening (line 1) | javascriptDialogOpening(e){this.#rr.dispatchEventToListeners(ri.JavaSc... method javascriptDialogClosed (line 1) | javascriptDialogClosed({}){} method screencastFrame (line 1) | screencastFrame({}){} method screencastVisibilityChanged (line 1) | screencastVisibilityChanged({}){} method interstitialShown (line 1) | interstitialShown(){this.#rr.isInterstitialShowing=!0,this.#rr.dispatc... method interstitialHidden (line 1) | interstitialHidden(){this.#rr.isInterstitialShowing=!1,this.#rr.dispat... method windowOpen (line 1) | windowOpen({}){} method compilationCacheProduced (line 1) | compilationCacheProduced({}){} method fileChooserOpened (line 1) | fileChooserOpened({}){} method downloadWillBegin (line 1) | downloadWillBegin({}){} method downloadProgress (line 1) | downloadProgress(){} method Events (line 1) | get Events(){return ri} class di (line 1) | class di extends h{#io=new Map;#oo=new Map;#ao=new e.Throttler.Throttler... method constructor (line 1) | constructor(e){super(e),e.model(ii)?.addEventListener(ri.PrimaryPageCh... method addBlockedCookie (line 1) | addBlockedCookie(e,t){const n=e.key(),r=this.#io.get(n);this.#io.set(n... method removeBlockedCookie (line 1) | removeBlockedCookie(e){this.#io.delete(e.key())} method #do (line 1) | async#do(){this.#io.clear(),this.#oo.clear(),await this.#uo()} method getCookieToBlockedReasonsMap (line 1) | getCookieToBlockedReasonsMap(){return this.#oo} method #go (line 1) | async#go(e){const t=this.target().networkAgent(),n=new Map(await Promi... method deleteCookie (line 1) | async deleteCookie(e){await this.deleteCookies([e])} method clear (line 1) | async clear(e,t){this.#mo()||await this.#fo();const n=e?this.#lo.get(e... method saveCookie (line 1) | async saveCookie(e){let t,n=e.domain();n.startsWith(".")||(n=""),e.exp... method getCookiesForDomain (line 1) | async getCookiesForDomain(e,t){this.#mo()&&!t||await this.#fo();return... method deleteCookies (line 1) | async deleteCookies(e){const t=this.target().networkAgent();this.#io.c... method #mo (line 1) | #mo(){return Boolean(this.listeners?.size)} method #po (line 1) | #po(e){if(e.size!==this.#lo.size)return!0;for(const[t,n]of e){if(!this... method #fo (line 1) | #fo(){return this.#ao.schedule((()=>this.#uo()))} method #uo (line 1) | #uo(){const t=new r.MapUtilities.Multimap;const n=this.target().model(... method #co (line 1) | #co(){this.#mo()&&this.#fo()} method #ho (line 1) | #ho(){this.#mo()&&this.#fo()} class hi (line 1) | class hi{#bo;#yo;#vo;#Io;#wo;#So;#ko;constructor(e){e&&(this.#bo=e.toLow... method constructor (line 1) | constructor(e){e&&(this.#bo=e.toLowerCase().replace(/^\./,"")),this.#y... method parseSetCookie (line 1) | static parseSetCookie(e,t){return new hi(t).parseSetCookie(e)} method getCookieAttribute (line 1) | getCookieAttribute(e){if(!e)return null;switch(e.toLowerCase()){case"d... method cookies (line 1) | cookies(){return this.#yo} method parseSetCookie (line 1) | parseSetCookie(e){if(!this.initialize(e))return null;for(let e=this.ex... method initialize (line 1) | initialize(e){return this.#vo=e,"string"==typeof e&&(this.#yo=[],this.... method flushCookie (line 1) | flushCookie(){this.#wo&&(this.#wo.setSize(this.#Io-this.#vo.length-thi... method extractKeyValue (line 1) | extractKeyValue(){if(!this.#vo||!this.#vo.length)return null;const e=/... method advanceAndCheckCookieDelimiter (line 1) | advanceAndCheckCookieDelimiter(){if(!this.#vo)return!1;const e=/^\s*[\... method addCookie (line 1) | addCookie(e,t){this.#wo&&this.#wo.setSize(e.position-this.#ko),this.#w... class ui (line 1) | class ui{key;value;position;constructor(e,t,n){this.key=e,this.value=t,t... method constructor (line 1) | constructor(e,t,n){this.key=e,this.value=t,this.position=n} class pi (line 1) | class pi{#Co;#xo;#Ro=!1;#To="";#Mo="";#Po="";#Eo="";constructor(e,t){thi... method constructor (line 1) | constructor(e,t){this.#Co=e,this.#xo=new mi(this.#Lo.bind(this),t)} method addBase64Chunk (line 1) | async addBase64Chunk(e){await this.#xo.addBase64Chunk(e)} method #Lo (line 1) | #Lo(e){let t=0;for(let n=0;n0){const e=this.#Po.s... class mi (line 1) | class mi{#xo;#Oo;constructor(e,t){this.#xo=new TextDecoderStream(t),this... method constructor (line 1) | constructor(e,t){this.#xo=new TextDecoderStream(t),this.#Oo=this.#xo.w... method addBase64Chunk (line 1) | async addBase64Chunk(e){const t=window.atob(e),n=Uint8Array.from(t,(e=... class bi (line 1) | class bi{#Do;#No;#Fo=0;#Bo=[];constructor(e,n){this.#Do=e,n&&(this.#Fo=e... method constructor (line 1) | constructor(e,n){this.#Do=e,n&&(this.#Fo=e.pseudoWallTime(e.startTime)... method eventSourceMessages (line 1) | get eventSourceMessages(){return this.#Bo} method onProtocolEventSourceMessageReceived (line 1) | onProtocolEventSourceMessageReceived(e,t,n,r){this.#Ho({eventName:e,ev... method #_o (line 1) | #_o(e,t,n){this.#Ho({eventName:e,eventId:n,data:t,time:this.#Fo})} method #Ho (line 1) | #Ho(e){this.#Bo.push(e),this.#Do.dispatchEventToListeners(Ti.EVENT_SOU... class wi (line 1) | class wi{metric;value;description;constructor(e,t,n){this.metric=e,this.... method constructor (line 1) | constructor(e,t,n){this.metric=e,this.value=t,this.description=n} method parseHeaders (line 1) | static parseHeaders(e){const t=e.filter((e=>"server-timing"===e.name.t... method createFromHeaderValue (line 1) | static createFromHeaderValue(e){function t(){e=e.replace(/^\s*/,"")}fu... method getParserForParameter (line 1) | static getParserForParameter(e){switch(e){case"dur":{function t(t,n){i... method showWarning (line 1) | static showWarning(t){e.Console.Console.instance().warn(`ServerTiming:... class Ri (line 1) | class Ri extends e.ObjectWrapper.ObjectWrapper{#Uo;#qo;#ki;#Ci;#xi;#zo;#... method constructor (line 1) | constructor(t,n,r,s,i,o,a,l){super(),this.#Uo=t,this.#qo=n,this.setUrl... method create (line 1) | static create(e,t,n,r,s,i,o){return new Ri(e,e,t,n,r,s,i,o)} method createForWebSocket (line 1) | static createForWebSocket(e,t,n){return new Ri(e,e,t,r.DevToolsPath.Em... method createWithoutBackendRequest (line 1) | static createWithoutBackendRequest(e,t,n,r){return new Ri(e,void 0,t,n... method identityCompare (line 1) | identityCompare(e){const t=this.requestId(),n=e.requestId();return t>n... method requestId (line 1) | requestId(){return this.#Uo} method backendRequestId (line 1) | backendRequestId(){return this.#qo} method url (line 1) | url(){return this.#Si} method isBlobRequest (line 1) | isBlobRequest(){return e.ParsedURL.schemeIs(this.#Si,"blob:")} method setUrl (line 1) | setUrl(t){this.#Si!==t&&(this.#Si=t,this.#Li=new e.ParsedURL.ParsedURL... method documentURL (line 1) | get documentURL(){return this.#ki} method parsedURL (line 1) | get parsedURL(){return this.#Li} method frameId (line 1) | get frameId(){return this.#Ci} method loaderId (line 1) | get loaderId(){return this.#xi} method setRemoteAddress (line 1) | setRemoteAddress(e,t){this.#fa=e+":"+t,this.dispatchEventToListeners(T... method remoteAddress (line 1) | remoteAddress(){return this.#fa} method remoteAddressSpace (line 1) | remoteAddressSpace(){return this.#ba} method getResponseCacheStorageCacheName (line 1) | getResponseCacheStorageCacheName(){return this.#za} method setResponseCacheStorageCacheName (line 1) | setResponseCacheStorageCacheName(e){this.#za=e} method serviceWorkerResponseSource (line 1) | serviceWorkerResponseSource(){return this.#ja} method setServiceWorkerResponseSource (line 1) | setServiceWorkerResponseSource(e){this.#ja=e} method setReferrerPolicy (line 1) | setReferrerPolicy(e){this.#ya=e} method referrerPolicy (line 1) | referrerPolicy(){return this.#ya} method securityState (line 1) | securityState(){return this.#va} method setSecurityState (line 1) | setSecurityState(e){this.#va=e} method securityDetails (line 1) | securityDetails(){return this.#Ia} method securityOrigin (line 1) | securityOrigin(){return this.#Li.securityOrigin()} method setSecurityDetails (line 1) | setSecurityDetails(e){this.#Ia=e} method startTime (line 1) | get startTime(){return this.#Xo||-1} method setIssueTime (line 1) | setIssueTime(e,t){this.#$o=e,this.#Va=t,this.#Xo=e} method issueTime (line 1) | issueTime(){return this.#$o} method pseudoWallTime (line 1) | pseudoWallTime(e){return this.#Va?this.#Va-this.#$o+e:e} method responseReceivedTime (line 1) | get responseReceivedTime(){return this.#Aa||-1} method responseReceivedTime (line 1) | set responseReceivedTime(e){this.#Aa=e} method getResponseRetrievalTime (line 1) | getResponseRetrievalTime(){return this.#Wa} method setResponseRetrievalTime (line 1) | setResponseRetrievalTime(e){this.#Wa=e} method endTime (line 1) | get endTime(){return this.#Jo||-1} method endTime (line 1) | set endTime(e){this.timing?.requestTime?this.#Jo=Math.max(e,this.respo... method duration (line 1) | get duration(){return-1===this.#Jo||-1===this.#Xo?-1:this.#Jo-this.#Xo} method latency (line 1) | get latency(){return-1===this.#Aa||-1===this.#Xo?-1:this.#Aa-this.#Xo} method resourceSize (line 1) | get resourceSize(){return this.#Ga||0} method resourceSize (line 1) | set resourceSize(e){this.#Ga=e} method transferSize (line 1) | get transferSize(){return this.#Oa||0} method increaseTransferSize (line 1) | increaseTransferSize(e){this.#Oa=(this.#Oa||0)+e} method setTransferSize (line 1) | setTransferSize(e){this.#Oa=e} method finished (line 1) | get finished(){return this.#ge} method finished (line 1) | set finished(e){this.#ge!==e&&(this.#ge=e,e&&this.dispatchEventToListe... method failed (line 1) | get failed(){return this.#Da} method failed (line 1) | set failed(e){this.#Da=e} method canceled (line 1) | get canceled(){return this.#Na} method canceled (line 1) | set canceled(e){this.#Na=e} method preserved (line 1) | get preserved(){return this.#Fa} method preserved (line 1) | set preserved(e){this.#Fa=e} method blockedReason (line 1) | blockedReason(){return this.#Yo} method setBlockedReason (line 1) | setBlockedReason(e){this.#Yo=e} method corsErrorStatus (line 1) | corsErrorStatus(){return this.#Zo} method setCorsErrorStatus (line 1) | setCorsErrorStatus(e){this.#Zo=e} method wasBlocked (line 1) | wasBlocked(){return Boolean(this.#Yo)} method cached (line 1) | cached(){return(Boolean(this.#Ka)||Boolean(this.#Qa))&&!this.#Oa} method cachedInMemory (line 1) | cachedInMemory(){return Boolean(this.#Ka)&&!this.#Oa} method fromPrefetchCache (line 1) | fromPrefetchCache(){return Boolean(this.#$a)} method setFromMemoryCache (line 1) | setFromMemoryCache(){this.#Ka=!0,this.#Za=void 0} method fromDiskCache (line 1) | get fromDiskCache(){return this.#Qa} method setFromDiskCache (line 1) | setFromDiskCache(){this.#Qa=!0} method setFromPrefetchCache (line 1) | setFromPrefetchCache(){this.#$a=!0} method fromEarlyHints (line 1) | fromEarlyHints(){return Boolean(this.#Xa)} method setFromEarlyHints (line 1) | setFromEarlyHints(){this.#Xa=!0} method fetchedViaServiceWorker (line 1) | get fetchedViaServiceWorker(){return Boolean(this.#Ja)} method fetchedViaServiceWorker (line 1) | set fetchedViaServiceWorker(e){this.#Ja=e} method serviceWorkerRouterInfo (line 1) | get serviceWorkerRouterInfo(){return this.#Ya} method serviceWorkerRouterInfo (line 1) | set serviceWorkerRouterInfo(e){this.#Ya=e} method initiatedByServiceWorker (line 1) | initiatedByServiceWorker(){const e=Z.forRequest(this);return!!e&&e.tar... method timing (line 1) | get timing(){return this.#Za} method timing (line 1) | set timing(e){if(!e||this.#Ka)return;this.#Xo=e.requestTime;const t=e.... method setConnectTimingFromExtraInfo (line 1) | setConnectTimingFromExtraInfo(e){this.#Xo=e.requestTime,this.dispatchE... method mimeType (line 1) | get mimeType(){return this.#Ti} method mimeType (line 1) | set mimeType(t){if(this.#Ti=t,"text/event-stream"===t&&!this.#pl){cons... method displayName (line 1) | get displayName(){return this.#Li.displayName} method name (line 1) | name(){return this.#h||this.parseNameAndPathFromURL(),this.#h} method path (line 1) | path(){return this.#_a||this.parseNameAndPathFromURL(),this.#_a} method parseNameAndPathFromURL (line 1) | parseNameAndPathFromURL(){if(this.#Li.isDataURL())this.#h=this.#Li.dat... method folder (line 1) | get folder(){let e=this.#Li.path;const t=e.indexOf("?");-1!==t&&(e=e.s... method pathname (line 1) | get pathname(){return this.#Li.path} method resourceType (line 1) | resourceType(){return this.#ia} method setResourceType (line 1) | setResourceType(e){this.#ia=e} method domain (line 1) | get domain(){return this.#Li.host} method scheme (line 1) | get scheme(){return this.#Li.scheme} method getInferredStatusText (line 1) | getInferredStatusText(){return this.statusText||(e=this.statusCode,n.i... method redirectSource (line 1) | redirectSource(){return this.#Vo} method setRedirectSource (line 1) | setRedirectSource(e){this.#Vo=e} method preflightRequest (line 1) | preflightRequest(){return this.#Wo} method setPreflightRequest (line 1) | setPreflightRequest(e){this.#Wo=e} method preflightInitiatorRequest (line 1) | preflightInitiatorRequest(){return this.#Go} method setPreflightInitiatorRequest (line 1) | setPreflightInitiatorRequest(e){this.#Go=e} method isPreflightRequest (line 1) | isPreflightRequest(){return null!==this.#jo&&void 0!==this.#jo&&"prefl... method redirectDestination (line 1) | redirectDestination(){return this.#Qo} method setRedirectDestination (line 1) | setRedirectDestination(e){this.#Qo=e} method requestHeaders (line 1) | requestHeaders(){return this.#pa} method setRequestHeaders (line 1) | setRequestHeaders(e){this.#pa=e,this.dispatchEventToListeners(Ti.REQUE... method requestHeadersText (line 1) | requestHeadersText(){return this.#el} method setRequestHeadersText (line 1) | setRequestHeadersText(e){this.#el=e,this.dispatchEventToListeners(Ti.R... method requestHeaderValue (line 1) | requestHeaderValue(e){return this.#ma[e]||(this.#ma[e]=this.computeHea... method requestFormData (line 1) | requestFormData(){return this.#Sa||(this.#Sa=Z.requestPostData(this)),... method setRequestFormData (line 1) | setRequestFormData(e,t){this.#Sa=e&&null===t?null:Promise.resolve(t),t... method filteredProtocolName (line 1) | filteredProtocolName(){const e=this.protocol.toLowerCase();return"h2"=... method requestHttpVersion (line 1) | requestHttpVersion(){const e=this.requestHeadersText();if(!e){const e=... method responseHeaders (line 1) | get responseHeaders(){return this.#tl||[]} method responseHeaders (line 1) | set responseHeaders(e){this.#tl=e,this.#rl=void 0,this.#il=void 0,this... method earlyHintsHeaders (line 1) | get earlyHintsHeaders(){return this.#nl||[]} method earlyHintsHeaders (line 1) | set earlyHintsHeaders(e){this.#nl=e} method originalResponseHeaders (line 1) | get originalResponseHeaders(){return this.#ha} method originalResponseHeaders (line 1) | set originalResponseHeaders(e){this.#ha=e,this.#ua=void 0} method setCookieHeaders (line 1) | get setCookieHeaders(){return this.#ga} method setCookieHeaders (line 1) | set setCookieHeaders(e){this.#ga=e} method responseHeadersText (line 1) | get responseHeadersText(){return this.#ca} method responseHeadersText (line 1) | set responseHeadersText(e){this.#ca=e,this.dispatchEventToListeners(Ti... method sortedResponseHeaders (line 1) | get sortedResponseHeaders(){return void 0!==this.#rl?this.#rl:(this.#r... method sortedOriginalResponseHeaders (line 1) | get sortedOriginalResponseHeaders(){return void 0!==this.#ua?this.#ua:... method overrideTypes (line 1) | get overrideTypes(){const e=[];return this.hasOverriddenContent&&e.pus... method hasOverriddenContent (line 1) | get hasOverriddenContent(){return this.#ul} method hasOverriddenContent (line 1) | set hasOverriddenContent(e){this.#ul=e} method #ml (line 1) | #ml(e){const t=[];for(const n of e)t.length&&t[t.length-1].name===n.na... method hasOverriddenHeaders (line 1) | hasOverriddenHeaders(){if(!this.#ha.length)return!1;const e=this.#ml(t... method responseHeaderValue (line 1) | responseHeaderValue(e){return e in this.#da||(this.#da[e]=this.compute... method wasIntercepted (line 1) | wasIntercepted(){return this.#cl} method setWasIntercepted (line 1) | setWasIntercepted(e){this.#cl=e} method setEarlyHintsHeaders (line 1) | setEarlyHintsHeaders(e){this.earlyHintsHeaders=e} method responseCookies (line 1) | get responseCookies(){if(!this.#sl)if(this.#sl=hi.parseSetCookie(this.... method responseLastModified (line 1) | responseLastModified(){return this.responseHeaderValue("last-modified")} method allCookiesIncludingBlockedOnes (line 1) | allCookiesIncludingBlockedOnes(){return[...this.includedRequestCookies... method serverTimings (line 1) | get serverTimings(){return void 0===this.#il&&(this.#il=wi.parseHeader... method queryString (line 1) | queryString(){if(void 0!==this.#ol)return this.#ol;let e=null;const t=... method queryParameters (line 1) | get queryParameters(){if(this.#al)return this.#al;const e=this.querySt... method parseFormParameters (line 1) | async parseFormParameters(){const e=this.requestContentType();if(!e)re... method formParameters (line 1) | formParameters(){return this.#wa||(this.#wa=this.parseFormParameters()... method responseHttpVersion (line 1) | responseHttpVersion(){const e=this.#ca;if(!e){const e=this.responseHea... method parseParameters (line 1) | parseParameters(e){return e.split("&").map((function(e){const t=e.inde... method parseMultipartFormDataParameters (line 1) | parseMultipartFormDataParameters(e,t){const n=r.StringUtilities.escape... method computeHeaderValue (line 1) | computeHeaderValue(e,t){t=t.toLowerCase();const n=[];for(let r=0;r=400} method setInitialPriority (line 1) | setInitialPriority(e){this.#ea=e} method initialPriority (line 1) | initialPriority(){return this.#ea} method setPriority (line 1) | setPriority(e){this.#ta=e} method priority (line 1) | priority(){return this.#ta||this.#ea||null} method setSignedExchangeInfo (line 1) | setSignedExchangeInfo(e){this.#na=e} method signedExchangeInfo (line 1) | signedExchangeInfo(){return this.#na} method setWebBundleInfo (line 1) | setWebBundleInfo(e){this.#ra=e} method webBundleInfo (line 1) | webBundleInfo(){return this.#ra} method setWebBundleInnerRequestInfo (line 1) | setWebBundleInnerRequestInfo(e){this.#sa=e} method webBundleInnerRequestInfo (line 1) | webBundleInnerRequestInfo(){return this.#sa} method populateImageSource (line 1) | async populateImageSource(e){const n=await this.requestContentData();i... method initiator (line 1) | initiator(){return this.#jo||null} method hasUserGesture (line 1) | hasUserGesture(){return this.#zo??null} method frames (line 1) | frames(){return this.#la} method addProtocolFrameError (line 1) | addProtocolFrameError(e,t){this.addFrame({type:Mi.Error,text:e,time:th... method addProtocolFrame (line 1) | addProtocolFrame(e,t,n){const r=n?Mi.Send:Mi.Receive;this.addFrame({ty... method addFrame (line 1) | addFrame(e){this.#la.push(e),this.dispatchEventToListeners(Ti.WEBSOCKE... method eventSourceMessages (line 1) | eventSourceMessages(){return this.#pl?.eventSourceMessages??[]} method addEventSourceMessage (line 1) | addEventSourceMessage(e,t,n,r){this.#pl?.onProtocolEventSourceMessageR... method markAsRedirect (line 1) | markAsRedirect(e){this.#Ko=!0,this.#Uo=`${this.#qo}:redirected.${e}`} method isRedirect (line 1) | isRedirect(){return this.#Ko} method setRequestIdForTest (line 1) | setRequestIdForTest(e){this.#qo=e,this.#Uo=e} method charset (line 1) | charset(){return this.#Ba??null} method setCharset (line 1) | setCharset(e){this.#Ba=e} method addExtraRequestInfo (line 1) | addExtraRequestInfo(e){this.#xa=e.blockedRequestCookies,this.#Ra=e.inc... method hasExtraRequestInfo (line 1) | hasExtraRequestInfo(){return this.#ka} method blockedRequestCookies (line 1) | blockedRequestCookies(){return this.#xa} method includedRequestCookies (line 1) | includedRequestCookies(){return this.#Ra} method hasRequestCookies (line 1) | hasRequestCookies(){return this.#Ra.length>0||this.#xa.length>0} method siteHasCookieInOtherPartition (line 1) | siteHasCookieInOtherPartition(){return this.#La} method parseStatusTextFromResponseHeadersText (line 1) | static parseStatusTextFromResponseHeadersText(e){return e.split("\r")[... method addExtraResponseInfo (line 1) | addExtraResponseInfo(e){if(this.#Ta=e.blockedResponseCookies,e.exempte... method hasExtraResponseInfo (line 1) | hasExtraResponseInfo(){return this.#Ca} method blockedResponseCookies (line 1) | blockedResponseCookies(){return this.#Ta} method exemptedResponseCookies (line 1) | exemptedResponseCookies(){return this.#Ma} method nonBlockedResponseCookies (line 1) | nonBlockedResponseCookies(){const e=this.blockedResponseCookies().map(... method responseCookiesPartitionKey (line 1) | responseCookiesPartitionKey(){return this.#Pa} method responseCookiesPartitionKeyOpaque (line 1) | responseCookiesPartitionKeyOpaque(){return this.#Ea} method redirectSourceSignedExchangeInfoHasNoErrors (line 1) | redirectSourceSignedExchangeInfoHasNoErrors(){return null!==this.#Vo&&... method clientSecurityState (line 1) | clientSecurityState(){return this.#Ha} method setTrustTokenParams (line 1) | setTrustTokenParams(e){this.#Ua=e} method trustTokenParams (line 1) | trustTokenParams(){return this.#Ua} method setTrustTokenOperationDoneEvent (line 1) | setTrustTokenOperationDoneEvent(e){this.#qa=e,this.dispatchEventToList... method trustTokenOperationDoneEvent (line 1) | trustTokenOperationDoneEvent(){return this.#qa} method setIsSameSite (line 1) | setIsSameSite(e){this.#dl=e} method isSameSite (line 1) | isSameSite(){return this.#dl} method getAssociatedData (line 1) | getAssociatedData(e){return this.#hl.get(e)||null} method setAssociatedData (line 1) | setAssociatedData(e,t){this.#hl.set(e,t)} method deleteAssociatedData (line 1) | deleteAssociatedData(e){this.#hl.delete(e)} method hasThirdPartyCookiePhaseoutIssue (line 1) | hasThirdPartyCookiePhaseoutIssue(){return this.#gl} method addDataReceivedEvent (line 1) | addDataReceivedEvent({timestamp:e,dataLength:n,encodedDataLength:r,dat... method waitForResponseReceived (line 1) | waitForResponseReceived(){if(this.responseReceivedPromise)return this.... method DirectSocketStatus (line 1) | get DirectSocketStatus(){return Ai} method DirectSocketType (line 1) | get DirectSocketType(){return Li} method Events (line 1) | get Events(){return Ti} method WebSocketFrameType (line 1) | get WebSocketFrameType(){return Mi} class Di (line 1) | class Di{#fl;#C;#bl;#yl;#vl;#Il;#wl;#h;#Zt;#u;#Sl;#kl;#Cl;#xl;constructo... method constructor (line 1) | constructor(e,t){this.#fl=e,this.#C=t.nodeId,e.setAXNodeForAXId(this.#... method id (line 1) | id(){return this.#C} method accessibilityModel (line 1) | accessibilityModel(){return this.#fl} method ignored (line 1) | ignored(){return this.#vl} method ignoredReasons (line 1) | ignoredReasons(){return this.#Il||null} method role (line 1) | role(){return this.#wl||null} method coreProperties (line 1) | coreProperties(){const e=[];return this.#h&&e.push({name:"name",value:... method name (line 1) | name(){return this.#h||null} method description (line 1) | description(){return this.#Zt||null} method value (line 1) | value(){return this.#u||null} method properties (line 1) | properties(){return this.#Sl||null} method parentNode (line 1) | parentNode(){return this.#kl?this.#fl.axNodeForId(this.#kl):null} method isDOMNode (line 1) | isDOMNode(){return Boolean(this.#bl)} method backendDOMNodeId (line 1) | backendDOMNodeId(){return this.#bl} method deferredDOMNode (line 1) | deferredDOMNode(){return this.#yl} method highlightDOMNode (line 1) | highlightDOMNode(){const e=this.deferredDOMNode();e&&e.highlight()} method children (line 1) | children(){if(!this.#xl)return[];const e=[];for(const t of this.#xl){c... method numChildren (line 1) | numChildren(){return this.#xl?this.#xl.length:0} method hasOnlyUnloadedChildren (line 1) | hasOnlyUnloadedChildren(){return!(!this.#xl||!this.#xl.length)&&this.#... method hasUnloadedChildren (line 1) | hasUnloadedChildren(){return!(!this.#xl||!this.#xl.length)&&this.#xl.s... method getFrameId (line 1) | getFrameId(){return this.#Cl||this.parentNode()?.getFrameId()||null} class Ni (line 1) | class Ni extends h{agent;#Rl=new Map;#Tl=new Map;#Ml=new Map;#Pl=new Map... method constructor (line 1) | constructor(e){super(e),e.registerAccessibilityDispatcher(this),this.a... method clear (line 1) | clear(){this.#El=null,this.#Rl.clear(),this.#Tl.clear(),this.#Ml.clear()} method resumeModel (line 1) | async resumeModel(){await this.agent.invoke_enable()} method suspendModel (line 1) | async suspendModel(){await this.agent.invoke_disable()} method requestPartialAXTree (line 1) | async requestPartialAXTree(e){const{nodes:t}=await this.agent.invoke_g... method loadComplete (line 1) | loadComplete({root:e}){this.clear(),this.#El=new Di(this,e),this.dispa... method nodesUpdated (line 1) | nodesUpdated({nodes:e}){this.createNodesFromPayload(e),this.dispatchEv... method createNodesFromPayload (line 1) | createNodesFromPayload(e){return e.map((e=>new Di(this,e)))} method requestRootNode (line 1) | async requestRootNode(e){if(e&&this.#Ml.has(e))return this.#Ml.get(e);... method requestAXChildren (line 1) | async requestAXChildren(e,t){const n=this.#Rl.get(e);if(!n)throw new E... method requestAndLoadSubTreeToNode (line 1) | async requestAndLoadSubTreeToNode(e){const t=[];let n=this.axNodeForDO... method axNodeForId (line 1) | axNodeForId(e){return this.#Rl.get(e)||null} method setRootAXNodeForFrameId (line 1) | setRootAXNodeForFrameId(e,t){this.#Ml.set(e,t)} method setAXNodeForAXId (line 1) | setAXNodeForAXId(e,t){this.#Rl.set(e,t)} method axNodeForDOMNode (line 1) | axNodeForDOMNode(e){return e?this.#Tl.get(e.backendNodeId())??null:null} method setAXNodeForBackendDOMNodeId (line 1) | setAXNodeForBackendDOMNodeId(e,t){this.#Tl.set(e,t)} method getAgent (line 1) | getAgent(){return this.agent} class Bi (line 1) | class Bi extends h{#Ks;#Ll=1;#Al=[];constructor(e){super(e),this.#Ks=e.p... method constructor (line 1) | constructor(e){super(e),this.#Ks=e.pageAgent(),e.registerPageDispatche... method startScreencast (line 1) | async startScreencast(e,t,n,r,s,i,o){this.#Al.at(-1)&&await this.#Ks.i... method stopScreencast (line 1) | stopScreencast(e){const t=this.#Al.pop();if(!t)throw new Error("There ... method captureScreenshot (line 1) | async captureScreenshot(e,t,n,r){const s={format:e,quality:t,fromSurfa... method screencastFrame (line 1) | screencastFrame({data:e,metadata:t,sessionId:n}){this.#Ks.invoke_scree... method screencastVisibilityChanged (line 1) | screencastVisibilityChanged({visible:e}){const t=this.#Al.at(-1);t&&t.... method backForwardCacheNotUsed (line 1) | backForwardCacheNotUsed(e){} method domContentEventFired (line 1) | domContentEventFired(e){} method loadEventFired (line 1) | loadEventFired(e){} method lifecycleEvent (line 1) | lifecycleEvent(e){} method navigatedWithinDocument (line 1) | navigatedWithinDocument(e){} method frameAttached (line 1) | frameAttached(e){} method frameNavigated (line 1) | frameNavigated(e){} method documentOpened (line 1) | documentOpened(e){} method frameDetached (line 1) | frameDetached(e){} method frameStartedLoading (line 1) | frameStartedLoading(e){} method frameStoppedLoading (line 1) | frameStoppedLoading(e){} method frameRequestedNavigation (line 1) | frameRequestedNavigation(e){} method frameStartedNavigating (line 1) | frameStartedNavigating(e){} method frameSubtreeWillBeDetached (line 1) | frameSubtreeWillBeDetached(e){} method frameScheduledNavigation (line 1) | frameScheduledNavigation(e){} method frameClearedScheduledNavigation (line 1) | frameClearedScheduledNavigation(e){} method frameResized (line 1) | frameResized(){} method javascriptDialogOpening (line 1) | javascriptDialogOpening(e){} method javascriptDialogClosed (line 1) | javascriptDialogClosed(e){} method interstitialShown (line 1) | interstitialShown(){} method interstitialHidden (line 1) | interstitialHidden(){} method windowOpen (line 1) | windowOpen(e){} method fileChooserOpened (line 1) | fileChooserOpened(e){} method compilationCacheProduced (line 1) | compilationCacheProduced(e){} method downloadWillBegin (line 1) | downloadWillBegin(e){} method downloadProgress (line 1) | downloadProgress(){} method prefetchStatusUpdated (line 1) | prefetchStatusUpdated(e){} method prerenderStatusUpdated (line 1) | prerenderStatusUpdated(e){} function zi (line 1) | async function zi(e,t){const n=e.domModel().target().model(ii),r=e.domMo... class ji (line 1) | class ji{#Ol;#Dl=new Map;#Nl;static lastAddedListenerId=0;constructor(e)... method constructor (line 1) | constructor(e){this.#Ol=e} method #Fl (line 1) | async#Fl(){if(this.#Nl)return;this.#Nl=e=>{const{name:t,payload:n}=e.d... method #Bl (line 1) | async#Bl(){if(!this.#Nl)return;const e=this.#Ol.domModel().target().mo... method addScrollEventListener (line 1) | async addScrollEventListener(e){ji.lastAddedListenerId++;const t=ji.la... method removeScrollEventListener (line 1) | async removeScrollEventListener(e){const t=await zi(this.#Ol,Hi);t&&(a... method scrollTop (line 1) | async scrollTop(){return await this.#Ol.callFunction((function(){if("s... method scrollLeft (line 1) | async scrollLeft(){return await this.#Ol.callFunction((function(){if("... method setScrollTop (line 1) | async setScrollTop(e){await this.#Ol.callFunction((function(e){if("scr... method setScrollLeft (line 1) | async setScrollLeft(e){await this.#Ol.callFunction((function(e){if("sc... method verticalScrollRange (line 1) | async verticalScrollRange(){return await this.#Ol.callFunction((functi... method horizontalScrollRange (line 1) | async horizontalScrollRange(){return await this.#Ol.callFunction((func... function Vi (line 1) | function Vi(e,t){const n=e.viewOrScrollTimeline(),r=t.viewOrScrollTimeli... class Wi (line 1) | class Wi extends h{runtimeModel;agent;#_l=new Map;animationGroups=new Ma... method constructor (line 1) | constructor(t){super(t),this.runtimeModel=t.model(Jr),this.agent=t.ani... method reset (line 1) | reset(){this.#_l.clear(),this.animationGroups.clear(),this.#Hl.clear()... method devicePixelRatio (line 1) | async devicePixelRatio(){const e=await this.target().runtimeAgent().in... method getAnimationGroupForAnimation (line 1) | async getAnimationGroupForAnimation(e,t){for(const n of this.animation... method animationCanceled (line 1) | animationCanceled(e){this.#Hl.delete(e)} method animationUpdated (line 1) | async animationUpdated(e){let t,n;for(const r of this.animationGroups.... method animationStarted (line 1) | async animationStarted(e){if(!e.source||!e.source.backendNodeId)return... method matchExistingGroups (line 1) | matchExistingGroups(e){let t=null;for(const n of this.animationGroups.... method createGroupFromPendingAnimations (line 1) | createGroupFromPendingAnimations(){console.assert(this.#Hl.size>0);con... method setPlaybackRate (line 1) | setPlaybackRate(e){this.playbackRate=e,this.agent.invoke_setPlaybackRa... method releaseAllAnimations (line 1) | async releaseAllAnimations(){const e=[...this.animationGroups.values()... method releaseAnimations (line 1) | releaseAnimations(e){this.agent.invoke_releaseAnimations({animations:e})} method suspendModel (line 1) | async suspendModel(){await this.agent.invoke_disable().then((()=>this.... method resumeModel (line 1) | async resumeModel(){await this.agent.invoke_enable()} class Ki (line 1) | class Ki{#zl;#jl;#Vl;#Wl;constructor(e){this.#zl=e}static async parsePay... method constructor (line 1) | constructor(e){this.#zl=e} method parsePayload (line 1) | static async parsePayload(e,t){const n=new Ki(e);return await n.setPay... method setPayload (line 1) | async setPayload(e){if(e.viewOrScrollTimeline){const t=await this.#zl.... method percentageToPixels (line 1) | percentageToPixels(e,t){const{startOffset:n,endOffset:r}=t;if(void 0==... method viewOrScrollTimeline (line 1) | viewOrScrollTimeline(){return this.#jl.viewOrScrollTimeline} method id (line 1) | id(){return this.#jl.id} method name (line 1) | name(){return this.#jl.name} method paused (line 1) | paused(){return this.#jl.pausedState} method playState (line 1) | playState(){return this.#Wl||this.#jl.playState} method playbackRate (line 1) | playbackRate(){return this.#jl.playbackRate} method startTime (line 1) | startTime(){const e=this.viewOrScrollTimeline();return e?this.percenta... method iterationDuration (line 1) | iterationDuration(){const e=this.viewOrScrollTimeline();return e?this.... method endTime (line 1) | endTime(){return this.source().iterations?this.viewOrScrollTimeline()?... method finiteDuration (line 1) | finiteDuration(){const e=Math.min(this.source().iterations(),3);return... method currentTime (line 1) | currentTime(){const e=this.viewOrScrollTimeline();return e?this.percen... method source (line 1) | source(){return this.#Vl} method type (line 1) | type(){return this.#jl.type} method overlaps (line 1) | overlaps(e){if(!this.source().iterations()||!e.source().iterations())r... method delayOrStartTime (line 1) | delayOrStartTime(){return this.viewOrScrollTimeline()?this.startTime()... method setTiming (line 1) | setTiming(e,t){this.#Vl.node().then((n=>{if(!n)throw new Error("Unable... method updateNodeStyle (line 1) | updateNodeStyle(e,t,n){let r;if("CSSTransition"===this.type())r="trans... method remoteObjectPromise (line 1) | async remoteObjectPromise(){const e=await this.#zl.agent.invoke_resolv... method cssId (line 1) | cssId(){return this.#jl.cssId||""} class Qi (line 1) | class Qi{#zl;#rs;delayInternal;durationInternal;#Gl;#Kl;constructor(e,t)... method constructor (line 1) | constructor(e,t){this.#zl=e,this.setPayload(t)} method setPayload (line 1) | setPayload(e){this.#rs=e,!this.#Gl&&e.keyframesRule?this.#Gl=new $i(e.... method delay (line 1) | delay(){return this.delayInternal} method endDelay (line 1) | endDelay(){return this.#rs.endDelay} method iterations (line 1) | iterations(){return this.delay()||this.endDelay()||this.duration()?thi... method duration (line 1) | duration(){return this.durationInternal} method direction (line 1) | direction(){return this.#rs.direction} method fill (line 1) | fill(){return this.#rs.fill} method node (line 1) | node(){return this.#Kl||(this.#Kl=new js(this.#zl.target(),this.backen... method deferredNode (line 1) | deferredNode(){return new js(this.#zl.target(),this.backendNodeId())} method backendNodeId (line 1) | backendNodeId(){return this.#rs.backendNodeId} method keyframesRule (line 1) | keyframesRule(){return this.#Gl||null} method easing (line 1) | easing(){return this.#rs.easing} class $i (line 1) | class $i{#rs;#rt;constructor(e){this.setPayload(e)}setPayload(e){this.#r... method constructor (line 1) | constructor(e){this.setPayload(e)} method setPayload (line 1) | setPayload(e){this.#rs=e,this.#rt?this.#rs.keyframes.forEach(((e,t)=>{... method name (line 1) | name(){return this.#rs.name} method keyframes (line 1) | keyframes(){return this.#rt} class Xi (line 1) | class Xi{#rs;#Ql;constructor(e){this.setPayload(e)}setPayload(e){this.#r... method constructor (line 1) | constructor(e){this.setPayload(e)} method setPayload (line 1) | setPayload(e){this.#rs=e,this.#Ql=e.offset} method offset (line 1) | offset(){return this.#Ql} method setOffset (line 1) | setOffset(e){this.#Ql=100*e+"%"} method offsetAsNumber (line 1) | offsetAsNumber(){return parseFloat(this.#Ql)/100} method easing (line 1) | easing(){return this.#rs.easing} class Ji (line 1) | class Ji{#zl;#C;#$l;#Xl;#Jl;screenshotsInternal;#Yl;constructor(e,t,n){t... method constructor (line 1) | constructor(e,t,n){this.#zl=e,this.#C=t,this.#Xl=n,this.#Jl=!1,this.sc... method isScrollDriven (line 1) | isScrollDriven(){return Boolean(this.#Xl[0]?.viewOrScrollTimeline())} method id (line 1) | id(){return this.#C} method animations (line 1) | animations(){return this.#Xl} method release (line 1) | release(){this.#zl.animationGroups.delete(this.id()),this.#zl.releaseA... method animationIds (line 1) | animationIds(){return this.#Xl.map((function(e){return e.id()}))} method startTime (line 1) | startTime(){return this.#Xl[0].startTime()} method groupDuration (line 1) | groupDuration(){let e=0;for(const t of this.#Xl)e=Math.max(e,t.delayOr... method finiteDuration (line 1) | finiteDuration(){let e=0;for(let t=0;t{const n=t.args.data,r=thi... method getEncodedSourceMapUrl (line 1) | getEncodedSourceMapUrl(e){if(e.sourceMapURL?.startsWith("data:"))retur... method getSourceMapFromMetadata (line 1) | getSourceMapFromMetadata(t){const{hasSourceURL:n,sourceURL:r,url:s,sou... method getScriptIsolateId (line 1) | getScriptIsolateId(e,t){return t+"@"+e} method isTraceEvent (line 1) | isTraceEvent(e){return"cat"in e&&"pid"in e&&"args"in e&&"data"in e.args} method isTargetRundownEvent (line 1) | isTargetRundownEvent(e){return this.isTraceEvent(e)&&"disabled-by-defa... method isScriptRundownEvent (line 1) | isScriptRundownEvent(e){return this.isTraceEvent(e)&&"disabled-by-defa... method isScriptRundownSourceEvent (line 1) | isScriptRundownSourceEvent(e){return this.isTraceEvent(e)&&"disabled-b... method groupContextsAndScriptsUnderTarget (line 1) | groupContextsAndScriptsUnderTarget(e,t,n){const r=[],s=[];for(const n ... class ao (line 1) | class ao{traceEvents;metadata;constructor(e,t={}){this.traceEvents=e,thi... method constructor (line 1) | constructor(e,t={}){this.traceEvents=e,this.metadata=t} class lo (line 1) | class lo{networkRequest;constructor(e){this.networkRequest=e}static crea... method constructor (line 1) | constructor(e){this.networkRequest=e} method create (line 1) | static create(t){const n=t.args.data.url,r=e.ParsedURL.ParsedURL.urlWi... method constructor (line 1) | constructor(e){this.event=e} class po (line 1) | class po{rehydratingConnectionState=1;onDisconnect=null;onMessage=null;t... method constructor (line 1) | constructor(e){this.#fd=e,this.#bd=window,this.#Id()} method #Id (line 1) | #Id(){this.#bd.addEventListener("message",this.#yd),this.#bd.opener||t... method #vd (line 1) | #vd(e){if("REHYDRATING_TRACE_FILE"===e.data.type){const{traceFile:t}=e... method startHydration (line 1) | async startHydration(e){if(!this.onMessage||2!==this.rehydratingConnec... method #wd (line 1) | async#wd(){if(!this.trace)return;this.rehydratingConnectionState=3;con... method setOnMessage (line 1) | setOnMessage(e){this.onMessage=e,this.rehydratingConnectionState=2} method setOnDisconnect (line 1) | setOnDisconnect(e){this.onDisconnect=e} method sendRawMessage (line 1) | sendRawMessage(e){"string"==typeof e&&(e=JSON.parse(e));const t=e;if(v... method postToFrontend (line 1) | postToFrontend(e){this.onMessage?this.onMessage(e):console.error("onMe... method disconnect (line 1) | disconnect(){return Promise.reject()} class mo (line 1) | class mo{connection=null;constructor(e){this.connection=e}sendMessageToF... method constructor (line 1) | constructor(e){this.connection=e} method sendMessageToFrontend (line 1) | sendMessageToFrontend(e){requestAnimationFrame((()=>{this.connection&&... method handleFrontendMessageAsFakeCDPAgent (line 1) | handleFrontendMessageAsFakeCDPAgent(e){this.sendMessageToFrontend({id:... class fo (line 1) | class fo extends mo{sessionId;target;executionContexts=[];scripts=[];con... method constructor (line 1) | constructor(e,t,n,r,s){super(s),this.sessionId=e,this.target=t,this.ex... method sendMessageToFrontend (line 1) | sendMessageToFrontend(e,t=!0){0!==this.sessionId&&t&&(e.sessionId=this... method handleFrontendMessageAsFakeCDPAgent (line 1) | handleFrontendMessageAsFakeCDPAgent(e){switch(e.method){case"Runtime.e... method sessionAttachToTarget (line 1) | sessionAttachToTarget(){this.sendMessageToFrontend({method:"Target.att... method handleRuntimeEnabled (line 1) | handleRuntimeEnabled(e){for(const e of this.executionContexts)e.name=e... method handleDebuggerGetScriptSource (line 1) | handleDebuggerGetScriptSource(e,t){const n=this.scripts.find((e=>e.scr... method handleDebuggerEnable (line 1) | handleDebuggerEnable(e){for(const e of this.scripts)this.sendMessageTo... class Io (line 1) | class Io{onMessage;#Sd;#kd;#Cd;#Vt;constructor(){this.onMessage=null,thi... method constructor (line 1) | constructor(){this.onMessage=null,this.#Sd=null,this.#kd="",this.#Cd=0... method setOnMessage (line 1) | setOnMessage(e){this.onMessage=e} method setOnDisconnect (line 1) | setOnDisconnect(e){this.#Sd=e} method sendRawMessage (line 1) | sendRawMessage(e){this.onMessage&&a.InspectorFrontendHost.InspectorFro... method dispatchMessage (line 1) | dispatchMessage(e){this.onMessage&&this.onMessage.call(null,e.data)} method dispatchMessageChunk (line 1) | dispatchMessageChunk(e){const{messageChunk:t,messageSize:n}=e.data;n&&... method disconnect (line 1) | async disconnect(){const t=this.#Sd;e.EventTarget.removeEventListeners... class wo (line 1) | class wo{#xd;onMessage;#Sd;#Rd;#Td;#Md;constructor(e,t){this.#xd=new Web... method constructor (line 1) | constructor(e,t){this.#xd=new WebSocket(e),this.#xd.onerror=this.onErr... method setOnMessage (line 1) | setOnMessage(e){this.onMessage=e} method setOnDisconnect (line 1) | setOnDisconnect(e){this.#Sd=e} method onError (line 1) | onError(e){this.#Rd&&this.#Rd.call(null,{reason:vo(bo.websocketDisconn... method onOpen (line 1) | onOpen(){if(this.#Td=!0,this.#xd){this.#xd.onerror=console.error;for(c... method onClose (line 1) | onClose(e){this.#Rd&&this.#Rd.call(null,{reason:e.reason,code:String(e... method close (line 1) | close(e){this.#xd&&(this.#xd.onerror=null,this.#xd.onopen=null,this.#x... method sendRawMessage (line 1) | sendRawMessage(e){this.#Td&&this.#xd?this.#xd.send(e):this.#Md.push(e)} method disconnect (line 1) | disconnect(){return new Promise((e=>{this.close((()=>{this.#Sd&&this.#... class So (line 1) | class So{onMessage;#Sd;constructor(){this.onMessage=null,this.#Sd=null}s... method constructor (line 1) | constructor(){this.onMessage=null,this.#Sd=null} method setOnMessage (line 1) | setOnMessage(e){this.onMessage=e} method setOnDisconnect (line 1) | setOnDisconnect(e){this.#Sd=e} method sendRawMessage (line 1) | sendRawMessage(e){window.setTimeout(this.respondWithError.bind(this,e)... method respondWithError (line 1) | respondWithError(e){const t=JSON.parse(e),n={message:"This is a stub c... method disconnect (line 1) | async disconnect(){this.#Sd&&this.#Sd.call(null,"force disconnect"),th... class ko (line 1) | class ko{#Pd;#Ed;onMessage;#Sd;constructor(e,t){this.#Pd=e,this.#Ed=t,th... method constructor (line 1) | constructor(e,t){this.#Pd=e,this.#Ed=t,this.onMessage=null,this.#Sd=null} method setOnMessage (line 1) | setOnMessage(e){this.onMessage=e} method setOnDisconnect (line 1) | setOnDisconnect(e){this.#Sd=e} method getOnDisconnect (line 1) | getOnDisconnect(){return this.#Sd} method sendRawMessage (line 1) | sendRawMessage(e){const t=JSON.parse(e);t.sessionId||(t.sessionId=this... method getSessionId (line 1) | getSessionId(){return this.#Ed} method disconnect (line 1) | async disconnect(){this.#Sd&&this.#Sd.call(null,"force disconnect"),th... function Co (line 1) | function Co(e){if(o.Runtime.getPathName().includes("rehydrated_devtools_... class Po (line 1) | class Po extends h{#Ld;#Ad;#Od;#Dd=new Map;#Nd=new Map;#Fd=new Map;#Bd=n... method constructor (line 1) | constructor(e){super(e),this.#Ld=e.targetManager(),this.#Ad=e,this.#Od... method install (line 1) | static install(e){Po.attachCallback=e,h.register(Po,{capabilities:32,a... method childTargets (line 1) | childTargets(){return Array.from(this.#Nd.values())} method suspendModel (line 1) | async suspendModel(){await this.#Od.invoke_setAutoAttach({autoAttach:!... method resumeModel (line 1) | async resumeModel(){await this.#Od.invoke_setAutoAttach({autoAttach:!0... method dispose (line 1) | dispose(){for(const e of this.#Nd.keys())this.detachedFromTarget({sess... method targetCreated (line 1) | targetCreated({targetInfo:e}){this.#Dd.set(e.targetId,e),this.fireAvai... method targetInfoChanged (line 1) | targetInfoChanged({targetInfo:e}){this.#Dd.set(e.targetId,e);const t=t... method targetDestroyed (line 1) | targetDestroyed({targetId:e}){this.#Dd.delete(e),this.fireAvailableTar... method targetCrashed (line 1) | targetCrashed({targetId:e}){const t=this.#Fd.get(e);t&&t.setHasCrashed... method fireAvailableTargetsChanged (line 1) | fireAvailableTargetsChanged(){W.instance().dispatchEventToListeners("A... method getParentTargetId (line 1) | async getParentTargetId(){return this.#_d||(this.#_d=(await this.#Ad.t... method getTargetInfo (line 1) | async getTargetInfo(){return(await this.#Ad.targetAgent().invoke_getTa... method attachedToTarget (line 1) | async attachedToTarget({sessionId:t,targetInfo:n,waitingForDebugger:r}... method detachedFromTarget (line 1) | detachedFromTarget({sessionId:e}){if(this.#Bd.has(e))this.#Bd.delete(e... method receivedMessageFromTarget (line 1) | receivedMessageFromTarget({}){} method createParallelConnection (line 1) | async createParallelConnection(e){const t=await this.getParentTargetId... method createParallelConnectionAndSessionForTarget (line 1) | async createParallelConnectionAndSessionForTarget(e,t){const n=e.targe... method targetInfos (line 1) | targetInfos(){return Array.from(this.#Dd.values())} method constructor (line 1) | constructor(e,t,n){this.#Hd=e,this.#Ud=t,this.#qd=n} method contentURL (line 1) | contentURL(){return this.#Hd} method contentType (line 1) | contentType(){return this.#Ud} method requestContent (line 1) | async requestContent(){const e=await this.requestContentData();return t.... method requestContentData (line 1) | async requestContentData(){try{const{content:e}=await nr.instance().load... method searchInContent (line 1) | async searchInContent(e,n,r){const s=await this.requestContentData();ret... class Ho (line 1) | class Ho extends h{#zd;#jd;#Vd;#Wd;#Gd;registeredConsoleProfileMessages=... method constructor (line 1) | constructor(e){super(e),this.#zd=1,this.#jd=new Map,this.#Vd=e.profile... method runtimeModel (line 1) | runtimeModel(){return this.#Gd.runtimeModel()} method debuggerModel (line 1) | debuggerModel(){return this.#Gd} method consoleProfileStarted (line 1) | consoleProfileStarted({id:e,location:t,title:n}){n||(n=_o(Fo.profileD,... method consoleProfileFinished (line 1) | consoleProfileFinished({id:e,location:t,profile:n,title:r}){r||(r=this... method createEventDataFrom (line 1) | createEventDataFrom(e,t,n){const r=Is.fromPayload(this.#Gd,t);return{i... method startRecording (line 1) | startRecording(){return this.#Vd.invoke_setSamplingInterval({interval:... method stopRecording (line 1) | stopRecording(){return this.#Vd.invoke_stop().then((e=>e.profile||null))} method startPreciseCoverage (line 1) | startPreciseCoverage(e,t){this.#Wd=t;return this.#Vd.invoke_startPreci... method takePreciseCoverage (line 1) | async takePreciseCoverage(){const e=await this.#Vd.invoke_takePreciseC... method stopPreciseCoverage (line 1) | stopPreciseCoverage(){return this.#Wd=null,this.#Vd.invoke_stopPrecise... method preciseCoverageDeltaUpdate (line 1) | preciseCoverageDeltaUpdate({timestamp:e,occasion:t,result:n}){this.#Wd... class qo (line 1) | class qo extends h{#Kd;constructor(e){super(e),e.registerLogDispatcher(t... method constructor (line 1) | constructor(e){super(e),e.registerLogDispatcher(this),this.#Kd=e.logAg... method entryAdded (line 1) | entryAdded({entry:e}){this.dispatchEventToListeners("EntryAdded",{logM... method requestClear (line 1) | requestClear(){this.#Kd.invoke_clear()} class Go (line 1) | class Go extends h{#Qd=[];#$d=new r.MapUtilities.Multimap;#Xd=new Map;#J... method constructor (line 1) | constructor(t){super(t);const n=t.model(ii);if(!n||n.cachedResourcesLo... method initTarget (line 1) | initTarget(e){const t=[],n=e.model(Ho);n&&(t.push(n.addEventListener("... method targetRemoved (line 1) | targetRemoved(t){const n=t.model(Jr);n&&this.#Xd.delete(n),e.EventTarg... method evaluateCommandInConsole (line 1) | async evaluateCommandInConsole(t,n,r,s){const i=await t.evaluate({expr... method addCommandMessage (line 1) | addCommandMessage(e,t){const n=new $o(e.runtimeModel,"javascript",null... method addMessage (line 1) | addMessage(t){t.setPageLoadSequenceNumber(this.#ec),t.source===e.Conso... method exceptionThrown (line 1) | exceptionThrown(e,t){const n=t.data,r=function(e){if(!e)return;return{... method exceptionRevoked (line 1) | exceptionRevoked(e,t){const n=t.data,r=this.#Xd.get(e),s=r?r.get(n):nu... method consoleAPICalled (line 1) | consoleAPICalled(t,n){const r=n.data;let s="info";"debug"===r.type?s="... method queryObjectRequested (line 1) | queryObjectRequested(t,n){const{objects:r,executionContextId:s}=n.data... method clearIfNecessary (line 1) | clearIfNecessary(){e.Settings.Settings.instance().moduleSetting("prese... method primaryPageChanged (line 1) | primaryPageChanged(t){if(e.Settings.Settings.instance().moduleSetting(... method consoleProfileStarted (line 1) | consoleProfileStarted(e,t){const{data:n}=t;this.addConsoleProfileMessa... method consoleProfileFinished (line 1) | consoleProfileFinished(e,t){const{data:n}=t;this.addConsoleProfileMess... method addConsoleProfileMessage (line 1) | addConsoleProfileMessage(t,n,r,s){const i=r.script(),o=[{functionName:... method incrementErrorWarningCount (line 1) | incrementErrorWarningCount(e){if("violation"!==e.source)switch(e.level... method messages (line 1) | messages(){return this.#Qd} method allMessagesUnordered (line 1) | static allMessagesUnordered(){const e=[];for(const t of W.instance().t... method requestClearMessages (line 1) | static requestClearMessages(){for(const e of W.instance().models(qo))e... method clear (line 1) | clear(){this.#Qd=[],this.#$d.clear(),this.#Xd.clear(),this.#Yd=0,this.... method errors (line 1) | errors(){return this.#Yd} method allErrors (line 1) | static allErrors(){let e=0;for(const t of W.instance().targets())e+=t.... method warnings (line 1) | warnings(){return this.#Jd} method allWarnings (line 1) | static allWarnings(){let e=0;for(const t of W.instance().targets())e+=... method violations (line 1) | violations(){return this.#Zd} method saveToTempVariable (line 1) | async saveToTempVariable(t,n){if(!n||!t)return void a(null);const r=t,... function Qo (line 1) | function Qo(e,t){if(!e!=!t)return!1;if(!e||!t)return!0;const n=e.callFra... class $o (line 1) | class $o{#Ir;source;level;messageText;type;url;line;column;parameters;st... method constructor (line 1) | constructor(e,t,n,r,s){if(this.#Ir=e,this.source=t,this.level=n,this.m... method getAffectedResources (line 1) | getAffectedResources(){return this.#ic} method setPageLoadSequenceNumber (line 1) | setPageLoadSequenceNumber(e){this.#ec=e} method fromException (line 1) | static fromException(e,t,n,r,s,i){const o={type:n,url:s||t.url,line:t.... method runtimeModel (line 1) | runtimeModel(){return this.#Ir} method target (line 1) | target(){return this.#Ir?this.#Ir.target():null} method setOriginatingMessage (line 1) | setOriginatingMessage(e){this.#rc=e,this.#nc=e.#nc} method originatingMessage (line 1) | originatingMessage(){return this.#rc} method setExecutionContextId (line 1) | setExecutionContextId(e){this.#nc=e} method getExecutionContextId (line 1) | getExecutionContextId(){return this.#nc} method getExceptionId (line 1) | getExceptionId(){return this.#sc} method setExceptionId (line 1) | setExceptionId(e){this.#sc=e} method isGroupMessage (line 1) | isGroupMessage(){return"startGroup"===this.type||"startGroupCollapsed"... method isGroupStartMessage (line 1) | isGroupStartMessage(){return"startGroup"===this.type||"startGroupColla... method isErrorOrWarning (line 1) | isErrorOrWarning(){return"warning"===this.level||"error"===this.level} method isGroupable (line 1) | isGroupable(){const t="error"===this.level&&("javascript"===this.sourc... method groupCategoryKey (line 1) | groupCategoryKey(){return[this.source,this.level,this.type,this.#ec].j... method isEqual (line 1) | isEqual(e){if(!e)return!1;if(this.parameters){if(!e.parameters||this.p... method originatesFromLogpoint (line 1) | get originatesFromLogpoint(){return"LOGPOINT"===this.#oc} method originatesFromConditionalBreakpoint (line 1) | get originatesFromConditionalBreakpoint(){return"CONDITIONAL_BREAKPOIN... method #ac (line 1) | static#ac({callFrames:e}){const t=[Rs,xs],n=e.findLastIndex((({url:e})... method Events (line 1) | get Events(){return Ko} method FrontendMessageType (line 1) | get FrontendMessageType(){return Do} class Yo (line 1) | class Yo extends h{#lc;#dc;#lt;#cc;#hc;#uc;#gc;#pc;#mc;#fc;#bc;construct... method constructor (line 1) | constructor(t){super(t),this.#lc=t.emulationAgent(),this.#dc=t.deviceO... method setTouchEmulationAllowed (line 1) | setTouchEmulationAllowed(e){this.#mc=e} method supportsDeviceEmulation (line 1) | supportsDeviceEmulation(){return this.target().hasAllCapabilities(4096)} method resetPageScaleFactor (line 1) | async resetPageScaleFactor(){await this.#lc.invoke_resetPageScaleFacto... method emulateDevice (line 1) | async emulateDevice(e){e?await this.#lc.invoke_setDeviceMetricsOverrid... method overlayModel (line 1) | overlayModel(){return this.#cc} method setPressureSourceOverrideEnabled (line 1) | async setPressureSourceOverrideEnabled(e){await this.#lc.invoke_setPre... method setPressureStateOverride (line 1) | async setPressureStateOverride(e){await this.#lc.invoke_setPressureSta... method emulateLocation (line 1) | async emulateLocation(e){if(e)if(e.unavailable)await Promise.all([this... method emulateDeviceOrientation (line 1) | async emulateDeviceOrientation(e){e?await this.#dc.invoke_setDeviceOri... method setIdleOverride (line 1) | async setIdleOverride(e){await this.#lc.invoke_setIdleOverride(e)} method clearIdleOverride (line 1) | async clearIdleOverride(){await this.#lc.invoke_clearIdleOverride()} method emulateCSSMedia (line 1) | async emulateCSSMedia(e,t){await this.#lc.invoke_setEmulatedMedia({med... method emulateAutoDarkMode (line 1) | async emulateAutoDarkMode(e){e&&(this.#hc.set("prefers-color-scheme","... method emulateVisionDeficiency (line 1) | async emulateVisionDeficiency(e){await this.#lc.invoke_setEmulatedVisi... method setLocalFontsDisabled (line 1) | setLocalFontsDisabled(e){this.#lt&&this.#lt.setLocalFontsEnabled(!e)} method setDisabledImageTypes (line 1) | setDisabledImageTypes(e){this.#lc.invoke_setDisabledImageTypes({imageT... method setCPUThrottlingRate (line 1) | async setCPUThrottlingRate(e){await this.#lc.invoke_setCPUThrottlingRa... method setHardwareConcurrency (line 1) | async setHardwareConcurrency(e){if(e<1)throw new Error("hardwareConcur... method emulateTouch (line 1) | async emulateTouch(e,t){this.#gc=e&&this.#mc,this.#pc=t&&this.#mc,awai... method overrideEmulateTouch (line 1) | async overrideEmulateTouch(e){this.#fc=e&&this.#mc,await this.updateTo... method updateTouch (line 1) | async updateTouch(){let e={enabled:this.#gc,configuration:this.#pc?"mo... method updateCssMedia (line 1) | async updateCssMedia(){const e=this.#hc.get("type")??"",t=[{name:"colo... class Zo (line 1) | class Zo{latitude;longitude;timezoneId;locale;unavailable;constructor(e,... method constructor (line 1) | constructor(e,t,n,r,s){this.latitude=e,this.longitude=t,this.timezoneI... method parseSetting (line 1) | static parseSetting(e){if(e){const[t,n,r,s]=e.split(":"),[i,o]=t.split... method parseUserInput (line 1) | static parseUserInput(e,t,n,r){if(!e&&!t)return null;const{valid:s}=Zo... method latitudeValidator (line 1) | static latitudeValidator(e){const t=parseFloat(e);return{valid:/^([+-]... method longitudeValidator (line 1) | static longitudeValidator(e){const t=parseFloat(e);return{valid:/^([+-... method timezoneIdValidator (line 1) | static timezoneIdValidator(e){return{valid:""===e||/[a-zA-Z]/.test(e),... method localeValidator (line 1) | static localeValidator(e){return{valid:""===e||/[a-zA-Z]{2}/.test(e),e... method toSetting (line 1) | toSetting(){return`${this.latitude}@${this.longitude}:${this.timezoneI... class ea (line 1) | class ea{alpha;beta;gamma;constructor(e,t,n){this.alpha=e,this.beta=t,th... method constructor (line 1) | constructor(e,t,n){this.alpha=e,this.beta=t,this.gamma=n} method parseSetting (line 1) | static parseSetting(e){if(e){const t=JSON.parse(e);return new ea(t.alp... method parseUserInput (line 1) | static parseUserInput(e,t,n){if(!e&&!t&&!n)return null;const{valid:r}=... method angleRangeValidator (line 1) | static angleRangeValidator(e,t){const n=parseFloat(e);return{valid:/^(... method alphaAngleValidator (line 1) | static alphaAngleValidator(e){return ea.angleRangeValidator(e,{minimum... method betaAngleValidator (line 1) | static betaAngleValidator(e){return ea.angleRangeValidator(e,{minimum:... method gammaAngleValidator (line 1) | static gammaAngleValidator(e){return ea.angleRangeValidator(e,{minimum... method toSetting (line 1) | toSetting(){return JSON.stringify(this)} class aa (line 1) | class aa extends e.ObjectWrapper.ObjectWrapper{#yc;#vc;#Ic;#wc;construct... method constructor (line 1) | constructor(){super(),this.#yc=ca,this.#vc=e.Settings.Settings.instanc... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return oa&&!t||... method cpuThrottlingRate (line 1) | cpuThrottlingRate(){return this.#yc.rate()} method cpuThrottlingOption (line 1) | cpuThrottlingOption(){return this.#yc} method #Sc (line 1) | #Sc(){if(!this.#yc.calibratedDeviceType)return;const e=this.#yc.rate()... method setCPUThrottlingOption (line 1) | setCPUThrottlingOption(e){if(e!==this.#yc){this.#yc=e;for(const e of W... method setHardwareConcurrency (line 1) | setHardwareConcurrency(e){this.#Ic=e;for(const t of W.instance().model... method hasPrimaryPageTargetSet (line 1) | hasPrimaryPageTargetSet(){try{return null!==W.instance().primaryPageTa... method getHardwareConcurrency (line 1) | async getHardwareConcurrency(){const e=W.instance().primaryPageTarget(... method modelAdded (line 1) | modelAdded(e){if(this.#yc!==ca&&e.setCPUThrottlingRate(this.#yc.rate()... method modelRemoved (line 1) | modelRemoved(e){} function da (line 1) | function da(e){return{title:1===e?ia(na.noThrottling):ia(na.dSlowdown,{P... function pa (line 1) | function pa(t){const n=()=>{const n=e.Settings.Settings.instance().creat... method CPUThrottlingRates (line 1) | get CPUThrottlingRates(){return la} method CalibrationError (line 1) | get CalibrationError(){return ba} class va (line 1) | class va extends h{agent;#Ir;#er;#kc;#Cc;suspended=!1;constructor(t){sup... method constructor (line 1) | constructor(t){super(t),this.agent=t.domdebuggerAgent(),this.#Ir=t.mod... method runtimeModel (line 1) | runtimeModel(){return this.#Ir} method suspendModel (line 1) | async suspendModel(){this.suspended=!0} method resumeModel (line 1) | async resumeModel(){this.suspended=!1} method eventListeners (line 1) | async eventListeners(e){if(console.assert(e.runtimeModel()===this.#Ir)... method retrieveDOMBreakpoints (line 1) | retrieveDOMBreakpoints(){this.#er.requestDocument()} method domBreakpoints (line 1) | domBreakpoints(){return this.#kc.slice()} method hasDOMBreakpoint (line 1) | hasDOMBreakpoint(e,t){return this.#kc.some((n=>n.node===e&&n.type===t))} method setDOMBreakpoint (line 1) | setDOMBreakpoint(e,t){for(const n of this.#kc)if(n.node===e&&n.type===... method removeDOMBreakpoint (line 1) | removeDOMBreakpoint(e,t){this.removeDOMBreakpoints((n=>n.node===e&&n.t... method removeAllDOMBreakpoints (line 1) | removeAllDOMBreakpoints(){this.removeDOMBreakpoints((e=>!0))} method toggleDOMBreakpoint (line 1) | toggleDOMBreakpoint(e,t){t!==e.enabled&&(e.enabled=t,t?this.enableDOMB... method enableDOMBreakpoint (line 1) | enableDOMBreakpoint(e){e.node.id&&(this.agent.invoke_setDOMBreakpoint(... method disableDOMBreakpoint (line 1) | disableDOMBreakpoint(e){e.node.id&&(this.agent.invoke_removeDOMBreakpo... method nodeHasBreakpoints (line 1) | nodeHasBreakpoints(e){for(const t of this.#kc)if(t.node===e&&t.enabled... method resolveDOMBreakpointData (line 1) | resolveDOMBreakpointData(e){const t=e.type,n=this.#er.nodeForId(e.node... method currentURL (line 1) | currentURL(){const e=this.#er.existingDocument();return e?e.documentUR... method documentUpdated (line 1) | async documentUpdated(){if(this.suspended)return;const e=this.#kc;this... method removeDOMBreakpoints (line 1) | removeDOMBreakpoints(e){const t=[],n=[];for(const r of this.#kc)e(r)?(... method nodeRemoved (line 1) | nodeRemoved(e){if(this.suspended)return;const{node:t}=e.data,n=t.child... method saveDOMBreakpoints (line 1) | saveDOMBreakpoints(){const e=this.currentURL(),t=this.#Cc.get().filter... class wa (line 1) | class wa{domDebuggerModel;node;type;enabled;constructor(e,t,n,r){this.do... method constructor (line 1) | constructor(e,t,n,r){this.domDebuggerModel=e,this.node=t,this.type=n,t... class Sa (line 1) | class Sa{#xc;#Rc;#g;#Tc;#Mc;#Pc;#Ec;#Lc;#Jr;#Ac;#Oc;#Dc;constructor(e,t,... method constructor (line 1) | constructor(e,t,n,s,i,o,a,l,d,c,h){this.#xc=e,this.#Rc=t,this.#g=n,thi... method domDebuggerModel (line 1) | domDebuggerModel(){return this.#xc} method type (line 1) | type(){return this.#g} method useCapture (line 1) | useCapture(){return this.#Tc} method passive (line 1) | passive(){return this.#Mc} method once (line 1) | once(){return this.#Pc} method handler (line 1) | handler(){return this.#Ec} method location (line 1) | location(){return this.#Jr} method sourceURL (line 1) | sourceURL(){return this.#Ac} method originalHandler (line 1) | originalHandler(){return this.#Lc} method canRemove (line 1) | canRemove(){return Boolean(this.#Oc)||"FrameworkUser"!==this.#Dc} method remove (line 1) | remove(){if(!this.canRemove())return Promise.resolve(void 0);if("Frame... method canTogglePassive (line 1) | canTogglePassive(){return"FrameworkUser"!==this.#Dc} method togglePassive (line 1) | togglePassive(){return this.#Rc.callFunction((function(e,t,n,r){this.r... method origin (line 1) | origin(){return this.#Dc} method markAsFramework (line 1) | markAsFramework(){this.#Dc="Framework"} method isScrollBlockingType (line 1) | isScrollBlockingType(){return"touchstart"===this.#g||"touchmove"===thi... class ka (line 1) | class ka extends ro{#g;constructor(e,t){super(e,t),this.#g=t}type(){retu... method constructor (line 1) | constructor(e,t){super(e,t),this.#g=t} method type (line 1) | type(){return this.#g} class Ca (line 1) | class Ca extends ro{eventTargetNames;constructor(e,t,n){super(n,e),this.... method constructor (line 1) | constructor(e,t,n){super(n,e),this.eventTargetNames=t} method setEnabled (line 1) | setEnabled(e){if(this.enabled()!==e){super.setEnabled(e);for(const e o... method updateOnModel (line 1) | updateOnModel(e){for(const t of this.eventTargetNames)this.enabled()?e... class Ra (line 1) | class Ra{#Nc;#Fc=new Map;#Bc=[];#_c=[];constructor(){this.#Nc=e.Settings... method constructor (line 1) | constructor(){this.#Nc=e.Settings.Settings.instance().createLocalSetti... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return xa&&!t||... method cspViolationBreakpoints (line 1) | cspViolationBreakpoints(){return this.#Bc.slice()} method createEventListenerBreakpoints (line 1) | createEventListenerBreakpoints(e,t,n){for(const r of t)this.#_c.push(n... method resolveEventListenerBreakpoint (line 1) | resolveEventListenerBreakpoint({eventName:e,targetName:t}){const n="li... method eventListenerBreakpoints (line 1) | eventListenerBreakpoints(){return this.#_c.slice()} method updateCSPViolationBreakpoints (line 1) | updateCSPViolationBreakpoints(){const e=this.#Bc.filter((e=>e.enabled(... method updateCSPViolationBreakpointsForModel (line 1) | updateCSPViolationBreakpointsForModel(e,t){e.agent.invoke_setBreakOnCS... method xhrBreakpoints (line 1) | xhrBreakpoints(){return this.#Fc} method saveXHRBreakpoints (line 1) | saveXHRBreakpoints(){const e=[];for(const t of this.#Fc.keys())e.push(... method addXHRBreakpoint (line 1) | addXHRBreakpoint(e,t){if(this.#Fc.set(e,t),t)for(const t of W.instance... method removeXHRBreakpoint (line 1) | removeXHRBreakpoint(e){const t=this.#Fc.get(e);if(this.#Fc.delete(e),t... method toggleXHRBreakpoint (line 1) | toggleXHRBreakpoint(e,t){this.#Fc.set(e,t);for(const n of W.instance()... method modelAdded (line 1) | modelAdded(e){for(const t of this.#Fc.keys())this.#Fc.get(t)&&e.agent.... method modelRemoved (line 1) | modelRemoved(e){} class Ma (line 1) | class Ma extends h{agent;constructor(e){super(e),this.agent=e.eventBreak... method constructor (line 1) | constructor(e){super(e),this.agent=e.eventBreakpointsAgent()} class Pa (line 1) | class Pa extends ro{setEnabled(e){if(this.enabled()!==e){super.setEnable... method setEnabled (line 1) | setEnabled(e){if(this.enabled()!==e){super.setEnabled(e);for(const e o... method updateOnModel (line 1) | updateOnModel(e){this.enabled()?e.agent.invoke_setInstrumentationBreak... class La (line 1) | class La{#_c=[];constructor(){this.createInstrumentationBreakpoints("auc... method constructor (line 1) | constructor(){this.createInstrumentationBreakpoints("auction-worklet",... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return Ea&&!t||... method createInstrumentationBreakpoints (line 1) | createInstrumentationBreakpoints(e,t){for(const n of t)this.#_c.push(n... method eventListenerBreakpoints (line 1) | eventListenerBreakpoints(){return this.#_c.slice()} method resolveEventListenerBreakpoint (line 1) | resolveEventListenerBreakpoint({eventName:e}){if(!e.startsWith(Pa.inst... method modelAdded (line 1) | modelAdded(e){for(const t of this.#_c)t.enabled()&&t.updateOnModel(e)} method modelRemoved (line 1) | modelRemoved(e){} class Na (line 1) | class Na extends e.ObjectWrapper.ObjectWrapper{#Hc=new Map;#Uc=new Map;#... method constructor (line 1) | constructor(){super(),W.instance().observeModels(Jr,this)} method instance (line 1) | static instance({forceNew:e}={forceNew:!1}){return Da&&!e||(Da=new Na)... method observeIsolates (line 1) | observeIsolates(e){if(this.#L.has(e))throw new Error("Observer can onl... method modelAdded (line 1) | modelAdded(e){this.modelAddedInternal(e)} method modelAddedInternal (line 1) | async modelAddedInternal(e){this.#Uc.set(e,null);const t=await e.isola... method modelRemoved (line 1) | modelRemoved(e){const t=this.#Uc.get(e);if(this.#Uc.delete(e),!t)retur... method isolateByModel (line 1) | isolateByModel(e){return this.#Hc.get(this.#Uc.get(e)||"")||null} method isolates (line 1) | isolates(){return this.#Hc.values()} method poll (line 1) | async poll(){const e=this.#qc;for(;e===this.#qc;)await Promise.all(Arr... class _a (line 1) | class _a{#C;modelsInternal;#zc;#jc;constructor(e){this.#C=e,this.modelsI... method constructor (line 1) | constructor(e){this.#C=e,this.modelsInternal=new Set,this.#zc=0;const ... method id (line 1) | id(){return this.#C} method models (line 1) | models(){return this.modelsInternal} method runtimeModel (line 1) | runtimeModel(){return this.modelsInternal.values().next().value||null} method heapProfilerModel (line 1) | heapProfilerModel(){const e=this.runtimeModel();return e?.heapProfiler... method update (line 1) | async update(){const e=this.runtimeModel(),t=e&&await e.heapUsage();t&... method samplesCount (line 1) | samplesCount(){return this.#jc.count()} method usedHeapSize (line 1) | usedHeapSize(){return this.#zc} method usedHeapSizeGrowRate (line 1) | usedHeapSizeGrowRate(){return this.#jc.fitSlope()} class Ha (line 1) | class Ha{#Vc;#Wc;#as;#Gc;#Kc;#Qc;#$c;#Xc;#Jc;constructor(e){this.#Vc=0|e... method constructor (line 1) | constructor(e){this.#Vc=0|e,this.reset()} method reset (line 1) | reset(){this.#Wc=Date.now(),this.#as=0,this.#Gc=[],this.#Kc=[],this.#Q... method count (line 1) | count(){return this.#Gc.length} method add (line 1) | add(e,t){const n="number"==typeof t?t:Date.now()-this.#Wc,r=e;if(this.... method fitSlope (line 1) | fitSlope(){const e=this.count();return e<2?0:(this.#Jc-this.#Qc*this.#... class qa (line 1) | class qa extends h{#Yc=!1;#yr=!1;constructor(e){super(e),this.ensureEnab... method constructor (line 1) | constructor(e){super(e),this.ensureEnabled()} method ensureEnabled (line 1) | async ensureEnabled(){if(this.#yr)return;this.#yr=!0,this.target().reg... method issueAdded (line 1) | issueAdded(e){this.dispatchEventToListeners("IssueAdded",{issuesModel:... method dispose (line 1) | dispose(){super.dispose(),this.#Yc=!0} method getTargetIfNotDisposed (line 1) | getTargetIfNotDisposed(){return this.#Yc?null:this.target()} method constructor (line 1) | constructor(e){this.#e=e,this.#er=e?e.model(Gs):null} method target (line 1) | target(){return this.#e} method root (line 1) | root(){return this.#Zc} method setRoot (line 1) | setRoot(e){this.#Zc=e} method contentRoot (line 1) | contentRoot(){return this.#eh} method setContentRoot (line 1) | setContentRoot(e){this.#eh=e} method forEachLayer (line 1) | forEachLayer(e,t){return!(!t&&!(t=this.root()))&&(e(t)||t.children().som... method layerById (line 1) | layerById(e){return this.layersById.get(e)||null} method resolveBackendNodeIds (line 1) | async resolveBackendNodeIds(e){if(!e.size||!this.#er)return;const t=awai... method backendNodeIdToNode (line 1) | backendNodeIdToNode(){return this.#th} method setViewportSize (line 1) | setViewportSize(e){this.#nh=e} method viewportSize (line 1) | viewportSize(){return this.#nh} method nodeForId (line 1) | nodeForId(e){return this.#er?this.#er.nodeForId(e):null} method constructor (line 1) | constructor(e,t){this.#rh=t.stickyBoxRect,this.#sh=t.containingBlockRect... method stickyBoxRect (line 1) | stickyBoxRect(){return this.#rh} method containingBlockRect (line 1) | containingBlockRect(){return this.#sh} method nearestLayerShiftingStickyBox (line 1) | nearestLayerShiftingStickyBox(){return this.#ih} method nearestLayerShiftingContainingBlock (line 1) | nearestLayerShiftingContainingBlock(){return this.#oh} class Va (line 1) | class Va{id;url;startTime;loadTime;contentLoadTime;mainRequest;construct... method constructor (line 1) | constructor(e){this.id=++Va.lastIdentifier,this.url=e.url(),this.start... method forRequest (line 1) | static forRequest(e){return Wa.get(e)||null} method bindRequest (line 1) | bindRequest(e){Wa.set(e,this)} class Ka (line 1) | class Ka extends h{layerTreeAgent;constructor(e){super(e),this.layerTree... method constructor (line 1) | constructor(e){super(e),this.layerTreeAgent=e.layerTreeAgent()} method loadSnapshotFromFragments (line 1) | async loadSnapshotFromFragments(e){const{snapshotId:t}=await this.laye... method loadSnapshot (line 1) | loadSnapshot(e){const t={x:0,y:0,picture:e};return this.loadSnapshotFr... method makeSnapshot (line 1) | async makeSnapshot(e){const{snapshotId:t}=await this.layerTreeAgent.in... class Qa (line 1) | class Qa{#ah;#Mo;#lh;constructor(e,t){this.#ah=e,this.#Mo=t,this.#lh=1}r... method constructor (line 1) | constructor(e,t){this.#ah=e,this.#Mo=t,this.#lh=1} method release (line 1) | release(){console.assert(this.#lh>0,"release is already called on the ... method addReference (line 1) | addReference(){++this.#lh,console.assert(this.#lh>0,"Referencing a dea... method replay (line 1) | async replay(e,t,n){return(await this.#ah.layerTreeAgent.invoke_replay... method profile (line 1) | async profile(e){return(await this.#ah.layerTreeAgent.invoke_profileSn... method commandLog (line 1) | async commandLog(){const e=await this.#ah.layerTreeAgent.invoke_snapsh... class $a (line 1) | class $a{method;params;commandIndex;constructor(e,t){this.method=e.metho... method constructor (line 1) | constructor(e,t){this.method=e.method,this.params=e.params,this.comman... class Ja (line 1) | class Ja extends h{#Ks;#dh=new Map([["TaskDuration","CumulativeTime"],["... method constructor (line 1) | constructor(e){super(e),this.#Ks=e.performanceAgent()} method enable (line 1) | enable(){return this.#Ks.invoke_enable({})} method disable (line 1) | disable(){return this.#Ks.invoke_disable()} method requestMetrics (line 1) | async requestMetrics(){const e=await this.#Ks.invoke_getMetrics()||[],... class Za (line 1) | class Za extends Map{getOrInsert(e,t){return this.has(e)||this.set(e,t),... method getOrInsert (line 1) | getOrInsert(e,t){return this.has(e)||this.set(e,t),this.get(e)} method getOrInsertComputed (line 1) | getOrInsertComputed(e,t){return this.has(e)||this.set(e,t(e)),this.get... class el (line 1) | class el extends h{agent;loaderIds=[];targetJustAttached=!0;lastPrimaryP... method constructor (line 1) | constructor(e){super(e),e.registerPreloadDispatcher(new tl(this)),this... method dispose (line 1) | dispose(){super.dispose(),W.instance().removeModelListener(ii,ri.Prima... method ensureDocumentPreloadingData (line 1) | ensureDocumentPreloadingData(e){void 0===this.documents.get(e)&&this.d... method currentLoaderId (line 1) | currentLoaderId(){if(this.targetJustAttached)return null;if(0===this.l... method currentDocument (line 1) | currentDocument(){const e=this.currentLoaderId();return null===e?null:... method getRuleSetById (line 1) | getRuleSetById(e){return this.currentDocument()?.ruleSets.getById(e)||... method getAllRuleSets (line 1) | getAllRuleSets(){return this.currentDocument()?.ruleSets.getAll()||[]} method getPreloadCountsByRuleSetId (line 1) | getPreloadCountsByRuleSetId(){const e=new Map;for(const{value:t}of thi... method getPreloadingAttemptById (line 1) | getPreloadingAttemptById(e){const t=this.currentDocument();return null... method getRepresentativePreloadingAttempts (line 1) | getRepresentativePreloadingAttempts(e){const t=this.currentDocument();... method getRepresentativePreloadingAttemptsOfPreviousPage (line 1) | getRepresentativePreloadingAttemptsOfPreviousPage(){if(this.loaderIds.... method getPipelineById (line 1) | getPipelineById(e){const t=this.currentDocument();return null===t?null... method getPipeline (line 1) | getPipeline(e){let t=null;if(null!==e.pipelineId&&(t=this.getPipelineB... method onPrimaryPageChanged (line 1) | onPrimaryPageChanged(e){const{frame:t,type:n}=e.data;if(null===this.la... method onRuleSetUpdated (line 1) | onRuleSetUpdated(e){const t=e.ruleSet,n=t.loaderId;null===this.current... method onRuleSetRemoved (line 1) | onRuleSetRemoved(e){const t=e.id;for(const e of this.documents.values(... method onPreloadingAttemptSourcesUpdated (line 1) | onPreloadingAttemptSourcesUpdated(e){const t=e.loaderId;this.ensureDoc... method onPrefetchStatusUpdated (line 1) | onPrefetchStatusUpdated(e){if("PrefetchEvictedAfterCandidateRemoved"==... method onPrerenderStatusUpdated (line 1) | onPrerenderStatusUpdated(e){const t=e.key.loaderId;this.ensureDocument... method onPreloadEnabledStateUpdated (line 1) | onPreloadEnabledStateUpdated(e){this.dispatchEventToListeners("Warning... class tl (line 1) | class tl{model;constructor(e){this.model=e}ruleSetUpdated(e){this.model.... method constructor (line 1) | constructor(e){this.model=e} method ruleSetUpdated (line 1) | ruleSetUpdated(e){this.model.onRuleSetUpdated(e)} method ruleSetRemoved (line 1) | ruleSetRemoved(e){this.model.onRuleSetRemoved(e)} method preloadingAttemptSourcesUpdated (line 1) | preloadingAttemptSourcesUpdated(e){this.model.onPreloadingAttemptSourc... method prefetchStatusUpdated (line 1) | prefetchStatusUpdated(e){this.model.onPrefetchStatusUpdated(e)} method prerenderStatusUpdated (line 1) | prerenderStatusUpdated(e){this.model.onPrerenderStatusUpdated(e)} method preloadEnabledStateUpdated (line 1) | preloadEnabledStateUpdated(e){this.model.onPreloadEnabledStateUpdated(e)} class nl (line 1) | class nl{ruleSets=new rl;preloadingAttempts=new al;sources=new ll;mergeP... method mergePrevious (line 1) | mergePrevious(e){if(!this.ruleSets.isEmpty()||!this.sources.isEmpty())... class rl (line 1) | class rl{map=new Map;isEmpty(){return 0===this.map.size}getById(e){retur... method isEmpty (line 1) | isEmpty(){return 0===this.map.size} method getById (line 1) | getById(e){return this.map.get(e)||null} method getAll (line 1) | getAll(){return Array.from(this.map.entries()).map((([e,t])=>({id:e,va... method upsert (line 1) | upsert(e){this.map.set(e.id,e)} method delete (line 1) | delete(e){this.map.delete(e)} function sl (line 1) | function sl(e){switch(e){case"Pending":return"Pending";case"Running":ret... function il (line 1) | function il(e){let t,n;switch(e.action){case"Prefetch":t="Prefetch";brea... class ol (line 1) | class ol{inner;constructor(e){if(0===e.size)throw new Error("unreachable... method constructor (line 1) | constructor(e){if(0===e.size)throw new Error("unreachable");this.inner=e} method newFromAttemptsForTesting (line 1) | static newFromAttemptsForTesting(e){const t=new Map;for(const n of e)t... method getOriginallyTriggered (line 1) | getOriginallyTriggered(){const e=this.getPrerender()||this.getPrefetch... method getPrefetch (line 1) | getPrefetch(){return this.inner.get("Prefetch")||null} method getPrerender (line 1) | getPrerender(){return this.inner.get("Prerender")||null} method getAttempts (line 1) | getAttempts(){const e=[],t=this.getPrefetch();null!==t&&e.push(t);cons... class al (line 1) | class al{map=new Map;pipelines=new Za;enrich(e,t){let n=[],r=[];return n... method enrich (line 1) | enrich(e,t){let n=[],r=[];return null!==t&&(n=t.ruleSetIds,r=t.nodeIds... method isAttemptRepresentative (line 1) | isAttemptRepresentative(e){function t(e){switch(e){case"Prefetch":retu... method getById (line 1) | getById(e,t){const n=this.map.get(e)||null;return null===n?null:this.e... method getAllRepresentative (line 1) | getAllRepresentative(e,t){return[...this.map.entries()].map((([e,n])=>... method getPipeline (line 1) | getPipeline(e,t){const n=this.pipelines.get(e);if(void 0===n||0===n.si... method upsert (line 1) | upsert(e){const t=il(e.key);this.map.set(t,e),null!==e.pipelineId&&thi... method reconstructPipelines (line 1) | reconstructPipelines(){this.pipelines.clear();for(const[e,t]of this.ma... method maybeRegisterNotTriggered (line 1) | maybeRegisterNotTriggered(e){for(const[t,{key:n}]of e.entries()){if(vo... method cleanUpRemovedAttempts (line 1) | cleanUpRemovedAttempts(e){const t=Array.from(this.map.keys()).filter((... method mergePrevious (line 1) | mergePrevious(e){for(const[t,n]of this.map.entries())e.map.set(t,n);th... class ll (line 1) | class ll{map=new Map;entries(){return this.map.entries()}isEmpty(){retur... method entries (line 1) | entries(){return this.map.entries()} method isEmpty (line 1) | isEmpty(){return 0===this.map.size} method getById (line 1) | getById(e){return this.map.get(e)||null} method update (line 1) | update(e){this.map=new Map(e.map((e=>[il(e.key),e])))} method constructor (line 1) | constructor(e){super(e),a.rnPerfMetrics.fuseboxSetClientMetadataStarted(... method ensureEnabled (line 1) | ensureEnabled(){this.#yr||(this.#Ks.invoke_enable().then((e=>{const t=e.... method metadataUpdated (line 1) | metadataUpdated(e){this.metadataCached=e,this.dispatchEventToListeners("... method systemStateChanged (line 1) | systemStateChanged(e){this.dispatchEventToListeners("SystemStateChanged"... method traceRequested (line 1) | traceRequested(){a.rnPerfMetrics.traceRequested(),this.dispatchEventToLi... class hl (line 1) | class hl extends h{enabled=!1;storageAgent;storageKeyManager;bucketsById... method constructor (line 1) | constructor(e){super(e),e.registerStorageDispatcher(this),this.storage... method getBuckets (line 1) | getBuckets(){return new Set(this.bucketsById.values())} method getBucketsForStorageKey (line 1) | getBucketsForStorageKey(e){const t=[...this.bucketsById.values()];retu... method getDefaultBucketForStorageKey (line 1) | getDefaultBucketForStorageKey(e){return[...this.bucketsById.values()].... method getBucketById (line 1) | getBucketById(e){return this.bucketsById.get(e)??null} method getBucketByName (line 1) | getBucketByName(e,t){if(!t)return this.getDefaultBucketForStorageKey(e... method deleteBucket (line 1) | deleteBucket(e){this.storageAgent.invoke_deleteStorageBucket({bucket:e})} method enable (line 1) | enable(){if(!this.enabled){if(this.storageKeyManager){this.storageKeyM... method storageKeyAdded (line 1) | storageKeyAdded(e){this.addStorageKey(e.data)} method storageKeyRemoved (line 1) | storageKeyRemoved(e){this.removeStorageKey(e.data)} method addStorageKey (line 1) | addStorageKey(e){if(this.trackedStorageKeys.has(e))throw new Error("Ca... method removeStorageKey (line 1) | removeStorageKey(e){if(!this.trackedStorageKeys.has(e))throw new Error... method bucketAdded (line 1) | bucketAdded(e){this.bucketsById.set(e.id,e),this.dispatchEventToListen... method bucketRemoved (line 1) | bucketRemoved(e){this.bucketsById.delete(e.id),this.dispatchEventToLis... method bucketChanged (line 1) | bucketChanged(e){this.dispatchEventToListeners("BucketChanged",{model:... method bucketInfosAreEqual (line 1) | bucketInfosAreEqual(e,t){return e.bucket.storageKey===t.bucket.storage... method storageBucketCreatedOrUpdated (line 1) | storageBucketCreatedOrUpdated({bucketInfo:e}){const t=this.getBucketBy... method storageBucketDeleted (line 1) | storageBucketDeleted({bucketId:e}){const t=this.getBucketById(e);if(!t... method attributionReportingTriggerRegistered (line 1) | attributionReportingTriggerRegistered(e){} method interestGroupAccessed (line 1) | interestGroupAccessed(e){} method interestGroupAuctionEventOccurred (line 1) | interestGroupAuctionEventOccurred(e){} method interestGroupAuctionNetworkRequestCreated (line 1) | interestGroupAuctionNetworkRequestCreated(e){} method indexedDBListUpdated (line 1) | indexedDBListUpdated(e){} method indexedDBContentUpdated (line 1) | indexedDBContentUpdated(e){} method cacheStorageListUpdated (line 1) | cacheStorageListUpdated(e){} method cacheStorageContentUpdated (line 1) | cacheStorageContentUpdated(e){} method sharedStorageAccessed (line 1) | sharedStorageAccessed(e){} method attributionReportingSourceRegistered (line 1) | attributionReportingSourceRegistered(e){} class fl (line 1) | class fl extends h{cacheAgent;#hh;#uh;#gh=new Map;#ph=new Set;#mh=new Se... method constructor (line 1) | constructor(e){super(e),e.registerStorageDispatcher(this),this.cacheAg... method enable (line 1) | enable(){if(!this.#yr){this.#uh.addEventListener("BucketAdded",this.st... method clearForStorageKey (line 1) | clearForStorageKey(e){for(const[t,n]of this.#gh.entries())n.storageKey... method refreshCacheNames (line 1) | refreshCacheNames(){for(const e of this.#gh.values())this.cacheRemoved... method deleteCache (line 1) | async deleteCache(e){const t=await this.cacheAgent.invoke_deleteCache(... method deleteCacheEntry (line 1) | async deleteCacheEntry(t,n){const r=await this.cacheAgent.invoke_delet... method loadCacheData (line 1) | loadCacheData(e,t,n,r,s){this.requestEntries(e,t,n,r,s)} method loadAllCacheData (line 1) | loadAllCacheData(e,t,n){this.requestAllEntries(e,t,n)} method caches (line 1) | caches(){return[...this.#gh.values()]} method dispose (line 1) | dispose(){for(const e of this.#gh.values())this.cacheRemoved(e);this.#... method addStorageBucket (line 1) | addStorageBucket(e){this.loadCacheNames(e),this.#ph.has(e.storageKey)|... method removeStorageBucket (line 1) | removeStorageBucket(e){let t=0;for(const[n,r]of this.#gh.entries())e.s... method loadCacheNames (line 1) | async loadCacheNames(e){const t=await this.cacheAgent.invoke_requestCa... method updateCacheNames (line 1) | updateCacheNames(e,t){const n=new Set,r=new Map,s=new Map;for(const e ... method storageBucketAdded (line 1) | storageBucketAdded({data:{bucketInfo:{bucket:e}}}){this.addStorageBuck... method storageBucketRemoved (line 1) | storageBucketRemoved({data:{bucketInfo:{bucket:e}}}){this.removeStorag... method cacheAdded (line 1) | cacheAdded(e){this.dispatchEventToListeners("CacheAdded",{model:this,c... method cacheRemoved (line 1) | cacheRemoved(e){this.dispatchEventToListeners("CacheRemoved",{model:th... method requestEntries (line 1) | async requestEntries(e,t,n,r,s){const i=await this.cacheAgent.invoke_r... method requestAllEntries (line 1) | async requestAllEntries(e,t,n){const r=await this.cacheAgent.invoke_re... method cacheStorageListUpdated (line 1) | cacheStorageListUpdated({bucketId:e}){const t=this.#uh.getBucketById(e... method cacheStorageContentUpdated (line 1) | cacheStorageContentUpdated({bucketId:e,cacheName:t}){const n=this.#uh.... method attributionReportingTriggerRegistered (line 1) | attributionReportingTriggerRegistered(e){} method indexedDBListUpdated (line 1) | indexedDBListUpdated(e){} method indexedDBContentUpdated (line 1) | indexedDBContentUpdated(e){} method interestGroupAuctionEventOccurred (line 1) | interestGroupAuctionEventOccurred(e){} method interestGroupAccessed (line 1) | interestGroupAccessed(e){} method interestGroupAuctionNetworkRequestCreated (line 1) | interestGroupAuctionNetworkRequestCreated(e){} method sharedStorageAccessed (line 1) | sharedStorageAccessed(e){} method storageBucketCreatedOrUpdated (line 1) | storageBucketCreatedOrUpdated(e){} method storageBucketDeleted (line 1) | storageBucketDeleted(e){} method setThrottlerSchedulesAsSoonAsPossibleForTest (line 1) | setThrottlerSchedulesAsSoonAsPossibleForTest(){this.#bh=!0} method attributionReportingSourceRegistered (line 1) | attributionReportingSourceRegistered(e){} class bl (line 1) | class bl{#ls;storageKey;storageBucket;cacheName;cacheId;constructor(e,t,... method constructor (line 1) | constructor(e,t,n,r){this.#ls=e,this.storageBucket=t,this.storageKey=t... method inBucket (line 1) | inBucket(e){return this.storageKey===e.storageKey&&this.storageBucket.... method equals (line 1) | equals(e){return this.cacheId===e.cacheId} method toString (line 1) | toString(){return this.storageKey+this.cacheName} method requestCachedResponse (line 1) | async requestCachedResponse(e,t){const n=await this.#ls.cacheAgent.inv... class kl (line 1) | class kl extends h{#Ks;#yh=new Map;#yr=!1;#vh;serviceWorkerNetworkReques... method constructor (line 1) | constructor(t){super(t),t.registerServiceWorkerDispatcher(new Cl(this)... method enable (line 1) | async enable(){this.#yr||(this.#yr=!0,await this.#Ks.invoke_enable())} method disable (line 1) | async disable(){this.#yr&&(this.#yr=!1,this.#yh.clear(),await this.#Ks... method registrations (line 1) | registrations(){return this.#yh} method findVersion (line 1) | findVersion(e){for(const t of this.registrations().values()){const n=t... method deleteRegistration (line 1) | deleteRegistration(e){const t=this.#yh.get(e);if(t){if(t.isRedundant()... method updateRegistration (line 1) | async updateRegistration(e){const t=this.#yh.get(e);t&&await this.#Ks.... method deliverPushMessage (line 1) | async deliverPushMessage(t,n){const r=this.#yh.get(t);if(!r)return;con... method dispatchSyncEvent (line 1) | async dispatchSyncEvent(t,n,r){const s=this.#yh.get(t);if(!s)return;co... method dispatchPeriodicSyncEvent (line 1) | async dispatchPeriodicSyncEvent(t,n){const r=this.#yh.get(t);if(!r)ret... method unregister (line 1) | async unregister(e){await this.#Ks.invoke_unregister({scopeURL:e})} method startWorker (line 1) | async startWorker(e){await this.#Ks.invoke_startWorker({scopeURL:e})} method skipWaiting (line 1) | async skipWaiting(e){await this.#Ks.invoke_skipWaiting({scopeURL:e})} method stopWorker (line 1) | async stopWorker(e){await this.#Ks.invoke_stopWorker({versionId:e})} method inspectWorker (line 1) | async inspectWorker(e){await this.#Ks.invoke_inspectWorker({versionId:... method workerRegistrationUpdated (line 1) | workerRegistrationUpdated(e){for(const t of e){let e=this.#yh.get(t.re... method workerVersionUpdated (line 1) | workerVersionUpdated(e){const t=new Set;for(const n of e){const e=this... method workerErrorReported (line 1) | workerErrorReported(e){const t=this.#yh.get(e.registrationId);t&&(t.er... method forceUpdateSettingChanged (line 1) | forceUpdateSettingChanged(){const e=this.#vh.get();this.#Ks.invoke_set... class Cl (line 1) | class Cl{#z;constructor(e){this.#z=e}workerRegistrationUpdated({registra... method constructor (line 1) | constructor(e){this.#z=e} method workerRegistrationUpdated (line 1) | workerRegistrationUpdated({registrations:e}){this.#z.workerRegistratio... method workerVersionUpdated (line 1) | workerVersionUpdated({versions:e}){this.#z.workerVersionUpdated(e)} method workerErrorReported (line 1) | workerErrorReported({errorMessage:e}){this.#z.workerErrorReported(e)} class xl (line 1) | class xl{runningStatus;status;lastUpdatedTimestamp;previousState;constru... method constructor (line 1) | constructor(e,t,n,r){this.runningStatus=e,this.status=t,this.lastUpdat... class Rl (line 1) | class Rl{condition;source;id;constructor(e,t,n){this.condition=e,this.so... method constructor (line 1) | constructor(e,t,n){this.condition=e,this.source=t,this.id=n} class Tl (line 1) | class Tl{id;scriptURL;parsedURL;securityOrigin;scriptLastModified;script... method constructor (line 1) | constructor(e,t){this.registration=e,this.update(t)} method update (line 1) | update(t){this.id=t.versionId,this.scriptURL=t.scriptURL;const n=new e... method isStartable (line 1) | isStartable(){return!this.registration.isDeleted&&this.isActivated()&&... method isStoppedAndRedundant (line 1) | isStoppedAndRedundant(){return"stopped"===this.runningStatus&&"redunda... method isStopped (line 1) | isStopped(){return"stopped"===this.runningStatus} method isStarting (line 1) | isStarting(){return"starting"===this.runningStatus} method isRunning (line 1) | isRunning(){return"running"===this.runningStatus} method isStopping (line 1) | isStopping(){return"stopping"===this.runningStatus} method isNew (line 1) | isNew(){return"new"===this.status} method isInstalling (line 1) | isInstalling(){return"installing"===this.status} method isInstalled (line 1) | isInstalled(){return"installed"===this.status} method isActivating (line 1) | isActivating(){return"activating"===this.status} method isActivated (line 1) | isActivated(){return"activated"===this.status} method isRedundant (line 1) | isRedundant(){return"redundant"===this.status} method status (line 1) | get status(){return this.currentState.status} method runningStatus (line 1) | get runningStatus(){return this.currentState.runningStatus} method mode (line 1) | mode(){return this.isNew()||this.isInstalling()?"installing":this.isIn... method parseJSONRules (line 1) | parseJSONRules(e){try{const t=JSON.parse(e);if(!Array.isArray(t))retur... class Ml (line 1) | class Ml{#Ih;id;scopeURL;securityOrigin;isDeleted;versions=new Map;delet... method constructor (line 1) | constructor(e){this.update(e)} method update (line 1) | update(t){this.#Ih=Symbol("fingerprint"),this.id=t.registrationId,this... method fingerprint (line 1) | fingerprint(){return this.#Ih} method versionsByMode (line 1) | versionsByMode(){const e=new Map;for(const t of this.versions.values()... method updateVersion (line 1) | updateVersion(e){this.#Ih=Symbol("fingerprint");let t=this.versions.ge... method isRedundant (line 1) | isRedundant(){for(const e of this.versions.values())if(!e.isStoppedAnd... method shouldBeRemoved (line 1) | shouldBeRemoved(){return this.isRedundant()&&(!this.errors.length||thi... method canBeRemoved (line 1) | canBeRemoved(){return this.isDeleted||this.deleting} class Pl (line 1) | class Pl{#$n;#wh;#Sh=new Map;constructor(e,t){this.#$n=e,this.#wh=t,t.ad... method constructor (line 1) | constructor(e,t){this.#$n=e,this.#wh=t,t.addEventListener("Registratio... method registrationsUpdated (line 1) | registrationsUpdated(){this.#Sh.clear();const e=this.#wh.registrations... method executionContextCreated (line 1) | executionContextCreated(e){const t=e.data,n=this.serviceWorkerTargetId... method serviceWorkerTargetId (line 1) | serviceWorkerTargetId(e){return e.parentTarget()!==this.#$n||e.type()!... method updateAllContextLabels (line 1) | updateAllContextLabels(){for(const e of W.instance().targets()){const ... method updateContextLabel (line 1) | updateContextLabel(t,n){if(!n)return void t.setLabel("");const r=e.Par... method ServiceWorkerVersion (line 1) | get ServiceWorkerVersion(){return Tl} class Ll (line 1) | class Ll extends h{#Ks;constructor(e){super(e),this.#Ks=e.webAuthnAgent(... method constructor (line 1) | constructor(e){super(e),this.#Ks=e.webAuthnAgent(),e.registerWebAuthnD... method setVirtualAuthEnvEnabled (line 1) | setVirtualAuthEnvEnabled(e){return e?this.#Ks.invoke_enable({enableUI:... method addAuthenticator (line 1) | async addAuthenticator(e){return(await this.#Ks.invoke_addVirtualAuthe... method removeAuthenticator (line 1) | async removeAuthenticator(e){await this.#Ks.invoke_removeVirtualAuthen... method setAutomaticPresenceSimulation (line 1) | async setAutomaticPresenceSimulation(e,t){await this.#Ks.invoke_setAut... method getCredentials (line 1) | async getCredentials(e){return(await this.#Ks.invoke_getCredentials({a... method removeCredential (line 1) | async removeCredential(e,t){await this.#Ks.invoke_removeCredential({au... method credentialAdded (line 1) | credentialAdded(e){this.dispatchEventToListeners("CredentialAdded",e)} method credentialAsserted (line 1) | credentialAsserted(e){this.dispatchEventToListeners("CredentialAsserte... method credentialDeleted (line 1) | credentialDeleted(e){this.dispatchEventToListeners("CredentialDeleted"... method credentialUpdated (line 1) | credentialUpdated(e){this.dispatchEventToListeners("CredentialUpdated"... class Al (line 1) | class Al{#ls;constructor(e){this.#ls=e}credentialAdded(e){this.#ls.crede... method constructor (line 1) | constructor(e){this.#ls=e} method credentialAdded (line 1) | credentialAdded(e){this.#ls.credentialAdded(e)} method credentialAsserted (line 1) | credentialAsserted(e){this.#ls.credentialAsserted(e)} method credentialDeleted (line 1) | credentialDeleted(e){this.#ls.credentialDeleted(e)} method credentialUpdated (line 1) | credentialUpdated(e){this.#ls.credentialUpdated(e)} FILE: packages/debugger-frontend/dist/third-party/front_end/devtools_compatibility.js method constructor (line 16) | constructor() { method embedderMessageAck (line 54) | embedderMessageAck(id, arg) { method sendMessageToEmbedder (line 67) | sendMessageToEmbedder(method, args, callback) { method _dispatchOnInspectorFrontendAPI (line 83) | _dispatchOnInspectorFrontendAPI(method, args) { method addExtensions (line 99) | addExtensions(extensions) { method setOriginsForbiddenForExtensions (line 116) | setOriginsForbiddenForExtensions(forbiddenOrigins) { method getOriginsForbiddenForExtensions (line 123) | getOriginsForbiddenForExtensions() { method appendedToURL (line 130) | appendedToURL(url) { method canceledSaveURL (line 137) | canceledSaveURL(url) { method contextMenuCleared (line 141) | contextMenuCleared() { method contextMenuItemSelected (line 148) | contextMenuItemSelected(id) { method deviceCountUpdated (line 155) | deviceCountUpdated(count) { method devicesDiscoveryConfigChanged (line 162) | devicesDiscoveryConfigChanged(config) { method devicesPortForwardingStatusChanged (line 169) | devicesPortForwardingStatusChanged(status) { method devicesUpdated (line 176) | devicesUpdated(devices) { method dispatchMessage (line 183) | dispatchMessage(message) { method dispatchMessageChunk (line 191) | dispatchMessageChunk(messageChunk, messageSize) { method enterInspectElementMode (line 195) | enterInspectElementMode() { method eyeDropperPickedColor (line 202) | eyeDropperPickedColor(color) { method fileSystemsLoaded (line 209) | fileSystemsLoaded(fileSystems) { method fileSystemRemoved (line 216) | fileSystemRemoved(fileSystemPath) { method fileSystemAdded (line 224) | fileSystemAdded(error, fileSystem) { method fileSystemFilesChangedAddedRemoved (line 233) | fileSystemFilesChangedAddedRemoved(changedPaths, addedPaths, removedPath... method indexingTotalWorkCalculated (line 249) | indexingTotalWorkCalculated(requestId, fileSystemPath, totalWork) { method indexingWorked (line 258) | indexingWorked(requestId, fileSystemPath, worked) { method indexingDone (line 266) | indexingDone(requestId, fileSystemPath) { method keyEventUnhandled (line 273) | keyEventUnhandled(event) { method setAddExtensionCallback (line 281) | setAddExtensionCallback(callback) { method reloadInspectedPage (line 292) | reloadInspectedPage(hard) { method revealSourceLine (line 301) | revealSourceLine(url, lineNumber, columnNumber) { method savedURL (line 309) | savedURL(url, fileSystemPath) { method searchCompleted (line 318) | searchCompleted(requestId, fileSystemPath, files) { method colorThemeChanged (line 322) | colorThemeChanged() { method setInspectedTabId (line 329) | setInspectedTabId(tabId) { method setInitialTargetId (line 343) | setInitialTargetId(targetId) { method getInspectedTabId (line 350) | getInspectedTabId() { method setUseSoftMenu (line 357) | setUseSoftMenu(useSoftMenu) { method showPanel (line 364) | showPanel(panelName) { method streamWrite (line 373) | streamWrite(id, chunk, encoded) { method _decodeBase64 (line 381) | _decodeBase64(chunk) { method getSelectionBackgroundColor (line 455) | getSelectionBackgroundColor() { method getSelectionForegroundColor (line 462) | getSelectionForegroundColor() { method getInactiveSelectionBackgroundColor (line 469) | getInactiveSelectionBackgroundColor() { method getInactiveSelectionForegroundColor (line 476) | getInactiveSelectionForegroundColor() { method platform (line 484) | platform() { method loadCompleted (line 491) | loadCompleted() { method bringToFront (line 505) | bringToFront() { method closeWindow (line 512) | closeWindow() { method setIsDocked (line 521) | setIsDocked(isDocked, callback) { method showSurvey (line 530) | showSurvey(trigger, callback) { method canShowSurvey (line 539) | canShowSurvey(trigger, callback) { method setInspectedPageBounds (line 548) | setInspectedPageBounds(bounds) { method inspectElementCompleted (line 555) | inspectElementCompleted() { method loadNetworkResource (line 566) | loadNetworkResource(url, headers, streamId, callback) { method registerPreference (line 576) | registerPreference(name, options) { method getPreferences (line 584) | getPreferences(callback) { method getPreference (line 593) | getPreference(name, callback) { method setPreference (line 602) | setPreference(name, value) { method removePreference (line 610) | removePreference(name) { method clearPreferences (line 617) | clearPreferences() { method getSyncInformation (line 625) | getSyncInformation(callback) { method getHostConfig (line 633) | getHostConfig(callback) { method hostConfigNewToOld (line 646) | hostConfigNewToOld(newConfig) { method setInjectedScriptForOrigin (line 681) | setInjectedScriptForOrigin(origin, script) { method inspectedURLChanged (line 689) | inspectedURLChanged(url) { method copyText (line 697) | copyText(text) { method openInNewTab (line 705) | openInNewTab(url) { method openSearchResultsInNewTab (line 713) | openSearchResultsInNewTab(query) { method showItemInFolder (line 721) | showItemInFolder(fileSystemPath) { method save (line 732) | save(url, content, forceSaveAs, isBase64) { method append (line 741) | append(url, content) { method close (line 749) | close(url) { method sendMessageToBackend (line 756) | sendMessageToBackend(message) { method recordCountHistogram (line 768) | recordCountHistogram(histogramName, sample, min, exclusiveMax, bucketSiz... method recordEnumeratedHistogram (line 779) | recordEnumeratedHistogram(actionName, actionCode, bucketSize) { method recordPerformanceHistogram (line 791) | recordPerformanceHistogram(histogramName, duration) { method recordUserMetricsAction (line 799) | recordUserMetricsAction(umaName) { method connectAutomaticFileSystem (line 806) | connectAutomaticFileSystem(fileSystemPath, fileSystemUUID, addIfMissing,... method disconnectAutomaticFileSystem (line 817) | disconnectAutomaticFileSystem(fileSystemPath) { method requestFileSystems (line 828) | requestFileSystems() { method addFileSystem (line 836) | addFileSystem(type) { method removeFileSystem (line 844) | removeFileSystem(fileSystemPath) { method isolatedFileSystem (line 854) | isolatedFileSystem(fileSystemId, registeredName) { method upgradeDraggedFileSystemPermissions (line 862) | upgradeDraggedFileSystemPermissions(fileSystem) { method indexPath (line 872) | indexPath(requestId, fileSystemPath, excludedFolders) { method stopIndexing (line 883) | stopIndexing(requestId) { method searchInPath (line 893) | searchInPath(requestId, fileSystemPath, query) { method zoomFactor (line 901) | zoomFactor() { method zoomIn (line 908) | zoomIn() { method zoomOut (line 915) | zoomOut() { method resetZoom (line 922) | resetZoom() { method setWhitelistedShortcuts (line 930) | setWhitelistedShortcuts(shortcuts) { method setEyeDropperActive (line 938) | setEyeDropperActive(active) { method showCertificateViewer (line 946) | showCertificateViewer(certChain) { method reattach (line 955) | reattach(callback) { method readyForTest (line 962) | readyForTest() { method connectionReady (line 969) | connectionReady() { method setOpenNewWindowForPopups (line 977) | setOpenNewWindowForPopups(value) { method setDevicesDiscoveryConfig (line 985) | setDevicesDiscoveryConfig(config) { method setDevicesUpdatesEnabled (line 999) | setDevicesUpdatesEnabled(enabled) { method openRemotePage (line 1008) | openRemotePage(browserId, url) { method openNodeFrontend (line 1015) | openNodeFrontend() { method showContextMenuAtPoint (line 1026) | showContextMenuAtPoint(x, y, items, document) { method isHostedMode (line 1034) | isHostedMode() { method setAddExtensionCallback (line 1042) | setAddExtensionCallback(callback) { method recordImpression (line 1050) | recordImpression(impressionEvent) { method recordResize (line 1058) | recordResize(resizeEvent) { method recordClick (line 1066) | recordClick(clickEvent) { method recordHover (line 1074) | recordHover(hoverEvent) { method recordDrag (line 1082) | recordDrag(dragEvent) { method recordChange (line 1090) | recordChange(changeEvent) { method recordKeyDown (line 1098) | recordKeyDown(keyDownEvent) { method recordSettingAccess (line 1106) | recordSettingAccess(settingAccessEvent) { method isUnderTest (line 1116) | isUnderTest() { method sendFrontendAPINotification (line 1124) | sendFrontendAPINotification(message) { method port (line 1131) | port() { method setZoomFactor (line 1139) | setZoomFactor(zoomFactor) { method sendMessageToEmbedder (line 1145) | sendMessageToEmbedder() { method requestSetDockSide (line 1152) | requestSetDockSide(dockSide) { method supportsFileSystems (line 1160) | supportsFileSystems() { method recordActionTaken (line 1168) | recordActionTaken(actionCode) { method recordPanelShown (line 1176) | recordPanelShown(panelCode) { method initialTargetId (line 1183) | initialTargetId() { method doAidaConversation (line 1192) | doAidaConversation(request, streamId, cb) { method registerAidaClientEvent (line 1200) | registerAidaClientEvent(request, cb) { function installObjectObserve (line 1209) | function installObjectObserve() { function keyCodeToKeyIdentifier (line 1529) | function keyCodeToKeyIdentifier(keyCode) { function installBackwardsCompatibility (line 1543) | function installBackwardsCompatibility() { function getRemoteMajorVersion (line 1699) | function getRemoteMajorVersion() { function installExtraStyleRules (line 1715) | function installExtraStyleRules(styleRules) { function createStyleElement (line 1734) | function createStyleElement(styleText) { FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/devtools_app/devtools_app.js method loadView (line 1) | async loadView(){const e=await async function(){return y||(y=await impor... function A (line 1) | async function A(){return R||(R=await import("../../panels/elements/elem... function b (line 1) | function b(e){return void 0===R?[]:e(R)} function x (line 1) | async function x(){return k||(k=await import("../../panels/browser_debug... function L (line 1) | async function L(){return D||(D=await import("../../panels/sources/sourc... function O (line 1) | async function O(){return V||(V=await import("../../panels/network/netwo... function B (line 1) | function B(e){return void 0===V?[]:e(V)} function j (line 1) | async function j(){return _||(_=await import("../../panels/security/secu... function K (line 1) | async function K(){return G||(G=await import("../../panels/emulation/emu... function $ (line 1) | async function $(){return Q||(Q=await import("../../panels/sensors/senso... function se (line 1) | async function se(){return ie||(ie=await import("../../panels/animation/... function we (line 1) | async function we(){return ge||(ge=await import("../../panels/developer_... method loadView (line 1) | async loadView(){const e=await async function(){return ye||(ye=await imp... function Ee (line 1) | async function Ee(){return Re||(Re=await import("../inspector_main/inspe... function Te (line 1) | async function Te(){return fe||(fe=await import("../../panels/applicatio... function Me (line 1) | async function Me(){return Le||(Le=await import("../../panels/issues/iss... function Ye (line 1) | async function Ye(){return Ke||(Ke=await import("../../panels/mobile_thr... function it (line 1) | async function it(){return ot||(ot=await import("../../panels/timeline/t... function nt (line 1) | function nt(e){return void 0===ot?[]:e(ot)} function Rt (line 1) | async function Rt(){return St||(St=await import("../../panels/recorder/r... function Et (line 1) | function Et(e,t){return void 0===St?[]:t&&St.RecorderPanel.RecorderPanel... function kt (line 1) | async function kt(){return Tt||(Tt=await import("../../panels/whats_new/... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/formatter_worker/formatter_worker.js function e (line 1) | function e(e,t,r){for(var n in t||(t={}),e)!e.hasOwnProperty(n)||!1===r&... function t (line 1) | function t(e,t,r,n,i){null==t&&-1==(t=e.search(/[^\s\u00a0]/))&&(t=e.len... function r (line 1) | function r(){} function a (line 1) | function a(t){if("string"==typeof t&&o.hasOwnProperty(t))t=o[t];else if(... function t (line 1) | function t(e){for(var t={},r=0;r0;i--)r.context=r.context.prev;retu... function P (line 1) | function P(e){var t=e.current().toLowerCase();o=g.hasOwnProperty(t)?"ato... function v (line 1) | function v(e,t){for(var r,n=!1;null!=(r=e.next());){if(n&&"/"==r){t.toke... method constructor (line 1) | constructor(e,t,r,n,i,o){this.name=e,this.startOffset=t,this.endOffset... function u (line 1) | function u(e,t){function r(r){return t.tokenize=r,r(e,t)}var n=e.next();... method constructor (line 1) | constructor(e){this.#T=e} method format (line 1) | format(e,t,n,i){this.#C=n,this.#L=i,this.#E=e.substring(this.#C,this.#... method #z (line 1) | #z(e,t){for(let r=0;r"==i||"/"==i&&e.eat(">"))return ... function f (line 1) | function f(e,t){return function(r,n){for(;!r.eol();){if(r.match(t)){n.to... method constructor (line 1) | constructor(e){this.builder=e,this.lastLine=-1} method format (line 1) | format(e,t,r,n){this.lineEndings=t,this.fromOffset=r,this.toOffset=n,t... method tokenCallback (line 1) | tokenCallback(e,t,r){switch(e.charAt(0)){case"{":case"[":"}"===this.te... function h (line 1) | function h(e){return function(t,r){for(var n;null!=(n=t.next());){if("<"... function m (line 1) | function m(e,t,r){this.prev=e.context,this.tagName=t||"",this.indent=e.i... method constructor (line 1) | constructor(e){this.#T=e,this.#M=new u(e),this.#A=new f(e),this.#V=new... method format (line 1) | format(e,t){this.#_=e,this.#D=t,this.#B=new g(e),this.#F(this.#B.docum... method #q (line 1) | #q(e,t){if(!this.#B)return;let r=this.#B.peekToken();for(;r&&r.startOf... method #F (line 1) | #F(e){if(!e.openTag||!e.closeTag)throw new Error("Element is missing o... method #W (line 1) | #W(e){this.#B&&e.children.length&&e!==this.#B.document()&&this.#T.addN... method #K (line 1) | #K(e){this.#B&&e.children.length&&e!==this.#B.document()&&(this.#T.inc... method #$ (line 1) | #$(e){this.#B&&e.children.length&&e!==this.#B.document()&&(this.#T.dec... method #R (line 1) | #R(e){this.#T.addNewLine()} method #P (line 1) | #P(t,r){if(e.StringUtilities.isWhitespace(r.value))return;if(b(r.type,... function b (line 1) | function b(e){e.context&&(e.context=e.context.prev)} function g (line 1) | function g(e,t){for(var r;;){if(!e.context)return;if(r=e.context.tagName... method constructor (line 1) | constructor(e){this.#H=new x("document"),this.#H.openTag=new v("docume... method #re (line 1) | #re(e){const t=z("text/html");let r=0,n=0,i=null;const o=e=>{this.#n.p... method #ne (line 1) | #ne(e){const t=e.value,r=e.type;switch(this.#U){case"Initial":return v... method #oe (line 1) | #oe(e){this.#Z="",this.#ee=e.startOffset,this.#te=null,this.#J=new Map... method #ae (line 1) | #ae(e){this.#te=e.endOffset;const t="/>"===e.value||k.has(this.#Z),r=n... method #se (line 1) | #se(e){if(e.isOpenTag){const t=this.#Y[this.#Y.length-1];if(t){const n... method #ie (line 1) | #ie(e){const t=this.#Y.pop();t&&(t.closeTag=e)} method #le (line 1) | #le(e){const t=this.#Y[this.#Y.length-1],r=new x(e.name);t&&(r.parent=... method peekToken (line 1) | peekToken(){return this.#G{this.#n.p... method #ne (line 1) | #ne(e){const t=e.value,r=e.type;switch(this.#U){case"Initial":return v... method #oe (line 1) | #oe(e){this.#Z="",this.#ee=e.startOffset,this.#te=null,this.#J=new Map... method #ae (line 1) | #ae(e){this.#te=e.endOffset;const t="/>"===e.value||k.has(this.#Z),r=n... method #se (line 1) | #se(e){if(e.isOpenTag){const t=this.#Y[this.#Y.length-1];if(t){const n... method #ie (line 1) | #ie(e){const t=this.#Y.pop();t&&(t.closeTag=e)} method #le (line 1) | #le(e){const t=this.#Y[this.#Y.length-1],r=new x(e.name);t&&(r.parent=... method peekToken (line 1) | peekToken(){return this.#G=0;e--)S.cc.push(arguments[e])} method constructor (line 1) | constructor(e){this.builder=e} method format (line 1) | format(e,t,r,n){const i=e.substring(r,n);this.builder.addToken(i,r)} function N (line 1) | function N(){return T.apply(null,arguments),!0} method constructor (line 1) | constructor(e,t,r){this.start=e,this.end=t,this.parent=r,r&&r.children... method export (line 1) | export(){const e=[];for(const t of this.variables){const r=[];for(cons... method addVariable (line 1) | addVariable(e,t,r,n){const i=this.variables.get(e),o={offset:t,scope:t... method findBinders (line 1) | findBinders(e){const t=[];let r=this;for(;null!==r;){const n=r.variabl... method #ce (line 1) | #ce(e,t){const r=this.variables.get(e);r?(r.uses.push(...t.uses),2===t... method finalizeToParent (line 1) | finalizeToParent(e){if(!this.parent)throw console.error("Internal erro... function E (line 1) | function E(e,t){for(var r=t;r;r=r.next)if(r.name==e)return!0;return!1} method constructor (line 1) | constructor(e){this.#fe=e,this.#de=new N(e.start,e.end,null),this.#pe=... method run (line 1) | run(){return this.#he(this.#fe),this.#de} method #he (line 1) | #he(e){if(null!==e)switch(e.type){case"AwaitExpression":case"SpreadEle... method getFreeVariables (line 1) | getFreeVariables(){const e=new Map;for(const[t,r]of this.#de.variables... method getAllNames (line 1) | getAllNames(){return this.#ue} method #me (line 1) | #me(e,t){this.#pe=new N(e,t,this.#pe)} method #ge (line 1) | #ge(e){if(null===this.#pe.parent)throw console.error("Internal error: ... method #ye (line 1) | #ye(e,t,r=0,n=!1){this.#ue.add(e),this.#pe.addVariable(e,t,r,n)} method #be (line 1) | #be(e,t,r){if(null!==r)switch(r.type){case"ArrayPattern":r.elements.fo... method #ke (line 1) | #ke(e,t){this.#be(e,!1,t.id),this.#he(t.init??null)} function C (line 1) | function C(e){var t=S.state;if(S.marked="def",c){if(t.context)if("var"==... function O (line 1) | function O(e,t){if(t){if(t.block){var r=O(e,t.prev);return r?r==t.prev?t... function L (line 1) | function L(e){return"public"==e||"private"==e||"protected"==e||"abstract... function z (line 1) | function z(e,t,r){this.prev=e,this.vars=t,this.block=r} function P (line 1) | function P(e,t){this.name=e,this.next=t} function j (line 1) | function j(){S.state.context=new z(S.state.context,S.state.localVars,!1)... method constructor (line 1) | constructor(e){this.#T=e,this.#we=-1,this.#U={eatWhitespace:void 0,see... method format (line 1) | format(e,t,r,n){this.#D=t,this.#C=r,this.#L=n,this.#U={eatWhitespace:v... method #ve (line 1) | #ve(t,r,n){n+=this.#C;const i=e.ArrayUtilities.lowerBound(this.#D,n,e.... function M (line 1) | function M(){S.state.context=new z(S.state.context,S.state.localVars,!0)... function A (line 1) | function A(){S.state.localVars=S.state.context.vars,S.state.context=S.st... function V (line 1) | function V(e,t){var r=function(){var r=S.state,n=r.indented;if("stat"==r... function _ (line 1) | function _(){var e=S.state;e.lexical.prev&&(")"==e.lexical.type&&(e.inde... function D (line 1) | function D(e){return function t(r){return r==e?N():";"==e||"}"==r||")"==... function B (line 1) | function B(e,t){return"var"==e?N(V("vardef",t),ve,D(";"),_):"keyword a"=... function F (line 1) | function F(e){if("("==e)return N(Me,D(")"))} function q (line 1) | function q(e,t){return $(e,t,!1)} function W (line 1) | function W(e,t){return $(e,t,!0)} function K (line 1) | function K(e){return"("!=e?T():N(V(")"),R,D(")"),_)} function $ (line 1) | function $(e,t,r){if(S.state.fatArrowAt==S.stream.start){var n=r?X:J;if(... function R (line 1) | function R(e){return e.match(/[;\}\)\],]/)?T():T(q)} function U (line 1) | function U(e,t){return","==e?N(R):H(e,t,!1)} function H (line 1) | function H(e,t,r){var n=0==r?U:H,i=0==r?q:W;return"=>"==e?N(j,r?X:J,A):"... function Y (line 1) | function Y(e,t){return"quasi"!=e?T():"${"!=t.slice(t.length-2)?N(Y):N(q,G)} function G (line 1) | function G(e){if("}"==e)return S.marked="string-2",S.state.tokenize=k,N(Y)} function J (line 1) | function J(e){return y(S.stream,S.state),T("{"==e?B:q)} function X (line 1) | function X(e){return y(S.stream,S.state),T("{"==e?B:W)} function Z (line 1) | function Z(e,t){if("target"==t)return S.marked="keyword",N(U)} function Q (line 1) | function Q(e,t){if("target"==t)return S.marked="keyword",N(H)} function ee (line 1) | function ee(e){return":"==e?N(_,B):T(U,D(";"),_)} function te (line 1) | function te(e){if("variable"==e)return S.marked="property",N()} function re (line 1) | function re(e,t){return"async"==e?(S.marked="property",N(re)):"variable"... function ne (line 1) | function ne(e){return"variable"!=e?T(ie):(S.marked="property",N(Pe))} function ie (line 1) | function ie(e){return":"==e?N(W):"("==e?T(Pe):void 0} function oe (line 1) | function oe(e,t,r){function n(i,o){if(r?r.indexOf(i)>-1:","==i){var a=S.... function ae (line 1) | function ae(e,t,r){for(var n=3;n"==e)return N(pe)} function he (line 1) | function he(e){return e.match(/[\}\)\]]/)?N():","==e||";"==e?N(he):T(me,... function me (line 1) | function me(e,t){return"variable"==e||"keyword"==S.style?(S.marked="prop... function be (line 1) | function be(e,t){return"variable"==e&&S.stream.match(/^\s*[?:]/,!1)||"?"... function ge (line 1) | function ge(e,t){return"<"==t?N(V(">"),oe(pe,">"),_,ge):"|"==t||"."==e||... function ke (line 1) | function ke(e,t){if("<"==t)return N(V(">"),oe(pe,">"),_,ge)} function ye (line 1) | function ye(){return T(pe,we)} function we (line 1) | function we(e,t){if("="==t)return N(pe)} function ve (line 1) | function ve(e,t){return"enum"==t?(S.marked="keyword",N(Ye)):T(xe,le,Ne,Ee)} function xe (line 1) | function xe(e,t){return d&&L(t)?(S.marked="keyword",N(xe)):"variable"==e... function Se (line 1) | function Se(e,t){return"variable"!=e||S.stream.match(/^\s*:/,!1)?("varia... function Te (line 1) | function Te(){return T(xe,Ne)} function Ne (line 1) | function Ne(e,t){if("="==t)return N(W)} function Ee (line 1) | function Ee(e){if(","==e)return N(ve)} function Ce (line 1) | function Ce(e,t){if("keyword b"==e&&"else"==t)return N(V("form","else"),... function Oe (line 1) | function Oe(e,t){return"await"==t?N(Oe):"("==e?N(V(")"),Le,_):void 0} function Le (line 1) | function Le(e){return"var"==e?N(ve,ze):"variable"==e?N(ze):T(ze)} function ze (line 1) | function ze(e,t){return")"==e?N():";"==e?N(ze):"in"==t||"of"==t?(S.marke... function Pe (line 1) | function Pe(e,t){return"*"==t?(S.marked="keyword",N(Pe)):"variable"==e?(... function Ie (line 1) | function Ie(e,t){return"*"==t?(S.marked="keyword",N(Ie)):"variable"==e?(... function je (line 1) | function je(e,t){return"keyword"==e||"variable"==e?(S.marked="type",N(je... function Me (line 1) | function Me(e,t){return"@"==t&&N(q,Me),"spread"==e?N(Me):d&&L(t)?(S.mark... function Ae (line 1) | function Ae(e,t){return"variable"==e?Ve(e,t):_e(e,t)} function Ve (line 1) | function Ve(e,t){if("variable"==e)return C(t),N(_e)} function _e (line 1) | function _e(e,t){return"<"==t?N(V(">"),oe(ye,">"),_,_e):"extends"==t||"i... function De (line 1) | function De(e,t){return"async"==e||"variable"==e&&("static"==t||"get"==t... function Be (line 1) | function Be(e,t){if("?"==t)return N(Be);if(":"==e)return N(pe,Ne);if("="... function Fe (line 1) | function Fe(e,t){return"*"==t?(S.marked="keyword",N(Ue,D(";"))):"default... function qe (line 1) | function qe(e,t){return"as"==t?(S.marked="keyword",N(D("variable"))):"va... function We (line 1) | function We(e){return"string"==e?N():"("==e?T(q):"."==e?T(U):T(Ke,$e,Ue)} function Ke (line 1) | function Ke(e,t){return"{"==e?ae(Ke,"}"):("variable"==e&&C(t),"*"==t&&(S... function $e (line 1) | function $e(e){if(","==e)return N(Ke,$e)} function Re (line 1) | function Re(e,t){if("as"==t)return S.marked="keyword",N(Ke)} function Ue (line 1) | function Ue(e,t){if("from"==t)return S.marked="keyword",N(q)} function He (line 1) | function He(e){return"]"==e?N():T(oe(W,"]"))} function Ye (line 1) | function Ye(){return T(V("form"),xe,D("{"),V("}"),oe(Ge,"}"),_,_)} function Ge (line 1) | function Ge(){return T(xe,Ne)} function Je (line 1) | function Je(e,t,r){return t.tokenize==b&&/^(?:operator|sof|keyword [bcd]... class o (line 1) | class o{#e;#t;#r;#n;#i=0;constructor(t,r){this.#n=r;const i=e.StringUtil... method constructor (line 1) | constructor(t,r){this.#n=r;const i=e.StringUtilities.findLineEndingInd... method punctuator (line 1) | static punctuator(e,t){return e.type!==r.tokTypes.num&&e.type!==r.tokT... method keyword (line 1) | static keyword(e,t){return Boolean(e.type.keyword)&&e.type!==r.tokType... method identifier (line 1) | static identifier(e,t){return e.type===r.tokTypes.name&&(!t||e.value==... method arrowIdentifier (line 1) | static arrowIdentifier(e,t){return e.type===r.tokTypes.arrow&&(!t||e.t... method lineComment (line 1) | static lineComment(e){return"Line"===e.type} method blockComment (line 1) | static blockComment(e){return"Block"===e.type} method nextToken (line 1) | nextToken(){const e=this.#n[this.#i++];return e&&e.type!==r.tokTypes.e... method peekToken (line 1) | peekToken(){const e=this.#n[this.#i];return e&&e.type!==r.tokTypes.eof... method tokenLineStart (line 1) | tokenLineStart(){return this.#t} method tokenLineEnd (line 1) | tokenLineEnd(){return this.#r} class s (line 1) | class s{indentString;#o=0;#a=[];#s=0;#l=0;#c=0;#d=0;#u=!0;#p=!1;#f=0;#h=... method constructor (line 1) | constructor(e){this.indentString=e} method setEnforceSpaceBetweenWords (line 1) | setEnforceSpaceBetweenWords(e){const t=this.#u;return this.#u=e,t} method addToken (line 1) | addToken(e,t){if(this.#u&&!this.#f&&!this.#p){const t=this.#a.at(-1)?.... method addSoftSpace (line 1) | addSoftSpace(){this.#f||(this.#p=!0)} method addHardSpace (line 1) | addHardSpace(){this.#p=!1,++this.#f} method addNewLine (line 1) | addNewLine(e){this.#s&&(e?++this.#d:this.#d=this.#d||1)} method increaseNestingLevel (line 1) | increaseNestingLevel(){this.#c+=1} method decreaseNestingLevel (line 1) | decreaseNestingLevel(){this.#c>0&&(this.#c-=1)} method content (line 1) | content(){return this.#a.join("")+(this.#d?"\n":"")} method #b (line 1) | #b(){if(this.#d){for(let e=0;e{this.#n.p... method #ne (line 1) | #ne(e){const t=e.value,r=e.type;switch(this.#U){case"Initial":return v... method #oe (line 1) | #oe(e){this.#Z="",this.#ee=e.startOffset,this.#te=null,this.#J=new Map... method #ae (line 1) | #ae(e){this.#te=e.endOffset;const t="/>"===e.value||k.has(this.#Z),r=n... method #se (line 1) | #se(e){if(e.isOpenTag){const t=this.#Y[this.#Y.length-1];if(t){const n... method #ie (line 1) | #ie(e){const t=this.#Y.pop();t&&(t.closeTag=e)} method #le (line 1) | #le(e){const t=this.#Y[this.#Y.length-1],r=new x(e.name);t&&(r.parent=... method peekToken (line 1) | peekToken(){return this.#G0} class a (line 1) | class a{functionName;scriptName;scriptId;line;column;totalCount;totalSiz... method constructor (line 1) | constructor(e,t,s,n,i){this.functionName=e,this.scriptName=t,this.scri... method addTraceTopNode (line 1) | addTraceTopNode(e){0!==e.allocationCount&&(this.#r.push(e),this.totalC... method bottomUpRoot (line 1) | bottomUpRoot(){return this.#r.length?(this.#g||this.#p(),this.#g):null} method #p (line 1) | #p(){this.#g=new r(this);for(let e=0;e>>O} method classKeyInternal (line 1) | classKeyInternal(){if(this.rawType()!==this.snapshot.nodeObjectType)re... method setClassIndex (line 1) | setClassIndex(e){let t=this.#E();if(t&=C,t|=e<100||e.push(t)} function w (line 1) | function w(e,t){t.postMessage({problemReport:e})} class T (line 1) | class T{argsStep1;argsStep2;argsStep3;constructor(e){const{promise:t,res... method constructor (line 1) | constructor(e){const{promise:t,resolve:s}=Promise.withResolvers();this... method getNodeSelfSizes (line 1) | async getNodeSelfSizes(){return(await this.argsStep3).nodeSelfSizes} method initialize (line 1) | async initialize(e){try{const t=await this.argsStep1,n=E.buildRetainer... class E (line 1) | class E{nodes;containmentEdges;#k;#V;#j=null;strings;#M;#P;#H=-5;rootNod... method constructor (line 1) | constructor(e,t){this.nodes=e.nodes,this.containmentEdges=e.edges,this... method initialize (line 1) | async initialize(e){const t=this.#k;this.nodeTypeOffset=t.node_fields.... method startInitStep1InSecondThread (line 1) | startInitStep1InSecondThread(e){const t=new Promise(((t,s)=>{e.onmessa... method startInitStep2InSecondThread (line 1) | startInitStep2InSecondThread(e){const t=this.rootNodeIndexInternal/thi... method startInitStep3InSecondThread (line 1) | startInitStep3InSecondThread(e){const{nodes:t,nodeFieldCount:s,nodeSel... method installResultsFromSecondThread (line 1) | async installResultsFromSecondThread(e){const t=await e;this.dominated... method buildEdgeIndexes (line 1) | buildEdgeIndexes(){const e=this.nodes,t=this.nodeCount,s=this.firstEdg... method buildRetainers (line 1) | static buildRetainers(e){const{edgeToNodeOrdinals:t,firstEdgeIndexes:s... method allNodes (line 1) | allNodes(){return new m(this.rootNode())} method rootNode (line 1) | rootNode(){return this.createNode(this.rootNodeIndexInternal)} method rootNodeIndex (line 1) | get rootNodeIndex(){return this.rootNodeIndexInternal} method totalSize (line 1) | get totalSize(){return this.rootNode().retainedSize()+(this.profile.sn... method createFilter (line 1) | createFilter(e){const{minNodeId:t,maxNodeId:s,allocationNodeId:n,filte... method search (line 1) | search(e,t){const n=e.query;const i=e.isRegex?new RegExp(n):s.StringUt... method aggregatesWithFilter (line 1) | aggregatesWithFilter(e){const t=this.createFilter(e),s=t?t.key:"allObj... method createNodeIdFilter (line 1) | createNodeIdFilter(e,t){return function(s){const n=s.id();return n>e&&... method createAllocationStackFilter (line 1) | createAllocationStackFilter(e){if(!this.#Y)throw new Error("No Allocat... method createNamedFilter (line 1) | createNamedFilter(e){const t=s.TypedArrayUtilities.createBitVector(thi... method getAggregatesByClassKey (line 1) | getAggregatesByClassKey(e,t,s){let n;if(t&&this.#L[t])n=this.#L[t];els... method allocationTracesTops (line 1) | allocationTracesTops(){return this.#Y.serializeTraceTops()} method allocationNodeCallers (line 1) | allocationNodeCallers(e){return this.#Y.serializeCallers(e)} method allocationStack (line 1) | allocationStack(e){const t=this.createNode(e).traceNodeId();return t?t... method aggregatesForDiff (line 1) | aggregatesForDiff(e){if(this.#B?.interfaceDefinitions===e)return this.... method isUserRoot (line 1) | isUserRoot(e){return!0} method calculateShallowSizes (line 1) | calculateShallowSizes(){} method calculateDistances (line 1) | calculateDistances(t,s){const n=this.nodeCount;if(t){const e=s;s=(t,s)... method bfs (line 1) | bfs(e,t,s,n){const i=this.edgeFieldsCount,o=this.nodeFieldCount,r=this... method buildAggregates (line 1) | buildAggregates(e){const t=new Map,s=this.nodes,n=s.length,i=this.node... method calculateClassesRetainedSize (line 1) | calculateClassesRetainedSize(e,t){const s=this.rootNodeIndexInternal,n... method sortAggregateIndexes (line 1) | sortAggregateIndexes(e){const t=this.createNode(),s=this.createNode();... method tryParseWeakMapEdgeName (line 1) | tryParseWeakMapEdgeName(e){if(this.#ne.getBit(e))return;const t=this.s... method computeIsEssentialEdge (line 1) | computeIsEssentialEdge(e,t,s){const n=this.containmentEdges.getValue(t... method initEssentialEdges (line 1) | initEssentialEdges(){const e=s.TypedArrayUtilities.createBitVector(thi... method hasOnlyWeakRetainers (line 1) | static hasOnlyWeakRetainers(e,t){const{retainingEdges:s,edgeFieldsCoun... method calculateDominatorsAndRetainedSizes (line 1) | static async calculateDominatorsAndRetainedSizes(e){const{nodeCount:t,... method buildDominatedNodes (line 1) | static buildDominatedNodes(e){const{nodeCount:t,dominatorsTree:s,rootN... method calculateObjectNames (line 1) | calculateObjectNames(){const{nodes:e,nodeCount:t,nodeNameOffset:s,node... method interfaceDefinitions (line 1) | interfaceDefinitions(){return JSON.stringify(this.#oe??[])} method isPlainJSObject (line 1) | isPlainJSObject(e){return e.rawType()===this.nodeObjectType&&"Object"=... method inferInterfaceDefinitions (line 1) | inferInterfaceDefinitions(){const{edgePropertyType:e}=this,t=new Map;l... method applyInterfaceDefinitions (line 1) | applyInterfaceDefinitions(e){const{edgePropertyType:t}=this;function s... method iterateFilteredChildren (line 1) | iterateFilteredChildren(e,t,s){const n=this.firstEdgeIndexes[e],i=this... method addString (line 1) | addString(e){return this.strings.push(e),this.strings.length-1} method propagateDOMState (line 1) | propagateDOMState(){if(-1===this.nodeDetachednessAndClassIndexOffset)r... method buildSamples (line 1) | buildSamples(){const t=this.#V;if(!t?.length)return;const n=t.length/2... method buildLocationMap (line 1) | buildLocationMap(){const t=new Map,s=this.#M;for(let n=0;n0} method getDistanceForRetainersView (line 1) | getDistanceForRetainersView(t){const s=t/this.nodeFieldCount,n=(this.#... method isNodeIgnoredInRetainersView (line 1) | isNodeIgnoredInRetainersView(e){return this.#ee.has(e)} method isEdgeIgnoredInRetainersView (line 1) | isEdgeIgnoredInRetainersView(e){return this.#te.has(e)} class b (line 1) | class b{iterator;#ae;#de;iterationOrder;currentComparator;#he;#le;constr... method constructor (line 1) | constructor(e,t){this.iterator=e,this.#ae=t,this.#de=!e.hasNext(),this... method createIterationOrder (line 1) | createIterationOrder(){if(!this.iterationOrder){this.iterationOrder=[]... method isEmpty (line 1) | isEmpty(){return this.#de} method serializeItemsRange (line 1) | serializeItemsRange(t,s){if(this.createIterationOrder(),t>s)throw new ... method sortAndRewind (line 1) | sortAndRewind(e){this.currentComparator=e,this.#he=0,this.#le=0} class F (line 1) | class F extends b{snapshot;constructor(e,t,s,n){super(t?new y(s,t):s,n),... method constructor (line 1) | constructor(e,t,s,n){super(t?new y(s,t):s,n),this.snapshot=e} method sort (line 1) | sort(e,t,n,i,o){const r=e.fieldName1,a=e.fieldName2,d=e.ascending1,h=e... class A (line 1) | class A extends b{snapshot;constructor(e,t){const s=new l(e);super(new x... method constructor (line 1) | constructor(e,t){const s=new l(e);super(new x(s,t),s),this.snapshot=e} method nodePosition (line 1) | nodePosition(e){this.createIterationOrder();const t=this.snapshot.crea... method buildCompareFunction (line 1) | buildCompareFunction(e){const t=this.snapshot.createNode(),s=this.snap... method sort (line 1) | sort(e,t,n,i,o){if(!this.iterationOrder)throw new Error("Iteration ord... class v (line 1) | class v extends E{nodeFlags;flags;#ce;constructor(e,t){super(e,t),this.n... method constructor (line 1) | constructor(e,t){super(e,t),this.nodeFlags={canBeQueried:1,detachedDOM... method createNode (line 1) | createNode(e){return new D(this,void 0===e?-1:e)} method createEdge (line 1) | createEdge(e){return new z(this,e)} method createRetainingEdge (line 1) | createRetainingEdge(e){return new R(this,e)} method containmentEdgesFilter (line 1) | containmentEdgesFilter(){return e=>!e.isInvisible()} method retainingEdgesFilter (line 1) | retainingEdgesFilter(){const e=this.containmentEdgesFilter();return fu... method calculateFlags (line 1) | calculateFlags(){this.flags=new Uint8Array(this.nodeCount),this.markDe... method #ue (line 1) | #ue(){for(let e=this.rootNode().edges();e.hasNext();e.next())if(this.i... method calculateShallowSizes (line 1) | calculateShallowSizes(){if(!this.#ue())return;const{nodeCount:e,nodes:... method calculateDistances (line 1) | calculateDistances(e){const t=new Set,s=this;super.calculateDistances(... method isUserRoot (line 1) | isUserRoot(e){return e.isUserRoot()||e.isDocumentDOMTreesRoot()} method userObjectsMapAndFlag (line 1) | userObjectsMapAndFlag(){return{map:this.flags,flag:this.nodeFlags.page... method flagsOfNode (line 1) | flagsOfNode(e){return this.flags[e.nodeIndex/this.nodeFieldCount]} method markDetachedDOMTreeNodes (line 1) | markDetachedDOMTreeNodes(){const e=this.nodes,t=e.length,s=this.nodeFi... method markQueriableHeapObjects (line 1) | markQueriableHeapObjects(){const e=this.nodeFlags.canBeQueried,t=this.... method markPageOwnedNodes (line 1) | markPageOwnedNodes(){const e=this.edgeShortcutType,t=this.edgeElementT... method calculateStatistics (line 1) | calculateStatistics(){const e=this.nodeFieldCount,t=this.nodes,s=t.len... method calculateArraySize (line 1) | calculateArraySize(e){let t=e.selfSize();const s=e.edgeIndexesStart(),... method getStatistics (line 1) | getStatistics(){return this.#ce} class D (line 1) | class D extends I{constructor(e,t){super(e,t)}canBeQueried(){const e=thi... method constructor (line 1) | constructor(e,t){super(e,t)} method canBeQueried (line 1) | canBeQueried(){const e=this.snapshot,t=e.flagsOfNode(this);return Bool... method name (line 1) | name(){const e=this.snapshot;return this.rawType()===e.nodeConsStringT... method consStringName (line 1) | consStringName(){const e=this.snapshot,t=e.nodeConsStringType,s=e.edge... method #ge (line 1) | #ge(){const e=this.snapshot,{edgeFieldsCount:t,edgePropertyType:s}=e,n... method formatPropertyName (line 1) | static formatPropertyName(e){return/[,'"{}]/.test(e)&&(e=(e=JSON.strin... method id (line 1) | id(){const e=this.snapshot;return e.nodes.getValue(this.nodeIndex+e.no... method isHidden (line 1) | isHidden(){return this.rawType()===this.snapshot.nodeHiddenType} method isArray (line 1) | isArray(){return this.rawType()===this.snapshot.nodeArrayType} method isSynthetic (line 1) | isSynthetic(){return this.rawType()===this.snapshot.nodeSyntheticType} method isNative (line 1) | isNative(){return this.rawType()===this.snapshot.nodeNativeType} method isUserRoot (line 1) | isUserRoot(){return!this.isSynthetic()} method isDocumentDOMTreesRoot (line 1) | isDocumentDOMTreesRoot(){return this.isSynthetic()&&"(Document DOM tre... method serialize (line 1) | serialize(){const e=super.serialize(),t=this.snapshot,s=t.flagsOfNode(... class z (line 1) | class z extends h{constructor(e,t){super(e,t)}clone(){const e=this.snaps... method constructor (line 1) | constructor(e,t){super(e,t)} method clone (line 1) | clone(){const e=this.snapshot;return new z(e,this.edgeIndex)} method hasStringName (line 1) | hasStringName(){return this.isShortcut()?isNaN(parseInt(this.nameInter... method isElement (line 1) | isElement(){return this.rawType()===this.snapshot.edgeElementType} method isHidden (line 1) | isHidden(){return this.rawType()===this.snapshot.edgeHiddenType} method isWeak (line 1) | isWeak(){return this.rawType()===this.snapshot.edgeWeakType} method isInternal (line 1) | isInternal(){return this.rawType()===this.snapshot.edgeInternalType} method isInvisible (line 1) | isInvisible(){return this.rawType()===this.snapshot.edgeInvisibleType} method isShortcut (line 1) | isShortcut(){return this.rawType()===this.snapshot.edgeShortcutType} method name (line 1) | name(){const e=this.nameInternal();if(!this.isShortcut())return String... method toString (line 1) | toString(){const e=this.name();switch(this.type()){case"context":retur... method hasStringNameInternal (line 1) | hasStringNameInternal(){const e=this.rawType(),t=this.snapshot;return ... method nameInternal (line 1) | nameInternal(){return this.hasStringNameInternal()?this.snapshot.strin... method nameOrIndex (line 1) | nameOrIndex(){return this.edges.getValue(this.edgeIndex+this.snapshot.... method rawType (line 1) | rawType(){return this.edges.getValue(this.edgeIndex+this.snapshot.edge... method nameIndex (line 1) | nameIndex(){if(!this.hasStringNameInternal())throw new Error("Edge doe... class R (line 1) | class R extends p{constructor(e,t){super(e,t)}clone(){const e=this.snaps... method constructor (line 1) | constructor(e,t){super(e,t)} method clone (line 1) | clone(){const e=this.snapshot;return new R(e,this.retainerIndex())} method isHidden (line 1) | isHidden(){return this.edge().isHidden()} method isInvisible (line 1) | isInvisible(){return this.edge().isInvisible()} method isShortcut (line 1) | isShortcut(){return this.edge().isShortcut()} method isWeak (line 1) | isWeak(){return this.edge().isWeak()} class k (line 1) | class k{#P;#pe;#fe;#Ie;#me;#xe;#ye;#Ne="";parsingComplete;constructor(e)... method constructor (line 1) | constructor(e){this.#Se(),this.#P=new N(e),this.#pe=[],this.#fe=null,t... method dispose (line 1) | dispose(){this.#Se()} method #Se (line 1) | #Se(){this.#Ne="",this.#me=void 0} method close (line 1) | close(){this.#Ie=!0,this.#fe&&this.#fe("")} method buildSnapshot (line 1) | async buildSnapshot(e){await this.parsingComplete,this.#me=this.#me||{... method #Te (line 1) | #Te(){let e=0;const t="0".charCodeAt(0),s="9".charCodeAt(0),n="]".char... method #Ce (line 1) | #Ce(){this.#P.updateStatus("Parsing strings…");const e=this.#Ne.lastIn... method write (line 1) | write(e){this.#pe.push(e),this.#fe&&(this.#fe(this.#pe.shift()),this.#... method #Oe (line 1) | #Oe(){if(this.#pe.length>0)return Promise.resolve(this.#pe.shift());co... method #Ee (line 1) | async#Ee(e,t){for(;;){const s=this.#Ne.indexOf(e,t||0);if(-1!==s)retur... method #be (line 1) | async#be(e,t,n){const i=await this.#Ee(e),o=await this.#Ee("[",i);for(... method #we (line 1) | async#we(){const e='"snapshot"',t=await this.#Ee(e);if(-1===t)throw ne... method constructor (line 1) | constructor(e){this.#Fe=[],this.#Ae=e} method sendEvent (line 1) | sendEvent(e,t){this.#Ae({eventName:e,data:t})} method dispatchMessage (line 1) | async dispatchMessage({data:t,ports:s}){const n={callId:t.callId,result:... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/inspector/inspector.js function a (line 1) | async function a(){return r||(r=await import("../../panels/screencast/sc... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/inspector_main/inspector_main-meta.js function s (line 1) | async function s(){return r||(r=await import("./inspector_main.js")),r} FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/inspector_main/inspector_main.js class f (line 1) | class f extends s.Widget.VBox{constructor(){super(!0),this.registerRequi... method constructor (line 1) | constructor(){super(!0),this.registerRequiredCSS(h),this.element.setAt... method #e (line 1) | #e(e,t,a,n){const r=s.UIUtils.CheckboxLabel.create(e,!1,t,a.name);retu... method #t (line 1) | #t(e,t){const a=s.SettingsUI.createControlForSetting(t,e);a&&this.cont... method handleAction (line 1) | handleAction(t,a){const s=e.Settings.Settings.instance().moduleSetting("... class w (line 1) | class w{static instance(e={forceNew:null}){const{forceNew:t}=e;return v&... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return v&&!t||(... method run (line 1) | async run(){let a=!0;if(await o.Connections.initMainConnection((async(... class F (line 1) | class F{#a;#s;constructor(){const e=document.createElement("div"),a=s.UI... method constructor (line 1) | constructor(){const e=document.createElement("div"),a=s.UIUtils.create... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return I&&!t||(... method #n (line 1) | #n(e){const t=Boolean(e.find((e=>"node"===e.type&&!e.attached)));this.... method item (line 1) | item(){return this.#s} class A (line 1) | class A{constructor(){function t(){const t=[];e.Settings.Settings.instan... method constructor (line 1) | constructor(){function t(){const t=[];e.Settings.Settings.instance().m... class M (line 1) | class M{#r;#o;#i;constructor(){this.#r=e.Settings.Settings.instance().mo... method constructor (line 1) | constructor(){this.#r=e.Settings.Settings.instance().moduleSetting("au... method #l (line 1) | #l(e){e.type()===o.Target.Type.FRAME&&e.parentTarget()?.type()!==o.Tar... method #d (line 1) | #d(){t.InspectorFrontendHost.InspectorFrontendHostInstance.setOpenNewW... method #n (line 1) | #n(){for(const e of o.TargetManager.TargetManager.instance().targets()... method targetAdded (line 1) | targetAdded(e){this.#l(e)} method targetRemoved (line 1) | targetRemoved(e){} method handleAction (line 1) | handleAction(e,t){const a=o.TargetManager.TargetManager.instance().prima... method handleAction (line 1) | handleAction(e,t){if(r.Runtime.experiments.isEnabled("react-native-speci... class L (line 1) | class L{listItems=new s.ListModel.ListModel;#c;#g;constructor(){this.#c=... method constructor (line 1) | constructor(){this.#c=new s.SoftDropDown.SoftDropDown(this.listItems,t... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return D&&!t||(... method item (line 1) | item(){return this.#g} method highlightedItemChanged (line 1) | highlightedItemChanged(e,t,a,s){a&&a.classList.remove("highlighted"),s... method titleFor (line 1) | titleFor(e){return e.name()} method targetAdded (line 1) | targetAdded(e){e.outermostTarget()===e&&(this.listItems.insertWithComp... method targetRemoved (line 1) | targetRemoved(e){const t=this.listItems.indexOf(e);-1!==t&&(this.listI... method #p (line 1) | #p(){return(e,t)=>{const a=e.targetInfo(),s=t.targetInfo();return a&&s... method #h (line 1) | #h(e){const t=o.TargetManager.TargetManager.instance().targetById(e.da... method #u (line 1) | #u(e){const t=e.data;t&&t.outermostTarget()===t&&(this.targetRemoved(t... method #m (line 1) | #m({data:e}){this.#c.selectItem(e?.outermostTarget()||null)} method createElementForItem (line 1) | createElementForItem(e){const t=document.createElement("div");t.classL... method #f (line 1) | #f(e){const t=e.targetInfo();return e===o.TargetManager.TargetManager.... method isItemSelectable (line 1) | isItemSelectable(e){return!0} method itemSelected (line 1) | itemSelected(e){const t=e?E(x.targetS,{PH1:this.titleFor(e)}):E(x.targ... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/js_app/js_app.js function u (line 1) | async function u(){return m||(m=await import("../../panels/timeline/time... function p (line 1) | function p(e){return void 0===m?[]:e(m)} function N (line 1) | async function N(){return T||(T=await import("../../panels/mobile_thrott... function S (line 1) | async function S(){return P||(P=await import("../../panels/network/netwo... function b (line 1) | function b(e){return void 0===P?[]:e(P)} class M (line 1) | class M{static instance(e={forceNew:null}){const{forceNew:t}=e;return I&... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return I&&!t||(... method run (line 1) | async run(){l.userMetrics.actionTaken(l.UserMetrics.Action.ConnectToNo... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/lighthouse_worker/lighthouse_worker.js class n (line 1) | class n{sessionId;onMessage;onDisconnect;constructor(e){this.sessionId=e... method constructor (line 1) | constructor(e){this.sessionId=e,this.onMessage=null,this.onDisconnect=... method setOnMessage (line 1) | setOnMessage(e){this.onMessage=e} method setOnDisconnect (line 1) | setOnDisconnect(e){this.onDisconnect=e} method getOnDisconnect (line 1) | getOnDisconnect(){return this.onDisconnect} method getSessionId (line 1) | getSessionId(){return this.sessionId} method sendRawMessage (line 1) | sendRawMessage(e){r("sendProtocolMessage",{message:e})} method disconnect (line 1) | async disconnect(){this.onDisconnect?.("force disconnect"),this.onDisc... function i (line 1) | async function i(i,c){let l;e.Runtime.Runtime.queryParam("isUnderTest")&... function r (line 1) | function r(e,t){self.postMessage({action:e,args:t})} FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/main/main-meta.js function m (line 1) | async function m(){return u||(u=await import("./main.js")),u} function g (line 1) | function g(){return!t.InspectorFrontendHost.InspectorFrontendHostInstanc... function h (line 1) | function h(e){return()=>o.i18n.getLocalizedLanguageRegion(e,o.DevToolsLo... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/main/main.js class R (line 1) | class R{#e;#t;#n;#o;constructor(t,n){n.addFlavorChangeListener(e.Runtime... method constructor (line 1) | constructor(t,n){n.addFlavorChangeListener(e.RuntimeModel.ExecutionCon... method modelAdded (line 1) | modelAdded(t){queueMicrotask(function(){this.#t.flavor(e.Target.Target... method modelRemoved (line 1) | modelRemoved(t){const n=this.#t.flavor(e.RuntimeModel.ExecutionContext... method #i (line 1) | #i({data:t}){t&&(this.#t.setFlavor(e.Target.Target,t.target()),this.#o... method #d (line 1) | #d(e){return e.isDefault?e.target().name()+":"+e.frameId:""} method #s (line 1) | #s({data:t}){const n=this.#t.flavor(e.RuntimeModel.ExecutionContext);i... method #g (line 1) | #g(e){return!e.target().targetInfo()?.subtype&&(!(!this.#n||this.#n!==... method #m (line 1) | #m(t){if(!t.isDefault||!t.frameId)return!1;if(t.target().parentTarget(... method #r (line 1) | #r(t){if(void 0!==this.#n)switch(t.data.target().type()){case e.Target... method #a (line 1) | #a(t){const n=t.data;this.#t.flavor(e.RuntimeModel.ExecutionContext)==... method #c (line 1) | #c(e){const t=e.data.executionContexts();for(let e=0;ee.address));this.#n.call(null,e)} method #a (line 1) | #a(){this.#i.addNewItem(this.#s.length,{address:"",port:""})} method discoveryConfigChanged (line 1) | discoveryConfigChanged(e){this.#s=[],this.#i.clear();for(const t of e)... method renderItem (line 1) | renderItem(e,t){const o=document.createElement("div");return o.classLi... method removeItemRequested (line 1) | removeItemRequested(e,t){this.#s.splice(t,1),this.#i.removeItem(t),thi... method commitEdit (line 1) | commitEdit(e,t,o){e.address=t.control("address").value.trim(),o&&this.... method beginEdit (line 1) | beginEdit(e){const t=this.#l();return t.control("address").value=e.add... method #l (line 1) | #l(){if(this.#r)return this.#r;const e=new o.ListWidget.Editor;this.#r... class j (line 1) | class j{static instance(e={forceNew:null}){const{forceNew:t}=e;return q&... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return q&&!t||(... method run (line 1) | async run(){l.userMetrics.actionTaken(l.UserMetrics.Action.ConnectToNo... class U (line 1) | class U extends i.SDKModel.SDKModel{#d;#g;#w;#p=new Map;#h=new Map;const... method constructor (line 1) | constructor(e){super(e),this.#d=e.targetManager(),this.#g=e,this.#w=e.... method #o (line 1) | #o({data:e}){const t=[];for(const o of e.networkDiscoveryConfig){const... method dispose (line 1) | dispose(){l.InspectorFrontendHost.InspectorFrontendHostInstance.events... method targetCreated (line 1) | targetCreated({targetInfo:e}){"node"!==e.type||e.attached||this.#w.inv... method targetInfoChanged (line 1) | targetInfoChanged(e){} method targetDestroyed (line 1) | targetDestroyed(e){} method attachedToTarget (line 1) | attachedToTarget({sessionId:e,targetInfo:t}){const o=W(H.nodejsS,{PH1:... method detachedFromTarget (line 1) | detachedFromTarget({sessionId:e}){const t=this.#p.get(e);t&&t.dispose(... method receivedMessageFromTarget (line 1) | receivedMessageFromTarget({sessionId:e,message:t}){const o=this.#h.get... method targetCrashed (line 1) | targetCrashed(e){} class B (line 1) | class B{#w;#m;onMessage;#u;constructor(e,t){this.#w=e,this.#m=t,this.onM... method constructor (line 1) | constructor(e,t){this.#w=e,this.#m=t,this.onMessage=null,this.#u=null} method setOnMessage (line 1) | setOnMessage(e){this.onMessage=e} method setOnDisconnect (line 1) | setOnDisconnect(e){this.#u=e} method sendRawMessage (line 1) | sendRawMessage(e){this.#w.invoke_sendMessageToTarget({message:e,sessio... method disconnect (line 1) | async disconnect(){this.#u&&this.#u.call(null,"force disconnect"),this... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/rehydrated_devtools_app/rehydrated_devtools_app.js function h (line 1) | async function h(){return w||(w=await import("../main/main.js")),w} function b (line 1) | function b(){return!t.InspectorFrontendHost.InspectorFrontendHostInstanc... function v (line 1) | function v(e){return()=>o.i18n.getLocalizedLanguageRegion(e,o.DevToolsLo... function A (line 1) | async function A(){return T||(T=await import("../inspector_main/inspecto... function O (line 1) | async function O(){return M||(M=await import("../../models/persistence/p... function W (line 1) | async function W(){return G||(G=await import("../../panels/browser_debug... function H (line 1) | async function H(){return z||(z=await import("../../panels/sources/sourc... function K (line 1) | async function K(){return J||(J=await import("../../panels/mobile_thrott... function re (line 1) | async function re(){return se||(se=await import("../../panels/settings/s... method loadView (line 1) | async loadView(){const e=await re();return l.LegacyWrapper.legacyWrapper... function pe (line 1) | async function pe(){return ge||(ge=await import("../../panels/sources/so... function me (line 1) | async function me(){return ue||(ue=await import("../../panels/sources/co... function Se (line 1) | function Se(e){return void 0===ge?[]:e(ge)} function ve (line 1) | async function ve(){return be||(be=await import("../../panels/sensors/se... function Ae (line 1) | async function Ae(){return Te||(Te=await import("../../panels/timeline/t... function Ce (line 1) | function Ce(e){return void 0===Te?[]:e(Te)} function Me (line 1) | async function Me(){return Le||(Le=await import("../../ui/legacy/compone... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/rn_fusebox/rn_fusebox.js function y (line 1) | async function y(){return h||(h=await import("../../panels/emulation/emu... function S (line 1) | async function S(){return k||(k=await import("../../panels/sensors/senso... function P (line 1) | async function P(){return N||(N=await import("../../panels/developer_res... function L (line 1) | async function L(){return D||(D=await import("../inspector_main/inspecto... function O (line 1) | async function O(){return U||(U=await import("../../panels/issues/issues... function q (line 1) | async function q(){return W||(W=await import("../../panels/mobile_thrott... function Y (line 1) | async function Y(){return Q||(Q=await import("../../panels/network/netwo... function $ (line 1) | function $(e){return void 0===Q?[]:e(Q)} function ue (line 1) | async function ue(){return me||(me=await import("../../panels/timeline/t... function pe (line 1) | function pe(e){return void 0===me?[]:e(me)} class we (line 1) | class we{static#e;#t;#o;#i;constructor(){}static instance(){return this.... method constructor (line 1) | constructor(){} method instance (line 1) | static instance(){return this.#e||(this.#e=new we),this.#e} method setAppInfo (line 1) | setAppInfo(e,t){this.#t=e,this.#o=t,this.#n()} method setSuffix (line 1) | setSuffix(e){this.#i=e,this.#n()} method #n (line 1) | #n(){const e=[];this.#t&&e.push(this.#t),this.#o&&e.push(`(${this.#o})... class Ae (line 1) | class Ae extends n.TargetManager.Observer{#a=new i.Toolbar.ToolbarButton... method constructor (line 1) | constructor(){super(),this.#a.setVisible(!1),this.#a.setGlyph("refresh... method instance (line 1) | static instance(){return Ee||(Ee=new Ae),Ee} method targetAdded (line 1) | targetAdded(e){this.#s(e)} method targetRemoved (line 1) | targetRemoved(e){this.#s(e)} method #s (line 1) | #s(e){const t=n.TargetManager.TargetManager.instance().rootTarget();th... method #l (line 1) | #l(t){e.Settings.Settings.instance().moduleSetting("preserve-console-l... method #r (line 1) | #r(){window.location.reload()} method item (line 1) | item(){return this.#a} method constructor (line 1) | constructor(e){e.observeModels(n.ReactNativeApplicationModel.ReactNative... method modelAdded (line 1) | modelAdded(e){e.ensureEnabled(),e.addEventListener("MetadataUpdated",thi... method modelRemoved (line 1) | modelRemoved(e){e.removeEventListener("MetadataUpdated",this.#c,this)} method #c (line 1) | #c(e){const{appDisplayName:t,deviceName:o}=e.data;we.instance().setAppIn... method constructor (line 1) | constructor(e){e.observeModels(n.ReactNativeApplicationModel.ReactNative... method modelAdded (line 1) | modelAdded(e){e.ensureEnabled(),e.addEventListener("MetadataUpdated",thi... method modelRemoved (line 1) | modelRemoved(e){e.removeEventListener("MetadataUpdated",this.#c,this),e.... method #c (line 1) | #c(e){const{unstable_isProfilingBuild:t,unstable_networkInspectionEnable... method #g (line 1) | #g(e){const{isSingleHost:t}=e.data;t||this.#w()} method #m (line 1) | #m(){i.InspectorView.InspectorView.instance().closeDrawer();const e=i.Vi... method #u (line 1) | #u(){const e=i.ViewManager.ViewManager.instance();e.resolveLocation("pan... method #p (line 1) | async#p(){o.Runtime.experiments.isEnabled(o.Runtime.RNExperimentName.ENA... method #w (line 1) | #w(){if(this.#d)return;const e=n.TargetManager.TargetManager.instance();... method #v (line 24) | async#v(){const e=i.InspectorView.InspectorView.instance();try{const t=a... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/shell/shell.js function v (line 1) | async function v(){return y||(y=await import("../../panels/sources/sourc... function b (line 1) | async function b(){return w||(w=await import("../../panels/sources/compo... function f (line 1) | function f(e){return void 0===y?[]:e(y)} function E (line 1) | async function E(){return h||(h=await import("../../panels/profiler/prof... function T (line 1) | function T(e){return void 0===h?[]:e(h)} function I (line 1) | async function I(){return k||(k=await import("../../panels/console/conso... function F (line 1) | async function F(){return M||(M=await import("../../panels/coverage/cove... function U (line 1) | function U(e){return void 0===M?[]:e(M)} function W (line 1) | async function W(){return O||(O=await import("../../panels/changes/chang... function z (line 1) | function z(e){return void 0===O?[]:e(O)} function Y (line 1) | async function Y(){return J||(J=await import("../../panels/linear_memory... function ie (line 1) | async function ie(){return oe||(oe=await import("../../panels/settings/s... method loadView (line 1) | async loadView(){const e=await ie();return g.LegacyWrapper.legacyWrapper... function ue (line 1) | async function ue(){return de||(de=await import("../../models/persistenc... function fe (line 1) | async function fe(){return ve||(ve=await import("../main/main.js")),ve} function Ae (line 1) | function Ae(){return!t.InspectorFrontendHost.InspectorFrontendHostInstan... function Ce (line 1) | function Ce(e){return()=>o.i18n.getLocalizedLanguageRegion(e,o.DevToolsL... function Ne (line 1) | async function Ne(){return Ie||(Ie=await import("../../ui/legacy/compone... function _e (line 1) | function _e(e){return!0===e?.aidaAvailability?.blockedByEnterprisePolicy} function Je (line 1) | function Je(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsCons... function Xe (line 1) | function Xe(e){return!0===e?.aidaAvailability?.blockedByEnterprisePolicy} function et (line 1) | async function et(){return $e||($e=await import("../../panels/ai_assista... function tt (line 1) | function tt(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsFree... function ot (line 1) | function ot(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsAiAs... function it (line 1) | function it(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsAiAs... function at (line 1) | function at(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsAiAs... function nt (line 1) | function nt(e){return tt(e)||ot(e)||it(e)||at(e)} method loadView (line 1) | async loadView(){const e=await et();return await e.AiAssistancePanel.ins... FILE: packages/debugger-frontend/dist/third-party/front_end/entrypoints/worker_app/worker_app.js function h (line 1) | async function h(){return R||(R=await import("../../panels/browser_debug... function y (line 1) | async function y(){return v||(v=await import("../../panels/sources/sourc... function E (line 1) | async function E(){return A||(A=await import("../../panels/developer_res... function x (line 1) | async function x(){return N||(N=await import("../../panels/issues/issues... function B (line 1) | async function B(){return O||(O=await import("../../panels/mobile_thrott... function q (line 1) | async function q(){return _||(_=await import("../../panels/network/netwo... function z (line 1) | function z(e){return void 0===_?[]:e(_)} function X (line 1) | async function X(){return Y||(Y=await import("../../panels/application/a... function ee (line 1) | async function ee(){return $||($=await import("../../panels/timeline/tim... function te (line 1) | function te(e){return void 0===$?[]:e($)} class re (line 1) | class re{static instance(e={forceNew:null}){const{forceNew:t}=e;return a... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return ae&&!t||... method run (line 1) | async run(){o.Connections.initMainConnection((async()=>{await o.Target... FILE: packages/debugger-frontend/dist/third-party/front_end/legacy_test_runner/test_runner/test_runner.js function u (line 1) | function u(){return!self.testRunner||Boolean(e.Runtime.Runtime.queryPara... function d (line 1) | function d(e){l(e)} function m (line 1) | function m(){g()} function T (line 1) | function T(e,n){return function(){if(!e)return;const t=this;try{return e... function p (line 1) | function p(e){return async function(){if(!e)return;const n=this;try{retu... function R (line 1) | function R(e){function n(n){let t=0;for(;n&&n!==e;)"OL"!==n.nodeName||n.... function h (line 1) | async function h(e,n){const t=await v(e);T(n)(t.result.value,t.exception... function v (line 1) | async function v(n){const t=(new Error).stack.split("at "),r=e.Runtime.R... function E (line 1) | function E(e){let n="Error: ";e.getError()?n+=e.getError():e.exceptionDe... function M (line 1) | async function M(e,n){const t=await TestRunner.RuntimeAgent.invoke_evalu... function w (line 1) | async function w(e){const n=await TestRunner.RuntimeAgent.invoke_evaluat... function A (line 1) | function A(e){if(!e.includes(")/i,t=`80?d(r+"was skipped due to prefix... function S (line 1) | function S(e,n,t){return t=t||function(){return!0},new Promise((r=>{n.ad... function O (line 1) | function O(e){return e.executionContexts().length?Promise.resolve(e.exec... function L (line 1) | function L(e,t){k=T(t),TestRunner.resourceTreeModel.addEventListener(n.R... function I (line 1) | function I(){TestRunner.resourceTreeModel.removeEventListener(n.Resource... function D (line 1) | function D(e){C(!1,void 0,e)} function C (line 1) | function C(e,t,r){k=T(r),TestRunner.resourceTreeModel.addEventListener(n... function j (line 1) | function j(){TestRunner.resourceTreeModel.removeEventListener(n.Resource... function F (line 1) | async function F(){if(await O(TestRunner.runtimeModel),k){const e=k;k=vo... function W (line 1) | function W(e,n,t){if(e===n)return;let r;throw r=t?"Failure ("+t+"):":"Fa... function U (line 1) | function U(n=""){const t=e.Runtime.Runtime.queryParam("inspected_test")|... function B (line 1) | async function B(){const n=e.Runtime.Runtime.queryParam("test");if(u())r... method constructor (line 1) | constructor(e){this.callback=e,this.buffer=""} method open (line 1) | async open(e){return!0} method write (line 1) | async write(e){this.buffer+=e} method close (line 1) | async close(){this.callback(this.buffer)} method constructor (line 1) | constructor(e){this.value=e} method get (line 1) | get(){return this.value} method set (line 1) | set(e){this.value=e} function t (line 1) | function t(t){return(!n||t.project().type()===n)&&(!(!n&&t.project().typ... class $ (line 1) | class ${targetAdded(e){if("main"===e.id()&&"frame"===e.type()||"tab"===e... method targetAdded (line 1) | targetAdded(e){if("main"===e.id()&&"frame"===e.type()||"tab"===e.paren... method targetRemoved (line 1) | targetRemoved(e){} FILE: packages/debugger-frontend/dist/third-party/front_end/models/ai_assistance/ai_assistance.js function w (line 1) | function w(){return Boolean(localStorage.getItem("debugAiAssistancePanel... function v (line 1) | function v(...e){w()&&console.log(...e)} class b (line 1) | class b{#e;#t=new Set(["inspector-stylesheet"]);#n=new Set;#i=0;#s;#r;#o... method constructor (line 1) | constructor(e={maxFilesChanged:5,maxLinesChanged:200}){this.#e=i.Works... method getProcessedFiles (line 1) | getProcessedFiles(){return Array.from(this.#o)} method getFiles (line 1) | getFiles(){return this.#a().files} method readFile (line 1) | readFile(e){const{map:t}=this.#a(),n=t.get(e);if(!n)return;this.#o.add... method writeFile (line 1) | writeFile(e,n){const{map:i}=this.#a(),s=i.get(e);if(!s)throw new Error... method searchFiles (line 1) | async searchFiles(e,t,i,{signal:s}={}){const{map:r}=this.#a(),o=[];for... method #a (line 1) | #a(){const t=new Map;for(const n of this.#e)for(const i of n.uiSourceC... class C (line 1) | class C{isOriginAllowed(e){return!e||this.getOrigin()===e}async refresh(... method isOriginAllowed (line 1) | isOriginAllowed(e){return!e||this.getOrigin()===e} method refresh (line 1) | async refresh(){} method getSuggestions (line 1) | getSuggestions(){} class I (line 1) | class I{#l=crypto.randomUUID();#c;#d;confirmSideEffect;#u=new Map;#h=[];... method constructor (line 1) | constructor(e){this.#c=e.aidaClient,this.#d=e.serverSideLoggingEnabled... method enhanceQuery (line 1) | async enhanceQuery(e){return e} method buildRequest (line 1) | buildRequest(e,t){const n={parts:Array.isArray(e)?e:[e],role:t},i=[...... method id (line 1) | get id(){return this.#g} method origin (line 1) | get origin(){return this.#p} method parseTextResponse (line 1) | parseTextResponse(e){return{answer:e}} method declareFunction (line 1) | declareFunction(e,t){if(this.#u.has(e))throw new Error(`Duplicate func... method formatParsedAnswer (line 1) | formatParsedAnswer({answer:e}){return e} method emulateFunctionCall (line 1) | emulateFunctionCall(e){throw new Error("Unexpected emulateFunctionCall... method run (line 1) | async*run(e,t,n,i){await(t.selected?.refresh()),t.selected&&void 0===t... method #v (line 1) | async*#v(e,t,n){const i=this.#u.get(e);if(!i)throw new Error(`Function... method #y (line 1) | async*#y(e,t){let n,i,s="";for await(n of this.#c.fetch(e,t)){if(n.fun... method #b (line 1) | #b(e){let t="";return e.thought&&(t=`THOUGHT: ${e.thought}`),e.title&&... method #S (line 1) | #S(){this.#f.splice(this.#f.findLastIndex((e=>e.role===s.AidaClient.Ro... method #w (line 1) | #w(e){return this.#S(),"abort"!==e&&s.userMetrics.actionTaken(s.UserMe... class T (line 1) | class T{static allowHeader(e){return x.has(e.toLowerCase().trim())}stati... method allowHeader (line 1) | static allowHeader(e){return x.has(e.toLowerCase().trim())} method formatHeaders (line 1) | static formatHeaders(e,t,n){return function(e,t,n){let i="";for(const ... method formatInitiatorUrl (line 1) | static formatInitiatorUrl(e,t){return new URL(e).origin===t?e:"{if(t.has(s))return;if(r.ha... class w (line 1) | class w extends EventTarget{#g=[];#h=[];#u=new Map;#f=[];#m=0;#p;#v=i.Co... method createWithAllHandlers (line 1) | static createWithAllHandlers(e){return new w(t.ModelHandlers,e)} method createWithSubsetOfHandlers (line 1) | static createWithSubsetOfHandlers(e,t){return new w(e,t)} method constructor (line 1) | constructor(e,t){super(),t&&(this.#v=t),this.#p=new v(e,this.#v)} method parse (line 1) | async parse(e,t){const n=t?.metadata||{},s=t?.isFreshRecording||!1,a="... method #C (line 1) | #C(e,t,n){e.parsedTrace=t,e.traceInsights=n,this.#m++;let s=`Trace ${t... method lastTraceIndex (line 1) | lastTraceIndex(){return this.size()-1} method parsedTrace (line 1) | parsedTrace(e=this.#g.length-1){return this.#g.at(e)?.parsedTrace??null} method traceInsights (line 1) | traceInsights(e=this.#g.length-1){return this.#g.at(e)?.traceInsights?... method metadata (line 1) | metadata(e=this.#g.length-1){return this.#g.at(e)?.metadata??null} method overrideModifications (line 1) | overrideModifications(e,t){this.#g[e]&&(this.#g[e].metadata.modificati... method rawTraceEvents (line 1) | rawTraceEvents(e=this.#g.length-1){return this.#g.at(e)?.traceEvents??... method syntheticTraceEventsManager (line 1) | syntheticTraceEventsManager(e=this.#g.length-1){return this.#h.at(e)??... method size (line 1) | size(){return this.#g.length} method deleteTraceByIndex (line 1) | deleteTraceByIndex(e){this.#g.splice(e,1),this.#f.splice(e,1)} method getRecordingsAvailable (line 1) | getRecordingsAvailable(){return this.#f} method resetProcessor (line 1) | resetProcessor(){this.#p.reset()} class y (line 1) | class y extends Event{data;static eventName="modelupdate";constructor(e)... method constructor (line 1) | constructor(e){super(y.eventName),this.data=e} class S (line 1) | class S extends o.SDKModel.SDKModel{#T;#w;#y;#I;constructor(e){super(e),... method constructor (line 1) | constructor(e){super(e),this.#T=e.tracingAgent(),e.registerTracingDisp... method bufferUsage (line 1) | bufferUsage(e,t,r){this.#w&&this.#w.tracingBufferUsage(e||r||0)} method eventsCollected (line 1) | eventsCollected(e){if(!this.#w)return;this.#w.traceEventsCollected(e),... method tracingComplete (line 1) | tracingComplete(){this.#y=0,this.#w&&(this.#w.tracingComplete(),this.#... method reset (line 1) | async reset(){this.#w&&await this.#T.invoke_end(),this.#y=0,this.#w=nu... method start (line 1) | async start(e,t,r){if(this.#w)throw new Error("Tracing is already star... method stop (line 1) | stop(){if(!this.#w)throw new Error("Tracing is not started");if(this.#... method rnPrepareForTraceCapturedInBackground (line 1) | rnPrepareForTraceCapturedInBackground(e){this.#w=e,this.#I=!0} class M (line 1) | class M{#S;constructor(e){this.#S=e}bufferUsage({value:e,eventCount:t,pe... method constructor (line 1) | constructor(e){this.#S=e} method bufferUsage (line 1) | bufferUsage({value:e,eventCount:t,percentFull:r}){this.#S.bufferUsage(... method dataCollected (line 1) | dataCollected({value:e}){this.#S.eventsCollected(e)} method tracingComplete (line 1) | tracingComplete(){this.#S.tracingComplete()} FILE: packages/debugger-frontend/dist/third-party/front_end/models/trace/types/types.js function n (line 1) | function n(e){return"marker"===e.dataType} function t (line 1) | function t(e){const n="track"in e&&Boolean(e.track);return("track-entry"... function o (line 1) | function o(e){return"b"===e||"e"===e||"n"===e} function u (line 1) | function u(e){return o(e)||"S"===e||"T"===e||"F"===e||"p"===e} function m (line 1) | function m(e){return"ScheduleStyleInvalidationTracking"===e.name} function l (line 1) | function l(e){return"StyleRecalcInvalidationTracking"===e.name} function f (line 1) | function f(e){return"StyleInvalidatorInvalidationTracking"===e.name} function p (line 1) | function p(e){return"X"===e.ph} function S (line 1) | function S(e){return"I"===e.ph} function g (line 1) | function g(e){return"LayoutInvalidationTracking"===e.name} function y (line 1) | function y(e){return"firstContentfulPaint"===e.name} function h (line 1) | function h(e){return"largestContentfulPaint::Candidate"===e.name} function k (line 1) | function k(e){return"MarkLoad"===e.name} function v (line 1) | function v(e){return"firstPaint"===e.name} function I (line 1) | function I(e){return"MarkDOMContent"===e.name} function R (line 1) | function R(e){return"InteractiveTime"===e.name} function T (line 1) | function T(e){return"EventTiming"===e.name} function C (line 1) | function C(e){return"SyntheticNetworkRequest"===e.name} function b (line 1) | function b(e){return"SyntheticWebSocketConnection"===e.name} function P (line 1) | function P(e){return"navigationStart"===e.name&&""!==e.args?.data?.docum... function L (line 1) | function L(e){return"blink.user_timing"===e.cat} function E (line 1) | function E(e){return L(e)&&u(e.ph)} function F (line 1) | function F(e){return"WebSocketCreate"===e.name} function w (line 1) | function w(e){return"WebSocketSendHandshakeRequest"===e.name||"WebSocket... function D (line 1) | function D(e){return"WebSocketSend"===e.name||"WebSocketReceive"===e.name} function A (line 1) | function A(e){return F(e)||w(e)||D(e)} function M (line 1) | function M(e){return"V8Console::runTask"===e.name} method SelectorTimingsKey (line 1) | get SelectorTimingsKey(){return d} FILE: packages/debugger-frontend/dist/third-party/front_end/models/workspace/workspace.js class i (line 1) | class i extends e.ObjectWrapper.ObjectWrapper{saveCallbacks;constructor(... method constructor (line 1) | constructor(){super(),this.saveCallbacks=new Map,t.InspectorFrontendHo... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return s&&!t||(... method save (line 1) | save(e,n,r,o){const s=new Promise((t=>this.saveCallbacks.set(e,t)));re... method savedURL (line 1) | savedURL(e){const{url:t,fileSystemPath:n}=e.data,r=this.saveCallbacks.... method canceledSavedURL (line 1) | canceledSavedURL({data:e}){const t=this.saveCallbacks.get(e);this.save... method append (line 1) | append(e,n){t.InspectorFrontendHost.InspectorFrontendHostInstance.appe... method close (line 1) | close(e){t.InspectorFrontendHost.InspectorFrontendHostInstance.close(e)} method appendedToURL (line 1) | appendedToURL({data:e}){this.dispatchEventToListeners("AppendedToURL",e)} class c (line 1) | class c{#e;#t;#n;#r;#o;constructor(e,t,n){this.#e=e,this.#t=t,this.#n=n;... method constructor (line 1) | constructor(e,t,n){this.#e=e,this.#t=t,this.#n=n;const{queries:r,fileR... method fromPlainObject (line 1) | static fromPlainObject(e){return new c(e.query,e.ignoreCase,e.isRegex)} method filePathMatchesFileQuery (line 1) | filePathMatchesFileQuery(e){return this.#o.every((({regex:t,shouldMatc... method queries (line 1) | queries(){return this.#r} method query (line 1) | query(){return this.#e} method ignoreCase (line 1) | ignoreCase(){return this.#t} method isRegex (line 1) | isRegex(){return this.#n} method toPlainObject (line 1) | toPlainObject(){return{query:this.query(),ignoreCase:this.ignoreCase()... method #s (line 1) | static#s(e,t,n){const r=/(\s*(?!-?f(ile)?:)[^\\ ]|\\.)+/,o=r.source+"(... method #c (line 1) | static#c(e){return e.replace(/\\(.)/g,"$1")} method #a (line 1) | static#a(e){return e.substring(1,e.length-1).replace(/\\(.)/g,"$1")} method #i (line 1) | static#i(e){const t=e.match(u);if(!t)return null;e=t[3];let r="";for(l... class p (line 1) | class p extends e.ObjectWrapper.ObjectWrapper{projectsInternal;hasResour... method constructor (line 1) | constructor(){super(),this.projectsInternal=new Map,this.hasResourceCo... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:t}=e;return d&&!t||(... method removeInstance (line 1) | static removeInstance(){d=void 0} method uiSourceCode (line 1) | uiSourceCode(e,t){const n=this.projectsInternal.get(e);return n?n.uiSo... method uiSourceCodeForURL (line 1) | uiSourceCodeForURL(e){for(const t of this.projectsInternal.values()){c... method findCompatibleUISourceCodes (line 1) | findCompatibleUISourceCodes(e){const t=e.url(),n=e.contentType(),r=[];... method uiSourceCodesForProjectType (line 1) | uiSourceCodesForProjectType(e){const t=[];for(const n of this.projects... method addProject (line 1) | addProject(e){console.assert(!this.projectsInternal.has(e.id()),`A pro... method removeProject (line 1) | removeProject(e){this.projectsInternal.delete(e.id()),this.dispatchEve... method project (line 1) | project(e){return this.projectsInternal.get(e)||null} method projects (line 1) | projects(){return[...this.projectsInternal.values()]} method projectsForType (line 1) | projectsForType(e){return this.projects().filter((function(t){return t... method uiSourceCodes (line 1) | uiSourceCodes(){const e=[];for(const t of this.projectsInternal.values... method setHasResourceContentTrackingExtensions (line 1) | setHasResourceContentTrackingExtensions(e){this.hasResourceContentTrac... method hasResourceContentTrackingExtensions (line 1) | hasResourceContentTrackingExtensions(){return this.hasResourceContentT... method Events (line 1) | get Events(){return C} method constructor (line 1) | constructor(e,t,n,r){this.workspaceInternal=e,this.idInternal=t,this.typ... method id (line 1) | id(){return this.idInternal} method type (line 1) | type(){return this.typeInternal} method displayName (line 1) | displayName(){return this.displayNameInternal} method workspace (line 1) | workspace(){return this.workspaceInternal} method createUISourceCode (line 1) | createUISourceCode(e,t){return new I(this,e,t)} method addUISourceCode (line 1) | addUISourceCode(e){const t=e.url();return!this.uiSourceCodeForURL(t)&&(t... method removeUISourceCode (line 1) | removeUISourceCode(e){const t=this.#u.get(e);void 0!==t&&(this.#u.delete... method removeProject (line 1) | removeProject(){this.workspaceInternal.removeProject(this),this.#u.clear()} method uiSourceCodeForURL (line 1) | uiSourceCodeForURL(e){return this.#u.get(e)??null} method uiSourceCodes (line 1) | uiSourceCodes(){return this.#u.values()} method renameUISourceCode (line 1) | renameUISourceCode(t,n){const r=t.url(),o=t.parentURL()?e.ParsedURL.Pars... method rename (line 1) | rename(e,t,n){} method excludeFolder (line 1) | excludeFolder(e){} method deleteFile (line 1) | deleteFile(e){} method deleteDirectoryRecursively (line 1) | deleteDirectoryRecursively(e){return Promise.resolve(!1)} method remove (line 1) | remove(){} method indexContent (line 1) | indexContent(e){} method projectTypes (line 1) | get projectTypes(){return h} class I (line 1) | class I extends e.ObjectWrapper.ObjectWrapper{#h;#l;#d;#p;#C;#m;#g=null;... method constructor (line 1) | constructor(t,r,o){super(),this.#d=t,this.#p=r;const s=e.ParsedURL.Par... method requestMetadata (line 1) | requestMetadata(){return this.#d.requestMetadata(this)} method name (line 1) | name(){return this.#C} method mimeType (line 1) | mimeType(){return this.#d.mimeType(this)} method url (line 1) | url(){return this.#p} method canonicalScriptId (line 1) | canonicalScriptId(){return`${this.#m.name()},${this.#p}`} method parentURL (line 1) | parentURL(){return this.#l} method origin (line 1) | origin(){return this.#h} method fullDisplayName (line 1) | fullDisplayName(){return this.#d.fullDisplayName(this)} method displayName (line 1) | displayName(e){if(!this.#C)return v(g.index);const t=this.#C;return e?... method canRename (line 1) | canRename(){return this.#d.canRename()} method rename (line 1) | rename(e){const{resolve:t,promise:n}=Promise.withResolvers();return th... method remove (line 1) | remove(){this.#d.deleteFile(this)} method #P (line 1) | #P(t,n,r){const o=this.#p;this.#C=t,this.#p=n||e.ParsedURL.ParsedURL.r... method contentURL (line 1) | contentURL(){return this.url()} method contentType (line 1) | contentType(){return this.#m} method project (line 1) | project(){return this.#d} method requestContentData (line 1) | requestContentData({cachedWasmOnly:e}={}){return this.#g?this.#g:this.... method requestContent (line 1) | async requestContent(e={}){return o.ContentData.ContentData.asDeferred... method #E (line 1) | async#E(){if(this.#k)throw new Error("Called UISourceCode#requestConte... method #F (line 1) | #F(e){return e?e.isEncoded&&e.content?window.atob(e.content):e.content... method #D (line 1) | #D(e){return!e||o.ContentData.ContentData.isError(e)?null:e.createdFro... method checkContentUpdated (line 1) | async checkContentUpdated(){if(!this.#k&&!this.#f)return;if(!this.#d.c... method forceLoadOnCheckContent (line 1) | forceLoadOnCheckContent(){this.#f=!0} method #W (line 1) | #W(e){this.#d.canSetFileContent()&&this.#d.setFileContent(this,e,!1),t... method #N (line 1) | #N(e,t){this.#S=null,this.#k=new o.ContentData.ContentData(e,Boolean(t... method addRevision (line 1) | addRevision(e){this.#W(e)} method hasCommits (line 1) | hasCommits(){return this.#v} method workingCopy (line 1) | workingCopy(){return this.workingCopyContent().content||""} method workingCopyContent (line 1) | workingCopyContent(){return this.workingCopyContentData().asDeferedCon... method workingCopyContentData (line 1) | workingCopyContentData(){this.#T&&(this.#R=this.#T(),this.#T=null);con... method resetWorkingCopy (line 1) | resetWorkingCopy(){this.#A(),this.#q()} method #A (line 1) | #A(){this.#R=null,this.#T=null,this.setContainsAiChanges(!1)} method setWorkingCopy (line 1) | setWorkingCopy(e){this.#R=e,this.#T=null,this.#q()} method setContainsAiChanges (line 1) | setContainsAiChanges(e){this.#x=e} method containsAiChanges (line 1) | containsAiChanges(){return this.#x} method setContent (line 1) | setContent(e,t){this.#L=t,this.#d.canSetFileContent()&&this.#d.setFile... method setWorkingCopyGetter (line 1) | setWorkingCopyGetter(e){this.#T=e,this.#q()} method #q (line 1) | #q(){this.#M(),this.dispatchEventToListeners(k.WorkingCopyChanged,this... method removeWorkingCopyGetter (line 1) | removeWorkingCopyGetter(){this.#T&&(this.#R=this.#T(),this.#T=null)} method commitWorkingCopy (line 1) | commitWorkingCopy(){this.isDirty()&&this.#W(this.workingCopy())} method isDirty (line 1) | isDirty(){return null!==this.#R||null!==this.#T} method isKnownThirdParty (line 1) | isKnownThirdParty(){return this.#j} method markKnownThirdParty (line 1) | markKnownThirdParty(){this.#j=!0} method isUnconditionallyIgnoreListed (line 1) | isUnconditionallyIgnoreListed(){return this.#b} method isFetchXHR (line 1) | isFetchXHR(){return[e.ResourceType.resourceTypes.XHR,e.ResourceType.re... method markAsUnconditionallyIgnoreListed (line 1) | markAsUnconditionallyIgnoreListed(){this.#b=!0} method extension (line 1) | extension(){return e.ParsedURL.ParsedURL.extractExtension(this.#C)} method content (line 1) | content(){return!this.#k||"error"in this.#k?"":this.#k.text} method loadError (line 1) | loadError(){return this.#k&&"error"in this.#k&&this.#k.error||null} method searchInContent (line 1) | searchInContent(e,t,n){return!this.#k||"error"in this.#k?this.#d.searc... method contentLoaded (line 1) | contentLoaded(){return Boolean(this.#k)} method uiLocation (line 1) | uiLocation(e,t){return new f(this,e,t)} method messages (line 1) | messages(){return this.#I?new Set(this.#I):new Set} method addLineMessage (line 1) | addLineMessage(e,t,n,r,s){const i=o.TextRange.TextRange.createFromLoca... method addMessage (line 1) | addMessage(e){this.#I||(this.#I=new Set),this.#I.add(e),this.dispatchE... method removeMessage (line 1) | removeMessage(e){this.#I?.delete(e)&&this.dispatchEventToListeners(k.M... method #M (line 1) | #M(){if(this.#I){for(const e of this.#I)this.dispatchEventToListeners(... method setDecorationData (line 1) | setDecorationData(e,t){t!==this.#y.get(e)&&(this.#y.set(e,t),this.disp... method getDecorationData (line 1) | getDecorationData(e){return this.#y.get(e)} method disableEdit (line 1) | disableEdit(){this.#U=!0} method editDisabled (line 1) | editDisabled(){return this.#U} class f (line 1) | class f{uiSourceCode;lineNumber;columnNumber;constructor(e,t,n){this.uiS... method constructor (line 1) | constructor(e,t,n){this.uiSourceCode=e,this.lineNumber=t,this.columnNu... method linkText (line 1) | linkText(e=!1,t=!1){const n=this.uiSourceCode.displayName(e),r=this.li... method lineAndColumnText (line 1) | lineAndColumnText(e=!1){let t;return"application/wasm"===this.uiSource... method id (line 1) | id(){return"number"==typeof this.columnNumber?this.uiSourceCode.projec... method lineId (line 1) | lineId(){return this.uiSourceCode.project().id()+":"+this.uiSourceCode... method comparator (line 1) | static comparator(e,t){return e.compareTo(t)} method compareTo (line 1) | compareTo(e){return this.uiSourceCode.url()!==e.uiSourceCode.url()?thi... class w (line 1) | class w{levelInternal;textInternal;range;clickHandlerInternal;constructo... method constructor (line 1) | constructor(e,t,n,r){this.levelInternal=e,this.textInternal=t,this.ran... method level (line 1) | level(){return this.levelInternal} method text (line 1) | text(){return this.textInternal} method clickHandler (line 1) | clickHandler(){return this.clickHandlerInternal} method lineNumber (line 1) | lineNumber(){return this.range.startLine} method columnNumber (line 1) | columnNumber(){return this.range.startColumn} method isEqual (line 1) | isEqual(e){return this.text()===e.text()&&this.level()===e.level()&&th... method Events (line 1) | get Events(){return k} method constructor (line 1) | constructor(e,t){this.uiSourceCode=e,this.range=t} method constructor (line 1) | constructor(e,t){this.modificationTime=e,this.contentSize=t} FILE: packages/debugger-frontend/dist/third-party/front_end/models/workspace_diff/workspace_diff.js class d (line 1) | class d extends e.ObjectWrapper.ObjectWrapper{#e=s.Persistence.Persisten... method constructor (line 1) | constructor(e){super(),e.addEventListener(n.Workspace.Events.WorkingCo... method requestDiff (line 1) | requestDiff(e){return this.uiSourceCodeDiff(e).requestDiff()} method subscribeToDiffChange (line 1) | subscribeToDiffChange(e,t,i){this.uiSourceCodeDiff(e).addEventListener... method unsubscribeFromDiffChange (line 1) | unsubscribeFromDiffChange(e,t,i){this.uiSourceCodeDiff(e).removeEventL... method modifiedUISourceCodes (line 1) | modifiedUISourceCodes(){return Array.from(this.#i)} method uiSourceCodeDiff (line 1) | uiSourceCodeDiff(e){let t=this.#t.get(e);return t||(t=new u(e),this.#t... method uiSourceCodeChanged (line 1) | uiSourceCodeChanged(e){const t=e.data.uiSourceCode;this.updateModified... method uiSourceCodeAdded (line 1) | uiSourceCodeAdded(e){const t=e.data;this.updateModifiedState(t)} method uiSourceCodeRemoved (line 1) | uiSourceCodeRemoved(e){const t=e.data;this.removeUISourceCode(t)} method projectRemoved (line 1) | projectRemoved(e){const t=e.data;for(const e of t.uiSourceCodes())this... method removeUISourceCode (line 1) | removeUISourceCode(e){this.loadingUISourceCodes.delete(e);const t=this... method markAsUnmodified (line 1) | markAsUnmodified(e){this.uiSourceCodeProcessedForTest(),this.#i.delete... method markAsModified (line 1) | markAsModified(e){this.uiSourceCodeProcessedForTest(),this.#i.has(e)||... method uiSourceCodeProcessedForTest (line 1) | uiSourceCodeProcessedForTest(){} method #o (line 1) | #o(e){switch(e.project().type()){case n.Workspace.projectTypes.Network... method updateModifiedState (line 1) | async updateModifiedState(e){if(this.loadingUISourceCodes.delete(e),!t... method requestOriginalContentForUISourceCode (line 1) | requestOriginalContentForUISourceCode(e){return this.uiSourceCodeDiff(... method revertToOriginal (line 1) | revertToOriginal(e){return t.userMetrics.actionTaken(t.UserMetrics.Act... class u (line 1) | class u extends e.ObjectWrapper.ObjectWrapper{uiSourceCode;requestDiffPr... method constructor (line 1) | constructor(e){super(),this.uiSourceCode=e,e.addEventListener(n.UISour... method uiSourceCodeChanged (line 1) | uiSourceCodeChanged(){this.pendingChanges&&(clearTimeout(this.pendingC... method requestDiff (line 1) | requestDiff(){return this.requestDiffPromise||(this.requestDiffPromise... method originalContent (line 1) | async originalContent(){const e=s.NetworkPersistenceManager.NetworkPer... method innerRequestDiff (line 1) | async innerRequestDiff(){if(this.dispose)return null;let e=await this.... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/accessibility/accessibility.js class x (line 1) | class x extends r.View.SimpleView{axNode;nodeInternal;constructor(e){sup... method constructor (line 1) | constructor(e){super(e),this.registerRequiredCSS(f),this.axNode=null} method setAXNode (line 1) | setAXNode(e){} method node (line 1) | node(){return this.nodeInternal||null} method setNode (line 1) | setNode(e){this.nodeInternal=e} method createInfo (line 1) | createInfo(e,t){const a=t||"gray-info-message",r=this.element.createCh... method createTreeOutline (line 1) | createTreeOutline(){const e=new r.TreeOutline.TreeOutlineInShadow;retu... class I (line 1) | class I extends x{axNode;noNodeInfo;ignoredInfo;treeOutline;ignoredReaso... method constructor (line 1) | constructor(){super(A(E.computedProperties)),this.registerRequiredCSS(... method setAXNode (line 1) | setAXNode(e){if(this.axNode===e)return;this.axNode=e;const t=this.tree... method setNode (line 1) | setNode(e){super.setNode(e),this.axNode=null} class N (line 1) | class N extends r.TreeOutline.TreeElement{axNode;constructor(e){super(""... method constructor (line 1) | constructor(e){super(""),this.axNode=e} method createSimpleValueElement (line 1) | static createSimpleValueElement(e,t){let a,i;e&&"valueUndefined"!==e&&... method createExclamationMark (line 1) | static createExclamationMark(e){const t=r.UIUtils.createIconLabel({ico... method appendNameElement (line 1) | appendNameElement(e){const t=document.createElement("span");if(e in h)... method appendValueElement (line 1) | appendValueElement(e){if("idref"===e.type||"node"===e.type||"idrefList... method appendRelatedNode (line 1) | appendRelatedNode(e,t){const r=new a.DOMModel.DeferredDOMNode(this.axN... method appendRelatedNodeInline (line 1) | appendRelatedNodeInline(e){const t=new a.DOMModel.DeferredDOMNode(this... method appendRelatedNodeListValueElement (line 1) | appendRelatedNodeListValueElement(e){!e.relatedNodes||1!==e.relatedNod... class C (line 1) | class C extends N{property;toggleOnClick;constructor(e,t){super(t),this.... method constructor (line 1) | constructor(e,t){super(t),this.property=e,this.toggleOnClick=!0,this.l... method onattach (line 1) | onattach(){this.update()} method update (line 1) | update(){this.listItemElement.removeChildren(),this.appendNameElement(... class M (line 1) | class M extends N{source;constructor(e,t){super(t),this.source=e}onattac... method constructor (line 1) | constructor(e,t){super(t),this.source=e} method onattach (line 1) | onattach(){this.update()} method appendRelatedNodeWithIdref (line 1) | appendRelatedNodeWithIdref(e,t){const r=new a.DOMModel.DeferredDOMNode... method appendIDRefValueElement (line 1) | appendIDRefValueElement(e){if(null===e.value)return;const t=e.relatedN... method appendRelatedNodeListValueElement (line 1) | appendRelatedNodeListValueElement(e){const t=e.relatedNodes,a=t?t.leng... method appendSourceNameElement (line 1) | appendSourceNameElement(e){const t=document.createElement("span"),a=e.... method update (line 1) | update(){if(this.listItemElement.removeChildren(),this.source.invalid)... class L (line 1) | class L extends r.TreeOutline.TreeElement{value;axRelatedNodeElement;con... method constructor (line 1) | constructor(e,t){super(""),this.value=t,this.axRelatedNodeElement=new ... method onattach (line 1) | onattach(){this.listItemElement.appendChild(this.axRelatedNodeElement.... method onenter (line 1) | onenter(){return this.axRelatedNodeElement.revealNode(),!0} class R (line 1) | class R{deferredNode;idref;value;constructor(e,t){this.deferredNode=e.de... method constructor (line 1) | constructor(e,t){this.deferredNode=e.deferredNode,this.idref=e.idref,t... method render (line 1) | render(){const t=document.createElement("span");if(this.deferredNode){... method revealNode (line 1) | revealNode(){this.deferredNode&&this.deferredNode.resolvePromise().the... class F (line 1) | class F extends N{property;toggleOnClick;reasonElement;constructor(e,t){... method constructor (line 1) | constructor(e,t){super(t),this.property=e,this.axNode=t,this.toggleOnC... method createReasonElement (line 1) | static createReasonElement(e,a){let r=null;switch(e){case"activeModalD... method onattach (line 1) | onattach(){this.listItemElement.removeChildren(),this.reasonElement=F.... class P (line 1) | class P{attributes;roleNames;constructor(e){this.attributes=new Map,this... method constructor (line 1) | constructor(e){this.attributes=new Map,this.roleNames=[],e&&this.initi... method initialize (line 1) | initialize(e){const t=e.attributes,a=["true","false"];for(const e of t... method valuesForProperty (line 1) | valuesForProperty(e){const t=this.attributes.get(e);return t?t.getEnum... function V (line 1) | function V(){return D||(D=new P(S||null)),D} class B (line 1) | class B{enum;constructor(e){this.enum=[],e.enum&&(this.enum=e.enum)}getE... method constructor (line 1) | constructor(e){this.enum=[],e.enum&&(this.enum=e.enum)} method getEnum (line 1) | getEnum(){return this.enum} class U (line 1) | class U extends x{noPropertiesInfo;treeOutline;constructor(){super(j(W.a... method constructor (line 1) | constructor(){super(j(W.ariaAttributes)),this.noPropertiesInfo=this.cr... method setNode (line 1) | setNode(e){if(super.setNode(e),this.treeOutline.removeChildren(),!e)re... method isARIAAttribute (line 1) | isARIAAttribute(e){return _.has(e.name)} class X (line 1) | class X extends r.TreeOutline.TreeElement{parentPane;attribute;nameEleme... method constructor (line 1) | constructor(e,t,a){super(""),this.parentPane=e,this.attribute=t,this.s... method createARIAValueElement (line 1) | static createARIAValueElement(e){const t=document.createElement("span"... method onattach (line 1) | onattach(){this.populateListItem(),this.listItemElement.addEventListen... method populateListItem (line 1) | populateListItem(){this.listItemElement.removeChildren(),this.appendNa... method appendNameElement (line 1) | appendNameElement(e){this.nameElement=document.createElement("span"),t... method appendAttributeValueElement (line 1) | appendAttributeValueElement(e){this.valueElement=X.createARIAValueElem... method mouseClick (line 1) | mouseClick(e){e.target!==this.listItemElement&&(e.consume(!0),this.sta... method startEditing (line 1) | startEditing(){const e=this.valueElement;if(!e||r.UIUtils.isBeingEdite... method removePrompt (line 1) | removePrompt(){this.prompt&&(this.prompt.detach(),delete this.prompt)} method editingCommitted (line 1) | editingCommitted(e,t){if(this.removePrompt(),e!==t){this.parentPane.no... method editingCancelled (line 1) | editingCancelled(){this.removePrompt(),this.populateListItem()} method editingValueKeyDown (line 1) | editingValueKeyDown(e,t){if(!t.handled){if("Enter"===t.key){const a=t.... class z (line 1) | class z extends r.TextPrompt.TextPrompt{ariaCompletions;treeElement;cons... method constructor (line 1) | constructor(e,t){super(),this.initialize(this.buildPropertyCompletions... method buildPropertyCompletions (line 1) | async buildPropertyCompletions(e,t,a){return(t=t.toLowerCase())||a||!e... class Y (line 1) | class Y extends x{axSidebarView;preselectedBreadcrumb;inspectedNodeBread... method constructor (line 1) | constructor(e){super(Q(G.accessibilityTree)),this.registerRequiredCSS(... method focus (line 1) | focus(){this.inspectedNodeBreadcrumb?this.inspectedNodeBreadcrumb.node... method setAXNode (line 1) | setAXNode(e){if(this.#e)return;const t=this.element.hasFocus();if(supe... method willHide (line 1) | willHide(){this.setPreselectedBreadcrumb(null)} method onKeyDown (line 1) | onKeyDown(e){const t=this.preselectedBreadcrumb;if(!t)return;const a=e... method preselectPrevious (line 1) | preselectPrevious(){if(!this.preselectedBreadcrumb)return!1;const e=th... method preselectNext (line 1) | preselectNext(){if(!this.preselectedBreadcrumb)return!1;const e=this.p... method preselectParent (line 1) | preselectParent(){if(!this.preselectedBreadcrumb)return!1;const e=this... method setPreselectedBreadcrumb (line 1) | setPreselectedBreadcrumb(e){if(e===this.preselectedBreadcrumb)return;c... method collapseBreadcrumb (line 1) | collapseBreadcrumb(e){if(!e.parentBreadcrumb())return;const t=e.axNode... method onMouseLeave (line 1) | onMouseLeave(e){this.setHoveredBreadcrumb(null)} method onMouseMove (line 1) | onMouseMove(e){const t=e.target;if(!t)return;const a=t.enclosingNodeOr... method onFocusOut (line 1) | onFocusOut(e){this.preselectedBreadcrumb&&e.target===this.preselectedB... method onClick (line 1) | onClick(e){const t=e.target;if(!t)return;const a=t.enclosingNodeOrSelf... method setHoveredBreadcrumb (line 1) | setHoveredBreadcrumb(e){if(e===this.hoveredBreadcrumb)return;this.hove... method inspectDOMNode (line 1) | inspectDOMNode(t){if(!t.isDOMNode())return!1;const a=t.deferredDOMNode... method contextMenuEventFired (line 1) | contextMenuEventFired(e){const t=e.target;if(!t)return;const a=t.enclo... class ee (line 1) | class ee{axNodeInternal;elementInternal;nodeElementInternal;nodeWrapper;... method constructor (line 1) | constructor(e,t,a){if(this.axNodeInternal=e,this.elementInternal=docum... method element (line 1) | element(){return this.elementInternal} method nodeElement (line 1) | nodeElement(){return this.nodeElementInternal} method appendChild (line 1) | appendChild(e){this.children.push(e),e.setParent(this),this.nodeElemen... method hasExpandedChildren (line 1) | hasExpandedChildren(){return this.children.length} method setParent (line 1) | setParent(e){this.parent=e} method preselected (line 1) | preselected(){return this.preselectedInternal} method setPreselected (line 1) | setPreselected(e,t){this.preselectedInternal!==e&&(this.preselectedInt... method setHovered (line 1) | setHovered(e){this.hovered!==e&&(this.hovered=e,this.nodeElementIntern... method axNode (line 1) | axNode(){return this.axNodeInternal} method inspected (line 1) | inspected(){return this.inspectedInternal} method isDOMNode (line 1) | isDOMNode(){return this.axNodeInternal.isDOMNode()} method nextBreadcrumb (line 1) | nextBreadcrumb(){if(this.children.length)return this.children[0];const... method previousBreadcrumb (line 1) | previousBreadcrumb(){const e=this.element().previousSibling;return e?Z... method parentBreadcrumb (line 1) | parentBreadcrumb(){return this.parent} method lastChild (line 1) | lastChild(){return this.children[this.children.length-1]} method appendNameElement (line 1) | appendNameElement(e){const t=document.createElement("span");t.textCont... method appendRoleElement (line 1) | appendRoleElement(e){if(!e)return;const t=document.createElement("span... method appendIgnoredNodeElement (line 1) | appendIgnoredNodeElement(){const e=document.createElement("span");e.cl... class se (line 1) | class se extends x{noNodeInfo;warning;checked;checkboxLabel;checkboxElem... method constructor (line 1) | constructor(){super(ne(re.sourceOrderViewer)),this.element.setAttribut... method setNodeAsync (line 1) | async setNodeAsync(e){if(this.checkboxLabel.classList.contains("hidden... method checkboxClicked (line 1) | checkboxClicked(){this.nodeInternal&&this.overlayModel&&(this.checkbox... class le (line 1) | class le extends r.ThrottledWidget.ThrottledWidget{nodeInternal;axNodeIn... method constructor (line 1) | constructor(e){super(!1,e),this.nodeInternal=null,this.axNodeInternal=... method instance (line 1) | static instance(e){return oe&&!e?.forceNew||(oe=new le(e?.throttlingTi... method node (line 1) | node(){return this.nodeInternal} method axNode (line 1) | axNode(){return this.axNodeInternal} method setNode (line 1) | setNode(e,t){this.skipNextPullNode=Boolean(t),this.nodeInternal=e,this... method accessibilityNodeCallback (line 1) | accessibilityNodeCallback(e){e&&(this.axNodeInternal=e,e.isDOMNode()?t... method doUpdate (line 1) | async doUpdate(){const e=this.node();if(this.axNodeSubPane.setNode(e),... method wasShown (line 1) | wasShown(){super.wasShown(),this.doUpdate(),a.TargetManager.TargetMana... method willHide (line 1) | willHide(){a.TargetManager.TargetManager.instance().removeModelListene... method pullNode (line 1) | pullNode(){this.skipNextPullNode?this.skipNextPullNode=!1:this.setNode... method onNodeChange (line 1) | onNodeChange(e){if(!this.node())return;const t=e.data,r=t instanceof a... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/ai_assistance/ai_assistance-meta.js function c (line 1) | function c(e){return!0===e?.aidaAvailability?.blockedByEnterprisePolicy} function l (line 1) | async function l(){return r||(r=await import("./ai_assistance.js")),r} function A (line 1) | function A(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsFrees... function d (line 1) | function d(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsAiAss... function g (line 1) | function g(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsAiAss... function y (line 1) | function y(e){return!0===(e?.aidaAvailability?.enabled&&e?.devToolsAiAss... function u (line 1) | function u(e){return A(e)||d(e)||g(e)||y(e)} method loadView (line 1) | async loadView(){const e=await l();return await e.AiAssistancePanel.inst... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/ai_assistance/ai_assistance.js method constructor (line 1) | constructor(t,n,o){super(!1,!1,t),this.#s=o?.aidaClient??new s.AidaClien... method #c (line 115) | #c(){this.#t.tooltipRef?.value?.hidePopover(),e.ViewManager.ViewManager.... method performUpdate (line 115) | performUpdate(){this.#e({workspaceDiff:this.#r,changeSummary:this.change... method wasShown (line 115) | wasShown(){super.wasShown(),G()&&(window.aiAssistanceTestPatchPrompt=asy... method #d (line 115) | async#d(){if(!G())return;const e=this.changeSummary;if(!e)throw new Erro... method #h (line 115) | #h(){this.#r.modifiedUISourceCodes().forEach((e=>{e.resetWorkingCopy()})... method #g (line 115) | #g(){if(this.#a!==H.SUCCESS)return!1;const e=this.#r.modifiedUISourceCod... method #u (line 115) | #u(){this.#r.modifiedUISourceCodes().forEach((e=>{const t=this.#l.bindin... method #p (line 115) | #p(){this.#a=H.EXPORTED_AS_PATCH,this.requestUpdate()} method #v (line 115) | async#v(e){this.#n=new AbortController;const t=new a.PatchAgent({aidaCli... function G (line 115) | function G(){return Boolean(i.Runtime.hostConfig.devToolsFreestyler?.pat... method PatchSuggestionState (line 115) | get PatchSuggestionState(){return H} class Y (line 115) | class Y extends C.MarkdownView.MarkdownInsightRenderer{templateForToken(... method templateForToken (line 115) | templateForToken(e){if("code"===e.type){const t=e.text.split("\n");"cs... method constructor (line 187) | constructor(e,t){super(!1,!1,e),this.view=t??he} method wasShown (line 187) | wasShown(){super.wasShown(),this.performUpdate(),this.#x(),this.#t.sugge... method performUpdate (line 187) | performUpdate(){this.view({onSuggestionClick:this.onSuggestionClick,onRa... method #$ (line 187) | #$(e){this.#b=e;const t=!e;t!==this.#k&&(this.#k=t,this.performUpdate())} method disconnectedCallback (line 187) | disconnectedCallback(){this.#m.disconnect()} method #f (line 187) | #f(){this.#y.schedule((()=>(this.#x(),Promise.resolve())))} method #A (line 187) | #A(e){const t=this.#t.suggestionsScrollContainer;t&&t.scroll({top:0,left... method #S (line 187) | #S(e){if(this.#w===e)return this.#w=void 0,this.#C=!1,this.#k=!0,this.on... method #T (line 187) | #T(){this.#C=!1,this.#k=!0,this.performUpdate()} method #I (line 187) | #I(e){e.preventDefault();const t=this.#b;this.#w&&t&&(this.onFeedbackSub... class Ze (line 187) | class Ze extends HTMLElement{#E=this.attachShadow({mode:"open"});#R=new ... method constructor (line 187) | constructor(e){super(),this.#L=e} method props (line 187) | set props(e){this.#R=new Y,this.#L=e,this.#D()} method connectedCallback (line 187) | connectedCallback(){this.#E.adoptedStyleSheets=[pe],this.#D(),this.#M&... method disconnectedCallback (line 187) | disconnectedCallback(){this.#O.disconnect()} method focusTextInput (line 187) | focusTextInput(){const e=this.#E.querySelector(".chat-input");e&&e.foc... method restoreScrollPosition (line 187) | restoreScrollPosition(){void 0!==this.#z&&this.#F?.value&&(this.#F.val... method scrollToBottom (line 187) | scrollToBottom(){this.#F?.value&&(this.#F.value.scrollTop=this.#F.valu... method #P (line 187) | #P(){this.#j&&this.#F?.value&&this.#j&&(this.#F.value.scrollTop=this.#... method #N (line 187) | #N(e){const t=this.#E.querySelector(".chat-input");t&&(t.value=e,this.... method #U (line 187) | #U(e){this.#M=e,e?this.#O.observe(e):(this.#j=!0,this.#O.disconnect())} method #D (line 187) | #D(){l.render(ve` function Je (line 442) | function Je(e,t,{animate:s,ref:n}={}){let i=[];try{i=w.Marked.lexer(e);f... function et (line 445) | function et(e){return ve` function Tt (line 457) | function Tt(e){return e&&e.nodeType()===Node.ELEMENT_NODE?e:null} function $t (line 457) | function $t(e,t){if(e){const t=e.getSuggestions();if(t)return t}if(!t)re... function Et (line 457) | function Et(e,t,s){l.render(tt` function Rt (line 512) | function Rt(e){return e?new a.NodeContext(e):null} class Lt (line 512) | class Lt extends e.Panel.Panel{view;static panelName="freestyler";#H;#s;... method constructor (line 512) | constructor(t=Et,{aidaClient:s,aidaAvailability:n,syncInfo:i}){super(L... method #ue (line 512) | #ue(){const e=!0===i.Runtime.hostConfig.aidaAvailability?.blockedByAge... method #ge (line 512) | #ge(){try{return t.Settings.moduleSetting("ai-assistance-enabled")}cat... method #pe (line 512) | #pe(e){const t={aidaClient:this.#s,serverSideLoggingEnabled:this.#W};l... method instance (line 512) | static async instance(e={forceNew:null}){const{forceNew:t}=e;if(!zt||t... method #ve (line 512) | #ve(){if(this.#Y&&this.#Q&&!this.#Q.isEmpty||this.#ae)return;const{hos... method #me (line 512) | #me(e){const t=e instanceof a.AiAgent?e:void 0,s=e instanceof a.Conver... method wasShown (line 512) | wasShown(){var t,n,i,l;super.wasShown(),this.#t.chatView?.restoreScrol... method willHide (line 512) | willHide(){this.#G?.removeChangeListener(this.requestUpdate,this),s.Ai... method #Ie (line 512) | #Ie(){this.#de&&(this.#de=void 0,this.requestUpdate())} method #Te (line 512) | #Te(){if(G()&&this.#Y&&!this.#Q?.isReadOnly)return this.#K.formatChang... method performUpdate (line 512) | async performUpdate(){this.view({state:this.#ue(),blockedByCrossOrigin... method #Oe (line 512) | #Oe(){this.#H.execute()} method #$e (line 512) | #$e(){const e=this.#G?.getIfNotDisabled(),t=!0===i.Runtime.hostConfig.... method #Ee (line 512) | #Ee(){if("consent-view"===this.#ue()||!this.#Q)return At(st.followTheS... method #Re (line 512) | #Re(){if("consent-view"===this.#ue()||!this.#Q||this.#Q.isReadOnly)ret... method #Pe (line 512) | #Pe(e,t,s){this.#s.registerClientEvent({corresponding_aida_rpc_global_... method #je (line 512) | #je(){const e=this.#re;if(e instanceof a.RequestContext){const s=v.UIR... method handleAction (line 512) | handleAction(e){if(this.#ae)return void this.#t.chatView?.focusTextInp... method #Le (line 512) | #Le(t){const s=t.target,n=s?.getBoundingClientRect(),i=new e.ContextMe... method #Be (line 512) | #Be(){this.#Z=[],a.AiHistoryStorage.instance().deleteAll(),this.#me()} method #Me (line 512) | #Me(){this.#Q&&(this.#Z=this.#Z.filter((e=>e!==this.#Q)),a.AiHistorySt... method #qe (line 512) | async#qe(e){this.#Q!==e&&(this.#me(e),await this.#_e(e.history))} method #ze (line 512) | #ze(){this.#me(),e.ARIAUtils.alert(At(st.newChatCreated))} method #De (line 512) | async#De(){const e=o.TargetManager.TargetManager.instance().primaryPag... method #Ne (line 512) | #Ne(){this.#de=void 0,this.requestUpdate(),this.updateComplete.then(((... method #Ue (line 512) | #Ue(e){const t=!e;t!==this.#he&&(this.#he=t,this.requestUpdate())} method #fe (line 512) | #fe(){this.#Ve.abort(),this.#Ve=new AbortController} method #ye (line 512) | #ye(e){if(!this.#Y)return void(this.#oe=!1);const t=e??this.#He();this... method #He (line 512) | #He(){if(!this.#Q)return null;let e;switch(this.#Q.type){case"freestyl... method #Fe (line 512) | async#Fe(t,s){if(!this.#Y)return;this.#fe();const n=this.#Ve.signal,i=... method #We (line 512) | async*#We(e){const t=this.#Q;for await(const s of e)("answer"!==s.type... method #_e (line 512) | async#_e(e){const t=await this.#X.acquire();try{let s={entity:"model",... class Mt (line 512) | class Mt{handleAction(t,s){switch(s){case"freestyler.elements-floating-b... method handleAction (line 512) | handleAction(t,s){switch(s){case"freestyler.elements-floating-button":... function Ft (line 512) | function Ft(){return Boolean(i.Runtime.hostConfig.devToolsFreestyler?.mu... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/animation/animation-meta.js function r (line 1) | async function r(){return o||(o=await import("./animation.js")),o} FILE: packages/debugger-frontend/dist/third-party/front_end/panels/animation/animation.js class c (line 1) | class c extends t.Widget.VBox{#e;#t;#i;#n;#o;#r;constructor(e){super(!0)... method constructor (line 1) | constructor(e){super(!0),this.registerRequiredCSS(d),console.assert(e.... method wasShown (line 1) | wasShown(){super.wasShown(),this.#t=this.contentElement.window().reque... method willHide (line 1) | willHide(){this.contentElement.window().cancelAnimationFrame(this.#t),... method changeFrame (line 1) | changeFrame(){if(this.#t=this.contentElement.window().requestAnimation... class y (line 1) | class y extends t.Widget.VBox{#s;#a;#l;#d;#c=[];#h;#m;#u;#p;#b;#f;#v;#g;... method constructor (line 1) | constructor(){super(!0),this.registerRequiredCSS(m),this.element.class... method instance (line 1) | static instance(e){return g&&!e?.forceNew||(g=new y),g} method #W (line 1) | #W(){let e;t.UIUtils.installDragHandle(this.#O,(t=>(e=t.clientX,!0)),(... method previewMap (line 1) | get previewMap(){return this.#M} method uiAnimations (line 1) | get uiAnimations(){return this.#k} method groupBuffer (line 1) | get groupBuffer(){return this.#T} method wasShown (line 1) | wasShown(){super.wasShown();for(const e of l.TargetManager.TargetManag... method willHide (line 1) | willHide(){for(const e of l.TargetManager.TargetManager.instance().mod... method #_ (line 1) | #_(e){for(const t of e.animationGroups.values())this.#M.has(t)||this.a... method #$ (line 1) | #$(){t.ViewManager.ViewManager.instance().moveView("animations","drawe... method revealAnimationGroup (line 1) | async revealAnimationGroup(e){return this.#M.has(e)||await this.addAni... method modelAdded (line 1) | modelAdded(e){this.isShowing()&&this.addEventListeners(e)} method modelRemoved (line 1) | modelRemoved(e){this.removeEventListeners(e)} method addEventListeners (line 1) | addEventListeners(e){e.addEventListener(l.AnimationModel.Events.Animat... method removeEventListeners (line 1) | removeEventListeners(e){e.removeEventListener(l.AnimationModel.Events.... method nodeChanged (line 1) | nodeChanged(){for(const e of this.#A.values())e.nodeChanged()} method createScrubber (line 1) | createScrubber(){return this.#p=document.createElement("div"),this.#p.... method createHeader (line 1) | createHeader(){const e=this.contentElement.createChild("div","animatio... method handlePlaybackRateControlKeyDown (line 1) | handlePlaybackRateControlKeyDown(e){switch(e.key){case"ArrowLeft":case... method focusNextPlaybackRateButton (line 1) | focusNextPlaybackRateButton(e,t){const i=e,n=this.#m.indexOf(i),o=t?n-... method togglePauseAll (line 1) | togglePauseAll(){this.#d=!this.#d,o.userMetrics.actionTaken(this.#d?o.... method setPlaybackRate (line 1) | setPlaybackRate(e){e!==this.#l&&o.userMetrics.animationPlaybackRateCha... method updatePlaybackControls (line 1) | updatePlaybackControls(){for(const e of this.#m){const t=this.#l===v.g... method controlButtonToggle (line 1) | controlButtonToggle(){"play-outline"===this.#E?this.togglePause(!1):"r... method updateControlButton (line 1) | updateControlButton(){this.#G&&(this.#G.setEnabled(Boolean(this.#v)&&t... method effectivePlaybackRate (line 1) | effectivePlaybackRate(){return this.#d||this.#v&&this.#v.paused()?0:th... method togglePause (line 1) | togglePause(e){if(this.#v){this.#v.togglePause(e);const t=this.#M.get(... method replay (line 1) | replay(){this.#v&&this.hasAnimationGroupActiveNodes()&&!this.#v.isScro... method duration (line 1) | duration(){return this.#w} method setDuration (line 1) | setDuration(e){this.#w=e,this.scheduleRedraw()} method clearTimeline (line 1) | clearTimeline(){this.#v&&this.#N&&this.#v.scrollNode().then((e=>{e?.re... method reset (line 1) | reset(){this.clearTimeline(),this.setPlaybackRate(this.#l);for(const e... method animationGroupStarted (line 1) | animationGroupStarted({data:e}){this.addAnimationGroup(e)} method scheduledRedrawAfterAnimationGroupUpdatedForTest (line 1) | scheduledRedrawAfterAnimationGroupUpdatedForTest(){} method animationGroupUpdated (line 1) | animationGroupUpdated({data:e}){this.#V.schedule((async()=>{const t=th... method clearPreviews (line 1) | clearPreviews(){this.#M.clear(),this.#c.forEach((e=>{e.detach()})),thi... method createPreview (line 1) | createPreview(e){const i=new R(e),n=document.createElement("div");n.cl... method previewsCreatedForTest (line 1) | previewsCreatedForTest(){} method createPreviewForCollectedGroups (line 1) | createPreviewForCollectedGroups(){this.#H.sort(((e,t)=>e.isScrollDrive... method addAnimationGroup (line 1) | addAnimationGroup(e){const t=this.#M.get(e);if(t)return this.#v===e?th... method handleAnimationGroupKeyDown (line 1) | handleAnimationGroupKeyDown(e,t){switch(t.key){case"Backspace":case"De... method focusNextGroup (line 1) | focusNextGroup(e,t,i){const n=this.#T.indexOf(e),o=i?n-1:n+1;if(o<0||o... method removeAnimationGroup (line 1) | removeAnimationGroup(e,t){const i=this.#T.indexOf(e);s.ArrayUtilities.... method clearCurrentTimeText (line 1) | clearCurrentTimeText(){this.#b.textContent=""} method setCurrentTimeText (line 1) | setCurrentTimeText(e){this.#v&&(this.#b.textContent=this.#v?.isScrollD... method selectAnimationGroup (line 1) | async selectAnimationGroup(e){if(this.#v===e)return this.togglePause(!... method animationGroupSelectedForTest (line 1) | animationGroupSelectedForTest(){} method addAnimation (line 1) | async addAnimation(e){let t=this.#A.get(e.source().backendNodeId());t|... method markNodeAsRemoved (line 1) | markNodeAsRemoved(e){f.get(e)?.nodeRemoved();for(const t of e.pseudoEl... method hasAnimationGroupActiveNodes (line 1) | hasAnimationGroupActiveNodes(){for(const e of this.#A.values())if(e.ha... method renderGrid (line 1) | renderGrid(){const e=this.#v?.isScrollDriven(),i=e?this.duration()/10:... method scheduleRedraw (line 1) | scheduleRedraw(){this.renderGrid(),this.#g=[];for(const e of this.#k)t... method render (line 1) | render(e){for(;this.#g.length&&(!e||window.performance.now()-e<50);){c... method onResize (line 1) | onResize(){this.#I=Math.max(0,this.contentElement.offsetWidth-this.#x)... method width (line 1) | width(){return this.#I||0} method syncScrubber (line 1) | syncScrubber(){this.#v&&this.hasAnimationGroupActiveNodes()&&this.#v.c... method animateTime (line 1) | animateTime(e){this.#v?.isScrollDriven()||(this.#L&&this.#L.cancel(),t... method pixelTimeRatio (line 1) | pixelTimeRatio(){return this.width()/this.duration()||0} method updateScrubber (line 1) | updateScrubber(e){this.#L&&(this.setCurrentTimeText(this.#X()),"pendin... method scrubberDragStart (line 1) | scrubberDragStart(e){if(!this.#v||!this.hasAnimationGroupActiveNodes()... method updateScrollOffsetOnPage (line 1) | async updateScrollOffsetOnPage(e){const t=await(this.#v?.scrollNode())... method setTimelineScrubberPosition (line 1) | setTimelineScrubberPosition(e){this.#p.style.transform=`translateX(${e... method scrubberDragMove (line 1) | scrubberDragMove(e){const{x:t}=e,i=t-(this.#F||0),n=Math.max(0,Math.mi... method #X (line 1) | #X(){return"number"==typeof this.#L?.currentTime?this.#L.currentTime:0} method scrubberDragEnd (line 1) | scrubberDragEnd(e){if(this.#L){const e=Math.max(0,this.#X());this.#L.p... class x (line 1) | class x{element;#K;#q;#Q;#Y;constructor(e){this.element=document.createE... method constructor (line 1) | constructor(e){this.element=document.createElement("div"),this.element... method nodeResolved (line 1) | nodeResolved(e){e?(this.#Y=e,this.nodeChanged(),n.Linkifier.Linkifier.... method createNewRow (line 1) | createNewRow(){return this.#q.createChild("div","animation-timeline-ro... method nodeRemoved (line 1) | nodeRemoved(){this.element.classList.add("animation-node-removed"),thi... method hasActiveNode (line 1) | hasActiveNode(){return Boolean(this.#Y)} method nodeChanged (line 1) | nodeChanged(){let e=!1;this.#Y&&(e=this.#Y===t.Context.Context.instanc... class A (line 1) | class A{steps;stepAtPosition;constructor(e,t){this.steps=e,this.stepAtPo... method constructor (line 1) | constructor(e,t){this.steps=e,this.stepAtPosition=t} method parse (line 1) | static parse(e){let t=e.match(/^steps\((\d+), (start|middle)\)$/);retu... method reveal (line 1) | async reveal(e){await y.instance().revealAnimationGroup(e)} class C (line 1) | class C{#Z;#J;#ee;#te;#ie;#ne;#oe;#re;#se;#ae;#Y;#le;#de;#ce;#he;#me;#ue... method constructor (line 1) | constructor(e,n,o){this.#Z=e,this.#J=n;const r=this.#Z.source().keyfra... method colorForAnimation (line 1) | static colorForAnimation(e){const t=Array.from(G.keys()),i=t[s.StringU... method installDragHandleKeyboard (line 1) | static installDragHandleKeyboard(e,t){e.addEventListener("keydown",t,!1)} method animation (line 1) | animation(){return this.#Z} method nameElement (line 1) | get nameElement(){return this.#te} method svg (line 1) | get svg(){return this.#ie} method setNode (line 1) | setNode(e){this.#Y=e} method createLine (line 1) | createLine(e,i){const n=t.UIUtils.createSVGChild(e,"line",i);return n.... method drawAnimationLine (line 1) | drawAnimationLine(e,t){const i=this.#oe[e];i.animationLine||(i.animati... method drawDelayLine (line 1) | drawDelayLine(e){this.#le&&this.#de||(this.#le=this.createLine(e,"anim... method drawPoint (line 1) | drawPoint(e,n,o,r,s){if(this.#oe[e].keyframePoints[r])return void this... method renderKeyframe (line 1) | renderKeyframe(e,i,n,o,r,s){function l(e,i,n){const o=t.UIUtils.create... method redraw (line 1) | redraw(){const e=this.#J.width()-P.AnimationMargin;if(this.#ie.setAttr... method renderTransition (line 1) | renderTransition(){const e=this.#ne;this.#oe[0]||(this.#oe[0]={animati... method renderIteration (line 1) | renderIteration(e,i){this.#oe[i]||(this.#oe[i]={animationLine:null,key... method delayOrStartTime (line 1) | delayOrStartTime(){let e=this.#Z.delayOrStartTime();return"AnimationDr... method duration (line 1) | duration(){let e=this.#Z.iterationDuration();return"FinishEndpointMove... method offset (line 1) | offset(e){if(!this.#ee)throw new Error("Unable to calculate offset; ke... method mouseDown (line 1) | mouseDown(e,i,o){const r=o;if(2===r.buttons)return!1;if(this.#ie.enclo... method mouseMove (line 1) | mouseMove(e){const t=e;this.setMovementAndRedraw((t.clientX-(this.#ue|... method setMovementAndRedraw (line 1) | setMovementAndRedraw(e){this.#re=e,this.delayOrStartTime()+this.durati... method mouseUp (line 1) | mouseUp(e){const t=e;this.#re=(t.clientX-(this.#ue||0))/this.#J.pixelT... method keydownMove (line 1) | keydownMove(e,t,i){const n=i;switch(this.#he=e,this.#me=t,n.key){case"... method onContextMenu (line 1) | onContextMenu(e){this.#Z.remoteObjectPromise().then((function(i){if(!i... class R (line 1) | class R{#pe;element;#be;#fe;#ie;#ve;constructor(n){this.#pe=n,this.eleme... method constructor (line 1) | constructor(n){this.#pe=n,this.element=document.createElement("button"... method removeButton (line 1) | removeButton(){return this.#be} method replay (line 1) | replay(){this.#fe.animate([{offset:0,width:"0%",opacity:1},{offset:.9,... method render (line 1) | render(){this.#ie.removeChildren();const e=Math.min(this.#pe.animation... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/application/application-meta.js function c (line 1) | async function c(){return l||(l=await import("./application.js")),l} method contextTypes (line 1) | contextTypes(){return e=e=>[e.BackgroundServiceView.BackgroundServiceVie... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/application/application.js class F (line 1) | class F extends c.TreeOutline.TreeElement{resourcesPanel;constructor(e,t... method constructor (line 1) | constructor(e,t,i,s){super(t,i,s),this.resourcesPanel=e,c.ARIAUtils.se... method deselect (line 1) | deselect(){super.deselect(),this.listItemElement.tabIndex=-1} method itemURL (line 1) | get itemURL(){throw new Error("Unimplemented Method")} method onselect (line 1) | onselect(e){if(!e)return!1;const t=[];for(let e=this;e;e=e.parent){con... method showView (line 1) | showView(e){this.resourcesPanel.showView(e)} class O (line 1) | class O extends F{expandedSetting;categoryName;categoryLink;emptyCategor... method constructor (line 1) | constructor(t,i,s,r,o,a=!1){super(t,i,!1,o),this.expandedSetting=e.Set... method itemURL (line 1) | get itemURL(){return"category://"+this.categoryName} method setLink (line 1) | setLink(e){this.categoryLink=e} method onselect (line 1) | onselect(e){return super.onselect(e),this.updateCategoryView(),!1} method updateCategoryView (line 1) | updateCategoryView(){const e=0===this.childCount()?this.emptyCategoryH... method appendChild (line 1) | appendChild(e,t){super.appendChild(e,t),this.selected&&1===this.childC... method removeChild (line 1) | removeChild(e){super.removeChild(e),this.selected&&0===this.childCount... method onattach (line 1) | onattach(){super.onattach(),this.expandedSetting.get()&&this.expand()} method onexpand (line 1) | onexpand(){this.expandedSetting.set(!0)} method oncollapse (line 1) | oncollapse(){this.expandedSetting.set(!1)} class j (line 1) | class j extends(e.ObjectWrapper.eventMixin(c.Widget.VBox)){emptyView;rep... method constructor (line 1) | constructor(e,t,i){super(!0),this.registerRequiredCSS(V),this.contentE... method getStaticSections (line 1) | getStaticSections(){return[this.identitySection,this.presentationSecti... method getManifestElement (line 1) | getManifestElement(){return this.reportView.getHeaderElement()} method targetAdded (line 1) | targetAdded(e){e===o.TargetManager.TargetManager.instance().primaryPag... method targetRemoved (line 1) | targetRemoved(t){this.target===t&&this.resourceTreeModel&&this.service... method updateManifest (line 1) | async updateManifest(e){if(!this.resourceTreeModel)return;const[{url:t... method renderManifest (line 1) | async renderManifest(s,r,o,a,d){const l=d?.appId||null,g=d?.recommende... method getInstallabilityErrorMessages (line 1) | getInstallabilityErrorMessages(e){const t=[];for(const i of e){let e;s... method loadImage (line 1) | async loadImage(e){const t=document.createElement("div");t.classList.a... method parseSizes (line 1) | parseSizes(e,t,i,s){const r=e?e.split(/\s+/):[],o=[];for(const e of r)... method checkSizeProblem (line 1) | checkSizeProblem(e,t,i,s,r){if("any"in e)return{hasSquareSize:i.natura... method appendImageResourceToSection (line 1) | async appendImageResourceToSection(t,i,s,r){const o=[],a=N(r?U.screens... method appendWindowControlsToSection (line 1) | async appendWindowControlsToSection(e,t,i){if(!await e.hasStyleSheetTe... class z (line 1) | class z extends F{view;constructor(e){super(e,q(_.backForwardCache),!1,"... method constructor (line 1) | constructor(e){super(e,q(_.backForwardCache),!1,"bfcache");const t=n.I... method itemURL (line 1) | get itemURL(){return"bfcache://"} method onselect (line 1) | onselect(e){return super.onselect(e),this.view||(this.view=d.LegacyWra... class G (line 1) | class G extends o.SDKModel.SDKModel{backgroundServiceAgent;events;constr... method constructor (line 1) | constructor(e){super(e),this.backgroundServiceAgent=e.backgroundServic... method enable (line 1) | enable(e){this.events.set(e,[]),this.backgroundServiceAgent.invoke_sta... method setRecording (line 1) | setRecording(e,t){this.backgroundServiceAgent.invoke_setRecording({sho... method clearEvents (line 1) | clearEvents(e){this.events.set(e,[]),this.backgroundServiceAgent.invok... method getEvents (line 1) | getEvents(e){return this.events.get(e)||[]} method recordingStateChanged (line 1) | recordingStateChanged({isRecording:e,service:t}){this.dispatchEventToL... method backgroundServiceEventReceived (line 1) | backgroundServiceEventReceived({backgroundServiceEvent:e}){this.events... method Events (line 1) | get Events(){return $} class te (line 1) | class te extends c.Widget.VBox{serviceName;model;serviceWorkerManager;se... method getUIString (line 1) | static getUIString(e){switch(e){case"backgroundFetch":return ee(Y.back... method constructor (line 1) | constructor(e,t){super(!0),this.registerRequiredCSS(J,Q),this.serviceN... method getDataGrid (line 1) | getDataGrid(){return this.dataGrid} method setupToolbar (line 1) | async setupToolbar(){this.toolbar.wrappable=!0,this.recordButton=c.Too... method refreshView (line 1) | refreshView(){this.clearView();const e=this.model.getEvents(this.servi... method clearView (line 1) | clearView(){this.selectedEventNode=null,this.dataGrid.rootNode().remov... method toggleRecording (line 1) | toggleRecording(){this.model.setRecording(!this.recordButton.isToggled... method clearEvents (line 1) | clearEvents(){this.model.clearEvents(this.serviceName),this.clearView()} method onRecordingStateChanged (line 1) | onRecordingStateChanged({data:e}){e.serviceName===this.serviceName&&e.... method updateRecordButtonTooltip (line 1) | updateRecordButtonTooltip(){const e=this.recordButton.isToggled()?ee(Y... method onEventReceived (line 1) | onEventReceived({data:e}){this.acceptEvent(e)&&this.addEvent(e)} method onOriginChanged (line 1) | onOriginChanged(){this.originCheckbox.checked()||this.refreshView()} method onStorageKeyChanged (line 1) | onStorageKeyChanged(){this.storageKeyCheckbox.checked()||this.refreshV... method addEvent (line 1) | addEvent(e){const t=this.createEventData(e),i=new ie(t,e.eventMetadata... method createDataGrid (line 1) | createDataGrid(){const e=[{id:"id",title:"#",weight:1},{id:"timestamp"... method createEventData (line 1) | createEventData(e){let t="";const i=this.serviceWorkerManager?this.ser... method acceptEvent (line 1) | acceptEvent(e){if(e.service!==this.serviceName)return!1;if(this.origin... method createLearnMoreLink (line 1) | createLearnMoreLink(){let e="https://developer.chrome.com/docs/devtool... method showPreview (line 1) | showPreview(e){if(this.selectedEventNode&&this.selectedEventNode===e)r... method saveToFile (line 1) | async saveToFile(){const e=`${this.serviceName}-${s.DateUtilities.toIS... class ie (line 1) | class ie extends S.DataGrid.DataGridNode{eventMetadata;constructor(e,t){... method constructor (line 1) | constructor(e,t){super(e),this.eventMetadata=t.sort(((e,t)=>s.StringUt... method createPreview (line 1) | createPreview(){const e=new c.Widget.VBox;e.element.classList.add("bac... method handleAction (line 1) | handleAction(e,t){const i=e.flavor(te);if("background-service.toggle-rec... class ne (line 1) | class ne extends F{view;constructor(e){super(e,ae(re.bounceTrackingMitig... method constructor (line 1) | constructor(e){super(e,ae(re.bounceTrackingMitigations),!1,"bounce-tra... method itemURL (line 1) | get itemURL(){return"bounce-tracking-mitigations://"} method onselect (line 1) | onselect(e){return super.onselect(e),this.view||(this.view=d.LegacyWra... class le (line 1) | class le extends e.ObjectWrapper.ObjectWrapper{model;storageKeyInternal;... method constructor (line 1) | constructor(e,t,i){super(),this.model=e,this.storageKeyInternal=t,this... method storageId (line 1) | static storageId(e,t){return{storageKey:e,isLocalStorage:t}} method id (line 1) | get id(){return le.storageId(this.storageKeyInternal,this.isLocalStora... method storageKey (line 1) | get storageKey(){return this.storageKeyInternal} method isLocalStorage (line 1) | get isLocalStorage(){return this.isLocalStorageInternal} method getItems (line 1) | getItems(){return this.model.agent.invoke_getDOMStorageItems({storageI... method setItem (line 1) | setItem(e,t){this.model.agent.invoke_setDOMStorageItem({storageId:this... method removeItem (line 1) | removeItem(e){this.model.agent.invoke_removeDOMStorageItem({storageId:... method clear (line 1) | clear(){this.model.agent.invoke_clear({storageId:this.id})} class ce (line 1) | class ce extends o.SDKModel.SDKModel{storageKeyManagerInternal;storagesI... method constructor (line 1) | constructor(e){super(e),this.storageKeyManagerInternal=e.model(o.Stora... method enable (line 1) | enable(){if(!this.enabled){if(this.target().registerDOMStorageDispatch... method clearForStorageKey (line 1) | clearForStorageKey(e){if(this.enabled){for(const t of[!0,!1]){const i=... method storageKeyAdded (line 1) | storageKeyAdded(e){this.addStorageKey(e.data)} method addStorageKey (line 1) | addStorageKey(e){for(const t of[!0,!1]){const i=this.storageKey(e,t);c... method storageKeyRemoved (line 1) | storageKeyRemoved(e){this.removeStorageKey(e.data)} method removeStorageKey (line 1) | removeStorageKey(e){for(const t of[!0,!1]){const i=this.storageKey(e,t... method storageKey (line 1) | storageKey(e,t){return JSON.stringify(le.storageId(e,t))} method domStorageItemsCleared (line 1) | domStorageItemsCleared(e){const t=this.storageForId(e);t&&t.dispatchEv... method domStorageItemRemoved (line 1) | domStorageItemRemoved(e,t){const i=this.storageForId(e);if(!i)return;c... method domStorageItemAdded (line 1) | domStorageItemAdded(e,t,i){const s=this.storageForId(e);if(!s)return;c... method domStorageItemUpdated (line 1) | domStorageItemUpdated(e,t,i,s){const r=this.storageForId(e);if(!r)retu... method storageForId (line 1) | storageForId(e){return console.assert(Boolean(e.storageKey)),this.stor... method storages (line 1) | storages(){const e=[];for(const t in this.storagesInternal)e.push(this... class he (line 1) | class he{model;constructor(e){this.model=e}domStorageItemsCleared({stora... method constructor (line 1) | constructor(e){this.model=e} method domStorageItemsCleared (line 1) | domStorageItemsCleared({storageId:e}){this.model.domStorageItemsCleare... method domStorageItemRemoved (line 1) | domStorageItemRemoved({storageId:e,key:t}){this.model.domStorageItemRe... method domStorageItemAdded (line 1) | domStorageItemAdded({storageId:e,key:t,newValue:i}){this.model.domStor... method domStorageItemUpdated (line 1) | domStorageItemUpdated({storageId:e,key:t,oldValue:i,newValue:s}){this.... class ue (line 1) | class ue extends e.ObjectWrapper.ObjectWrapper{#e;#t;#i;#s;constructor(e... method constructor (line 1) | constructor(e,t,i,s){super(),this.#e=e,this.#t=t,this.#i=i,this.#s=s} method model (line 1) | get model(){return this.#e} method extensionId (line 1) | get extensionId(){return this.#t} method name (line 1) | get name(){return this.#i} method key (line 1) | get key(){return`${this.extensionId}-${this.storageArea}`} method storageArea (line 1) | get storageArea(){return this.#s} method getItems (line 1) | async getItems(e){const t={id:this.#t,storageArea:this.#s};e&&(t.keys=... method setItem (line 1) | async setItem(e,t){const i=await this.#e.agent.invoke_setStorageItems(... method removeItem (line 1) | async removeItem(e){const t=await this.#e.agent.invoke_removeStorageIt... method clear (line 1) | async clear(){const e=await this.#e.agent.invoke_clearStorageItems({id... method matchesTarget (line 1) | matchesTarget(t){if(!t)return!1;const i=t.targetInfo()?.url,s=i?e.Pars... class pe (line 1) | class pe extends o.SDKModel.SDKModel{#r;#o;agent;#a;constructor(e){super... method constructor (line 1) | constructor(e){super(e),this.#r=e.model(o.RuntimeModel.RuntimeModel),t... method enable (line 1) | enable(){this.#a||(this.#r&&(this.#r.addEventListener(o.RuntimeModel.E... method #c (line 1) | #c(e){const t=this.#o.get(e);if(t)return t;const i=new Map;return this... method #h (line 1) | #h(e,t){for(const i of["session","local","sync","managed"]){const s=th... method #g (line 1) | #g(e){const t=this.#o.get(e);if(t){for(const[e,i]of t)t.delete(e),this... method #l (line 1) | #l(e){const t=this.#u(e);t&&this.#h(t,e.name)} method #n (line 1) | #n(e){this.#l(e.data)} method #u (line 1) | #u(t){const i=e.ParsedURL.ParsedURL.fromString(t.origin);return i&&"ch... method #p (line 1) | #p(e){const t=this.#u(e);if(t){if(this.#r?.executionContexts().some((e... method #d (line 1) | #d(e){this.#p(e.data)} method storageForIdAndArea (line 1) | storageForIdAndArea(e,t){return this.#o.get(e)?.get(t)} method storages (line 1) | storages(){const e=[];for(const t of this.#o.values())e.push(...t.valu... class we (line 1) | class we extends o.SDKModel.SDKModel{storageBucketModel;indexedDBAgent;s... method constructor (line 1) | constructor(t){super(t),t.registerStorageDispatcher(this),this.storage... method keyFromIDBKey (line 1) | static keyFromIDBKey(e){if(null==e)return;let t;switch(typeof e){case"... method keyRangeFromIDBKeyRange (line 1) | static keyRangeFromIDBKeyRange(e){return{lower:we.keyFromIDBKey(e.lowe... method idbKeyPathFromKeyPath (line 1) | static idbKeyPathFromKeyPath(e){let t;switch(e.type){case"null":t=null... method keyPathStringFromIDBKeyPath (line 1) | static keyPathStringFromIDBKeyPath(e){return"string"==typeof e?'"'+e+'... method enable (line 1) | enable(){if(!this.enabled){if(this.indexedDBAgent.invoke_enable(),this... method clearForStorageKey (line 1) | clearForStorageKey(e){if(!this.enabled||!this.databaseNamesByStorageKe... method deleteDatabase (line 1) | async deleteDatabase(e){this.enabled&&(await this.indexedDBAgent.invok... method refreshDatabaseNames (line 1) | async refreshDatabaseNames(){for(const[e]of this.databaseNamesByStorag... method refreshDatabase (line 1) | refreshDatabase(e){this.loadDatabase(e,!0)} method clearObjectStore (line 1) | async clearObjectStore(e,t){await this.indexedDBAgent.invoke_clearObje... method deleteEntries (line 1) | async deleteEntries(e,t,i){const s=we.keyRangeFromIDBKeyRange(i);await... method storageBucketAdded (line 1) | storageBucketAdded({data:{bucketInfo:{bucket:e}}}){this.addStorageBuck... method storageBucketRemoved (line 1) | storageBucketRemoved({data:{bucketInfo:{bucket:e}}}){this.removeStorag... method addStorageBucket (line 1) | addStorageBucket(e){const{storageKey:t}=e;this.databaseNamesByStorageK... method removeStorageBucket (line 1) | removeStorageBucket(e){const{storageKey:t}=e;console.assert(this.datab... method updateStorageKeyDatabaseNames (line 1) | updateStorageKeyDatabaseNames(e,t){const i=this.databaseNamesByStorage... method databases (line 1) | databases(){const e=[];for(const[,t]of this.databaseNamesByStorageKeyA... method databaseAddedForStorageBucket (line 1) | databaseAddedForStorageBucket(e){this.dispatchEventToListeners(Se.Data... method databaseRemovedForStorageBucket (line 1) | databaseRemovedForStorageBucket(e){this.dispatchEventToListeners(Se.Da... method loadDatabaseNamesByStorageBucket (line 1) | async loadDatabaseNamesByStorageBucket(e){const{storageKey:t}=e,{datab... method loadDatabase (line 1) | async loadDatabase(e,t){const i=(await this.indexedDBAgent.invoke_requ... method loadObjectStoreData (line 1) | loadObjectStoreData(e,t,i,s,r,o){this.requestData(e,e.name,t,"",i,s,r,o)} method loadIndexData (line 1) | loadIndexData(e,t,i,s,r,o,a){this.requestData(e,e.name,t,i,s,r,o,a)} method requestData (line 1) | async requestData(e,t,i,s,r,a,n,d){const l=r?we.keyRangeFromIDBKeyRang... method getMetadata (line 1) | async getMetadata(e,t){const i=e.name,s=t.name,r=await this.indexedDBA... method refreshDatabaseListForStorageBucket (line 1) | async refreshDatabaseListForStorageBucket(e){const t=await this.loadDa... method indexedDBListUpdated (line 1) | indexedDBListUpdated({storageKey:e,bucketId:t}){const i=this.storageBu... method indexedDBContentUpdated (line 1) | indexedDBContentUpdated({bucketId:e,databaseName:t,objectStoreName:i})... method attributionReportingTriggerRegistered (line 1) | attributionReportingTriggerRegistered(e){} method cacheStorageListUpdated (line 1) | cacheStorageListUpdated(e){} method cacheStorageContentUpdated (line 1) | cacheStorageContentUpdated(e){} method interestGroupAccessed (line 1) | interestGroupAccessed(e){} method interestGroupAuctionEventOccurred (line 1) | interestGroupAuctionEventOccurred(e){} method interestGroupAuctionNetworkRequestCreated (line 1) | interestGroupAuctionNetworkRequestCreated(e){} method sharedStorageAccessed (line 1) | sharedStorageAccessed(e){} method storageBucketCreatedOrUpdated (line 1) | storageBucketCreatedOrUpdated(e){} method storageBucketDeleted (line 1) | storageBucketDeleted(e){} method attributionReportingSourceRegistered (line 1) | attributionReportingSourceRegistered(e){} class be (line 1) | class be{key;primaryKey;value;constructor(e,t,i){this.key=e,this.primary... method constructor (line 1) | constructor(e,t,i){this.key=e,this.primaryKey=t,this.value=i} class ye (line 1) | class ye{storageBucket;name;constructor(e,t){this.storageBucket=e,this.n... method constructor (line 1) | constructor(e,t){this.storageBucket=e,this.name=t} method inBucket (line 1) | inBucket(e){return this.storageBucket.name===e.name} method equals (line 1) | equals(e){return this.name===e.name&&this.storageBucket.name===e.stora... method inSet (line 1) | inSet(e){for(const t of e)if(this.equals(t))return!0;return!1} class ke (line 1) | class ke{databaseId;version;objectStores;constructor(e,t){this.databaseI... method constructor (line 1) | constructor(e,t){this.databaseId=e,this.version=t,this.objectStores=ne... class fe (line 1) | class fe{name;keyPath;autoIncrement;indexes;constructor(e,t,i){this.name... method constructor (line 1) | constructor(e,t,i){this.name=e,this.keyPath=t,this.autoIncrement=i,thi... method keyPathString (line 1) | get keyPathString(){return we.keyPathStringFromIDBKeyPath(this.keyPath)} class Ie (line 1) | class Ie{name;keyPath;unique;multiEntry;constructor(e,t,i,s){this.name=e... method constructor (line 1) | constructor(e,t,i,s){this.name=e,this.keyPath=t,this.unique=i,this.mul... method keyPathString (line 1) | get keyPathString(){return we.keyPathStringFromIDBKeyPath(this.keyPath)} method Events (line 1) | get Events(){return Se} class Le (line 1) | class Le extends m.StorageMetadataView.StorageMetadataView{model;databas... method constructor (line 1) | constructor(e,t){super(),this.model=e,t&&this.update(t)} method getTitle (line 1) | getTitle(){return this.database?.databaseId.name} method renderReportContent (line 1) | async renderReportContent(){return this.database?xe` method refreshDatabaseButtonClicked (line 24) | refreshDatabaseButtonClicked(){this.model.refreshDatabase(this.databas... method update (line 24) | update(e){this.database=e;const t=this.model.target().model(o.StorageB... method updatedForTests (line 24) | updatedForTests(){} method deleteDatabase (line 24) | async deleteDatabase(){await c.UIUtils.ConfirmDialog.show(Re(Ee.databa... method wasShown (line 24) | wasShown(){super.wasShown()} class Ae (line 24) | class Ae extends c.View.SimpleView{model;databaseId;isIndex;refreshObjec... method constructor (line 24) | constructor(e,t,i,s,r){super(Re(Ee.idb)),this.registerRequiredCSS(Te),... method createDataGrid (line 24) | createDataGrid(){const e=this.isIndex&&this.index?this.index.keyPath:t... method keyColumnHeaderFragment (line 24) | keyColumnHeaderFragment(e,t){const i=document.createDocumentFragment()... method keyPathStringFragment (line 24) | keyPathStringFragment(e){const t=document.createDocumentFragment();c.U... method createEditorToolbar (line 24) | createEditorToolbar(){const e=this.element.createChild("devtools-toolb... method pageBackButtonClicked (line 24) | pageBackButtonClicked(){this.skipCount=Math.max(0,this.skipCount-this.... method pageForwardButtonClicked (line 24) | pageForwardButtonClicked(){this.skipCount=this.skipCount+this.pageSize... method populateContextMenu (line 24) | populateContextMenu(e,t){const i=t;i.valueObjectPresentation&&(e.revea... method refreshData (line 24) | refreshData(){this.updateData(!0)} method update (line 24) | update(e=null,t=null){e&&(this.objectStore=e,this.index=t,this.dataGri... method parseKey (line 24) | parseKey(e){let t;try{t=JSON.parse(e)}catch{t=e}return t} method updateData (line 24) | updateData(e){const t=this.parseKey(this.keyInput.value()),i=this.page... method updateSummaryBar (line 24) | updateSummaryBar(e){if(this.summaryBarElement||(this.summaryBarElement... method updatedDataForTests (line 24) | updatedDataForTests(){} method refreshButtonClicked (line 24) | refreshButtonClicked(){this.updateData(!0)} method clearButtonClicked (line 24) | async clearButtonClicked(){this.clearButton.setEnabled(!1),this.cleari... method markNeedsRefresh (line 24) | markNeedsRefresh(){this.clearingObjectStore||this.needsRefresh.setVisi... method deleteButtonClicked (line 24) | async deleteButtonClicked(e){if(!e&&!(e=this.dataGrid.selectedNode))re... method clear (line 24) | clear(){this.dataGrid.rootNode().removeChildren(),this.entries=[]} method updateToolbarEnablement (line 24) | updateToolbarEnablement(){const e=!this.dataGrid||0===this.dataGrid.ro... method updateSelectionColor (line 24) | updateSelectionColor(){this.previouslySelectedNode&&this.previouslySel... class Be (line 24) | class Be extends S.DataGrid.DataGridNode{selectable;valueObjectPresentat... method constructor (line 24) | constructor(e){super(e,!1),this.selectable=!0,this.valueObjectPresenta... method createCell (line 24) | createCell(e){const t=super.createCell(e),i=this.data[e];switch(e){cas... class De (line 24) | class De extends o.SDKModel.SDKModel{storageAgent;enabled;constructor(e)... method constructor (line 24) | constructor(e){super(e),e.registerStorageDispatcher(this),this.storage... method enable (line 24) | enable(){this.enabled||this.storageAgent.invoke_setInterestGroupTracki... method disable (line 24) | disable(){this.enabled&&this.storageAgent.invoke_setInterestGroupTrack... method interestGroupAccessed (line 24) | interestGroupAccessed(e){this.dispatchEventToListeners("InterestGroupA... method attributionReportingTriggerRegistered (line 24) | attributionReportingTriggerRegistered(e){} method indexedDBListUpdated (line 24) | indexedDBListUpdated(e){} method indexedDBContentUpdated (line 24) | indexedDBContentUpdated(e){} method interestGroupAuctionEventOccurred (line 24) | interestGroupAuctionEventOccurred(e){} method interestGroupAuctionNetworkRequestCreated (line 24) | interestGroupAuctionNetworkRequestCreated(e){} method cacheStorageListUpdated (line 24) | cacheStorageListUpdated(e){} method cacheStorageContentUpdated (line 24) | cacheStorageContentUpdated(e){} method sharedStorageAccessed (line 24) | sharedStorageAccessed(e){} method storageBucketCreatedOrUpdated (line 24) | storageBucketCreatedOrUpdated(e){} method storageBucketDeleted (line 24) | storageBucketDeleted(e){} method attributionReportingSourceRegistered (line 24) | attributionReportingSourceRegistered(e){} class Ne (line 24) | class Ne extends c.SplitWidget.SplitWidget{interestGroupGrid=new m.Inter... method constructor (line 24) | constructor(e){super(!1,!0),this.element.setAttribute("jslog",`${p.pan... method wasShown (line 24) | wasShown(){super.wasShown();const e=this.mainWidget();e&&e.registerReq... method addEvent (line 24) | addEvent(e){"Both"!==this.showMode()&&this.showBoth();this.events.find... method clearEvents (line 24) | clearEvents(){this.events=[],this.interestGroupGrid.data=this.events,t... method onFocus (line 24) | async onFocus(e){const t=e,{ownerOrigin:i,name:s,type:r}=t.detail;let ... method getEventsForTesting (line 24) | getEventsForTesting(){return this.events} method getInterestGroupGridForTesting (line 24) | getInterestGroupGridForTesting(){return this.interestGroupGrid} method sidebarUpdatedForTesting (line 24) | sidebarUpdatedForTesting(){} class qe (line 24) | class qe extends F{view;constructor(e){super(e,Ke(He.interestGroups),!1,... method constructor (line 24) | constructor(e){super(e,Ke(He.interestGroups),!1,"interest-groups");con... method itemURL (line 24) | get itemURL(){return"interest-groups://"} method getInterestGroupDetails (line 24) | async getInterestGroupDetails(e,t){const i=o.TargetManager.TargetManag... method onselect (line 24) | onselect(e){return super.onselect(e),this.showView(this.view),t.userMe... method addEvent (line 24) | addEvent(e){this.view.addEvent(e)} method clearEvents (line 24) | clearEvents(){this.view.clearEvents()} function Qe (line 24) | async function Qe(t){let i=null;if(t instanceof o.ResourceTreeModel.Reso... class Ye (line 24) | class Ye extends c.ThrottledWidget.ThrottledWidget{targetInfo;isWindowCl... method constructor (line 24) | constructor(e,t){super(),this.registerRequiredCSS(Ge),this.targetInfo=... method doUpdate (line 24) | async doUpdate(){var e;this.reportView.setTitle(this.buildTitle()),thi... method maybeDisplayOpenerFrame (line 24) | async maybeDisplayOpenerFrame(){this.openerElementField.removeChildren... method buildTitle (line 24) | buildTitle(){let e=this.targetInfo.title||Je($e.windowWithoutTitle);re... method setIsWindowClosed (line 24) | setIsWindowClosed(e){this.isWindowClosed=e} method setTargetInfo (line 24) | setTargetInfo(e){this.targetInfo=e} class Ze (line 24) | class Ze extends c.ThrottledWidget.ThrottledWidget{targetInfo;reportView... method constructor (line 24) | constructor(e){super(),this.registerRequiredCSS(Ge),this.targetInfo=e,... method workerTypeToString (line 24) | workerTypeToString(e){return"worker"===e?Je($e.webWorker):"service_wor... method updateCoopCoepStatus (line 24) | async updateCoopCoepStatus(){const e=o.TargetManager.TargetManager.ins... method fillCrossOriginPolicy (line 24) | fillCrossOriginPolicy(e,t,i){if(!i)return void(e.textContent="");const... method doUpdate (line 24) | async doUpdate(){await this.updateCoopCoepStatus()} class dt (line 24) | class dt{static status(e){switch(e){case"NotTriggered":return ot(st.stat... method status (line 24) | static status(e){switch(e){case"NotTriggered":return ot(st.statusNotTr... method preloadsStatusSummary (line 24) | static preloadsStatusSummary(e){return["NotTriggered","Pending","Runni... method validity (line 24) | static validity({errorType:e}){switch(e){case void 0:return ot(st.vali... method location (line 24) | static location(e){if(void 0!==e.backendNodeId)return i.i18n.lockedStr... method processLocalId (line 24) | static processLocalId(e){const t=e.indexOf(".");return-1===t?e:e.slice... method ruleSetLocationShort (line 24) | static ruleSetLocationShort(e,t){const i=void 0===e.url?t:e.url;return... function lt (line 24) | function lt(){return o.TargetManager.TargetManager.instance().scopeTarge... class ct (line 24) | class ct extends c.Widget.VBox{model;focusedRuleSetId=null;focusedPreloa... method constructor (line 24) | constructor(e){super(!0,!1),this.registerRequiredCSS(J,tt),this.model=... method wasShown (line 51) | wasShown(){super.wasShown(),this.warningsView.wasShown(),this.render()} method onScopeChange (line 51) | onScopeChange(){const e=o.TargetManager.TargetManager.instance().scope... method revealRuleSet (line 51) | revealRuleSet(e){this.focusedRuleSetId=e.ruleSetId,this.render()} method updateRuleSetDetails (line 51) | updateRuleSetDetails(){const e=this.focusedRuleSetId,t=null===e?null:t... method render (line 51) | render(){const e=this.model.getPreloadCountsByRuleSetId(),t=this.model... method onRuleSetsGridCellFocused (line 51) | onRuleSetsGridCellFocused(e){const t=e;this.focusedRuleSetId=t.detail,... method getInfobarContainerForTest (line 51) | getInfobarContainerForTest(){return this.warningsView.contentElement} method getRuleSetGridForTest (line 51) | getRuleSetGridForTest(){return this.ruleSetGrid} method getRuleSetDetailsForTest (line 51) | getRuleSetDetailsForTest(){return this.ruleSetDetails} class ht (line 51) | class ht extends c.Widget.VBox{model;focusedPreloadingAttemptId=null;war... method constructor (line 51) | constructor(e){super(!0,!1),this.registerRequiredCSS(J,tt),this.elemen... method wasShown (line 66) | wasShown(){super.wasShown(),this.warningsView.wasShown(),this.render()} method onScopeChange (line 66) | onScopeChange(){const e=o.TargetManager.TargetManager.instance().scope... method setFilter (line 66) | setFilter(e){let t=e.ruleSetId;null!==t&&void 0===this.model.getRuleSe... method updatePreloadingDetails (line 66) | updatePreloadingDetails(){const e=this.focusedPreloadingAttemptId,t=nu... method render (line 66) | render(){const e=this.ruleSetSelector.getSelected(),t=this.model.getRe... method onPreloadingGridCellFocused (line 66) | onPreloadingGridCellFocused(e){const t=e;this.focusedPreloadingAttempt... method getRuleSetSelectorToolbarItemForTest (line 66) | getRuleSetSelectorToolbarItemForTest(){return this.ruleSetSelector.ite... method getPreloadingGridForTest (line 66) | getPreloadingGridForTest(){return this.preloadingGrid} method getPreloadingDetailsForTest (line 66) | getPreloadingDetailsForTest(){return this.preloadingDetails} method selectRuleSetOnFilterForTest (line 66) | selectRuleSetOnFilterForTest(e){this.ruleSetSelector.select(e)} class gt (line 66) | class gt extends c.Widget.VBox{model;warningsContainer;warningsView=new ... method constructor (line 66) | constructor(e){super(!0,!1),this.registerRequiredCSS(J,tt),this.elemen... method wasShown (line 66) | wasShown(){super.wasShown(),this.warningsView.wasShown(),this.render()} method onScopeChange (line 66) | onScopeChange(){const e=o.TargetManager.TargetManager.instance().scope... method render (line 66) | render(){this.usedPreloading.data={pageURL:o.TargetManager.TargetManag... method getUsedPreloadingForTest (line 66) | getUsedPreloadingForTest(){return this.usedPreloading} class ut (line 66) | class ut{model;onSelectionChanged=()=>{};toolbarItem;listModel;dropDown;... method constructor (line 66) | constructor(e){const t=o.TargetManager.TargetManager.instance().scopeT... method onScopeChange (line 66) | onScopeChange(){const e=o.TargetManager.TargetManager.instance().scope... method onModelUpdated (line 66) | onModelUpdated(){const e=this.model.getAllRuleSets().map((({id:e})=>e)... method updateWidth (line 66) | updateWidth(e){const t=e.map((e=>this.titleFor(e).length)),i=Math.max(... method translateItemIdToRuleSetId (line 66) | translateItemIdToRuleSetId(e){return e===nt?null:e} method getSelected (line 66) | getSelected(){const e=this.dropDown.getSelectedItem();return null===e?... method select (line 66) | select(e){this.dropDown.selectItem(e)} method item (line 66) | item(){return this.toolbarItem} method titleFor (line 66) | titleFor(e){const t=this.translateItemIdToRuleSetId(e);if(null===t)ret... method subtitleFor (line 66) | subtitleFor(e){const t=this.translateItemIdToRuleSetId(e),i=this.model... method createElementForItem (line 66) | createElementForItem(e){const t=document.createElement("div"),i=c.UIUt... method isItemSelectable (line 66) | isItemSelectable(e){return!0} method itemSelected (line 66) | itemSelected(e){this.onSelectionChanged()} method highlightedItemChanged (line 66) | highlightedItemChanged(e,t,i,s){} class pt (line 66) | class pt extends c.Widget.VBox{infobar=new T.PreloadingDisabledInfobar.P... method constructor (line 66) | constructor(){super(!1,!1),this.registerRequiredCSS(J)} method wasShown (line 66) | wasShown(){super.wasShown(),this.contentElement.append(this.infobar)} method onWarningsUpdated (line 66) | onWarningsUpdated(e){this.infobar.data=e.data} class bt (line 66) | class bt extends F{#e;#v;view;#w;#S;constructor(e,t,i,s){super(e,s,!1,"s... method constructor (line 66) | constructor(e,t,i,s){super(e,s,!1,"speculative-loads"),this.#v=t,this.... method itemURL (line 66) | get itemURL(){return this.#w} method initialize (line 66) | initialize(e){this.#e=e,this.#S&&!this.view&&this.onselect(!1)} method onselect (line 66) | onselect(e){return super.onselect(e),this.#S=!0,!!this.#e&&(this.view|... class yt (line 66) | class yt extends O{#e;#b;#S;#y=null;#k=null;constructor(e){super(e,St(vt... method constructor (line 66) | constructor(e){super(e,St(vt.speculativeLoads),"","","preloading");con... method constructChildren (line 66) | constructChildren(e){this.#y=new kt(e),this.#k=new ft(e),this.appendCh... method initialize (line 66) | initialize(e){if(null===this.#y||null===this.#k)throw new Error("unrea... method onselect (line 66) | onselect(e){return super.onselect(e),this.#S=!0,!!this.#e&&(this.#b||(... method expandAndRevealRuleSet (line 66) | expandAndRevealRuleSet(e){if(null===this.#y)throw new Error("unreachab... method expandAndRevealAttempts (line 66) | expandAndRevealAttempts(e){if(null===this.#k)throw new Error("unreacha... class kt (line 66) | class kt extends bt{constructor(e){super(e,ct,"preloading://rule-set",St... method constructor (line 66) | constructor(e){super(e,ct,"preloading://rule-set",St(vt.rules))} method revealRuleSet (line 66) | revealRuleSet(e){this.select(),void 0!==this.view&&this.view?.revealRu... class ft (line 66) | class ft extends bt{constructor(e){super(e,ht,"preloading://attempt",St(... method constructor (line 66) | constructor(e){super(e,ht,"preloading://attempt",St(vt.speculations))} method revealAttempts (line 66) | revealAttempts(e){this.select(),this.view?.setFilter(e)} class Et (line 66) | class Et extends c.SplitWidget.SplitWidget{reportsGrid=new m.ReportsGrid... method constructor (line 66) | constructor(e){super(!1,!0);const t=new c.Widget.VBox,i=new c.EmptyWid... method onReportAdded (line 66) | onReportAdded(e){"Both"!==this.showMode()&&this.showBoth(),this.report... method onReportUpdated (line 66) | onReportUpdated(e){const t=this.reports.findIndex((t=>t.id===e.id));th... method onFocus (line 66) | async onFocus(e){const t=e,i=this.reports.find((e=>e.id===t.detail));i... method getReports (line 66) | getReports(){return this.reports} method getReportsGrid (line 66) | getReportsGrid(){return this.reportsGrid} class Bt (line 66) | class Bt extends c.SplitWidget.SplitWidget{endpointsGrid;endpoints;#f;#I... method constructor (line 66) | constructor(e){super(!1,!0),this.element.setAttribute("jslog",`${p.pan... method #C (line 66) | #C(){void 0!==this.#I&&this.mainWidget()===this.#f&&(this.#f?.detach()... method onEndpointsChangedForOrigin (line 66) | onEndpointsChangedForOrigin(e){this.#C(),this.endpoints.set(e.origin,e... class Vt (line 66) | class Vt extends F{view;constructor(e){super(e,Ot(Dt.reportingApi),!1,"r... method constructor (line 66) | constructor(e){super(e,Ot(Dt.reportingApi),!1,"reporting-api");const t... method itemURL (line 66) | get itemURL(){return"reportingApi://"} method onselect (line 66) | onselect(e){return super.onselect(e),this.view||(this.view=new Bt(new ... class _t (line 66) | class _t extends c.View.SimpleView{model;entriesForTest;splitWidget;prev... method constructor (line 66) | constructor(t,i){super(Ht(Nt.cache)),this.registerRequiredCSS(Wt),this... method resetDataGrid (line 66) | resetDataGrid(){this.dataGrid&&this.dataGrid.asWidget().detach(),this.... method wasShown (line 66) | wasShown(){this.model.addEventListener("CacheStorageContentUpdated",th... method willHide (line 66) | willHide(){this.model.removeEventListener("CacheStorageContentUpdated"... method showPreview (line 66) | showPreview(e){e&&this.preview===e||(this.preview&&this.preview.detach... method createDataGrid (line 66) | createDataGrid(){const e=[{id:"number",title:"#",sortable:!1,width:"3p... method sortingChanged (line 66) | sortingChanged(){if(!this.dataGrid)return;const e=this.dataGrid,t=e.is... method deleteButtonClicked (line 66) | async deleteButtonClicked(e){(e||(e=this.dataGrid?.selectedNode??null)... method update (line 66) | update(e=null){e&&(this.cache=e,this.resetDataGrid(),this.updateData(!... method updateSummaryBar (line 66) | updateSummaryBar(){this.summaryBarElement||(this.summaryBarElement=thi... method updateDataCallback (line 66) | updateDataCallback(e,t,i){if(!this.dataGrid)return;const s=this.dataGr... method updateData (line 66) | async updateData(e){if(!e&&this.loadingPromise)return await this.loadi... method refreshButtonClicked (line 66) | refreshButtonClicked(){this.updateData(!0)} method cacheContentUpdated (line 66) | cacheContentUpdated(e){const{cacheName:t,storageBucket:i}=e.data;this.... method previewCachedResponse (line 66) | async previewCachedResponse(e){let t=Kt.get(e);t||(t=new zt(e),Kt.set(... method createRequest (line 66) | createRequest(t){const i=o.NetworkRequest.NetworkRequest.createWithout... method requestContent (line 66) | async requestContent(e){const t=await this.cache.requestCachedResponse... method updatedForTest (line 66) | updatedForTest(){} class qt (line 66) | class qt extends S.DataGrid.DataGridNode{number;name;request;responseTyp... method constructor (line 66) | constructor(t,i,r){super(i),this.number=t;const o=new e.ParsedURL.Pars... method createCell (line 66) | createCell(e){const t=this.createTD(e);let i,s=this.request.url();"num... class zt (line 66) | class zt extends c.Widget.VBox{tabbedPane;resourceViewTabSetting;constru... method constructor (line 66) | constructor(t){super(),this.tabbedPane=new c.TabbedPane.TabbedPane,thi... method wasShown (line 66) | wasShown(){super.wasShown(),this.selectTab()} method selectTab (line 66) | selectTab(e){e||(e=this.resourceViewTabSetting.get()),e&&!this.tabbedP... method tabSelected (line 66) | tabSelected(e){e.data.isUserGesture&&this.resourceViewTabSetting.set(e... class Qt (line 66) | class Qt extends O{swCacheModels;swCacheTreeElements;storageBucket;const... method constructor (line 66) | constructor(e,t){super(e,Jt($t.cacheStorage),Jt($t.noCacheStorage),Jt(... method initialize (line 66) | initialize(){this.swCacheModels.clear(),this.swCacheTreeElements.clear... method onattach (line 66) | onattach(){super.onattach(),this.listItemElement.addEventListener("con... method handleContextMenuEvent (line 66) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.d... method refreshCaches (line 66) | refreshCaches(){for(const e of this.swCacheModels)e.refreshCacheNames()} method serviceWorkerCacheModelAdded (line 66) | serviceWorkerCacheModelAdded(e){e.enable(),this.swCacheModels.add(e);f... method serviceWorkerCacheModelRemoved (line 66) | serviceWorkerCacheModelRemoved(e){for(const t of e.caches())this.remov... method cacheAdded (line 66) | cacheAdded(e){const{model:t,cache:i}=e.data;this.addCache(t,i)} method cacheInTree (line 66) | cacheInTree(e){return!this.storageBucket||e.inBucket(this.storageBucket)} method addCache (line 66) | addCache(e,t){if(this.cacheInTree(t)){const i=new Yt(this.resourcesPan... method cacheRemoved (line 66) | cacheRemoved(e){const{model:t,cache:i}=e.data;this.cacheInTree(i)&&thi... method removeCache (line 66) | removeCache(e,t){const i=this.cacheTreeElement(e,t);i&&(this.removeChi... method cacheTreeElement (line 66) | cacheTreeElement(e,t){for(const i of this.swCacheTreeElements)if(i.has... class Yt (line 66) | class Yt extends F{model;cache;view;constructor(e,t,i,s){let r;r=s?i.cac... method constructor (line 66) | constructor(e,t,i,s){let r;r=s?i.cacheName+" - "+i.storageKey:i.cacheN... method itemURL (line 66) | get itemURL(){return"cache://"+this.cache.cacheId} method onattach (line 66) | onattach(){super.onattach(),this.listItemElement.addEventListener("con... method handleContextMenuEvent (line 66) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.d... method clearCache (line 66) | clearCache(){this.model.deleteCache(this.cache)} method update (line 66) | update(e){this.cache=e,this.view&&this.view.update(e)} method onselect (line 66) | onselect(e){return super.onselect(e),this.view||(this.view=new _t(this... method hasModelAndCache (line 66) | hasModelAndCache(e,t){return this.cache.equals(t)&&this.model===e} class ri (line 66) | class ri{registration;rows;selectedRowIndex;tableElement;constructor(e){... method constructor (line 66) | constructor(e){this.registration=e,this.rows=[],this.selectedRowIndex=... method calculateServiceWorkerUpdateRanges (line 66) | calculateServiceWorkerUpdateRanges(){function e(e,t){t.start{return i=t,s=e... method clearEvents (line 66) | clearEvents(){this.#x=[],this.#T.data=this.#x,this.setSidebarWidget(th... method #R (line 66) | async#R(e){const t=e.detail;if(!t)return;const i=l.JSONView.JSONView.c... method setDefaultIdForTesting (line 66) | setDefaultIdForTesting(e){this.#M=e} method getEventsForTesting (line 66) | getEventsForTesting(){return this.#x} method getSharedStorageAccessGridForTesting (line 66) | getSharedStorageAccessGridForTesting(){return this.#T} class fi (line 66) | class fi extends F{#B;view;constructor(t,i=!1){super(t,ki(bi.sharedStora... method constructor (line 66) | constructor(t,i=!1){super(t,ki(bi.sharedStorage),!1,"shared-storage"),... method itemURL (line 66) | get itemURL(){return"shared-storage://"} method onselect (line 66) | onselect(e){return super.onselect(e),this.resourcesPanel.showView(this... method onattach (line 66) | onattach(){super.onattach(),this.#B.get()&&this.expand()} method onexpand (line 66) | onexpand(){this.#B.set(!0)} method oncollapse (line 66) | oncollapse(){this.#B.set(!1)} method addEvent (line 66) | addEvent(e){this.view.addEvent(e)} class Ci (line 66) | class Ci extends e.ObjectWrapper.ObjectWrapper{#e;#P;constructor(e,t){su... method constructor (line 66) | constructor(e,t){super(),this.#e=e,this.#P=t} method securityOrigin (line 66) | get securityOrigin(){return this.#P} method getMetadata (line 66) | async getMetadata(){return await this.#e.storageAgent.invoke_getShared... method getEntries (line 66) | async getEntries(){return await this.#e.storageAgent.invoke_getSharedS... method setEntry (line 66) | async setEntry(e,t,i){await this.#e.storageAgent.invoke_setSharedStora... method deleteEntry (line 66) | async deleteEntry(e){await this.#e.storageAgent.invoke_deleteSharedSto... method clear (line 66) | async clear(){await this.#e.storageAgent.invoke_clearSharedStorageEntr... method resetBudget (line 66) | async resetBudget(){await this.#e.storageAgent.invoke_resetSharedStora... class Ti (line 66) | class Ti extends o.SDKModel.SDKModel{#D;#F;storageAgent;#a;constructor(e... method constructor (line 66) | constructor(e){super(e),e.registerStorageDispatcher(this),this.#D=e.mo... method enable (line 66) | async enable(){this.#a||(this.#D.addEventListener(o.SecurityOriginMana... method disable (line 66) | disable(){this.#a&&(this.#D.removeEventListener(o.SecurityOriginManage... method dispose (line 66) | dispose(){this.disable()} method #U (line 66) | #U(){for(const e of this.#D.securityOrigins())this.#N(e)} method #W (line 66) | #W(){for(const e of this.#F.keys())this.#j(e)} method #O (line 66) | #O(e){this.#N(e.data)} method #N (line 66) | #N(t){const i=new e.ParsedURL.ParsedURL(t);if(!i.isValid||"data"===i.s... method #V (line 66) | #V(e){this.#j(e.data)} method #j (line 66) | #j(e){const t=this.storageForOrigin(e);t&&(this.#F.delete(e),this.disp... method storages (line 66) | storages(){return this.#F.values()} method storageForOrigin (line 66) | storageForOrigin(e){return this.#F.get(e)||null} method numStoragesForTesting (line 66) | numStoragesForTesting(){return this.#F.size} method isChangeEvent (line 66) | isChangeEvent(e){return["set","append","delete","clear"].includes(e.me... method sharedStorageAccessed (line 66) | sharedStorageAccessed(e){if(this.isChangeEvent(e)){const t=this.storag... method attributionReportingTriggerRegistered (line 66) | attributionReportingTriggerRegistered(e){} method indexedDBListUpdated (line 66) | indexedDBListUpdated(e){} method indexedDBContentUpdated (line 66) | indexedDBContentUpdated(e){} method cacheStorageListUpdated (line 66) | cacheStorageListUpdated(e){} method cacheStorageContentUpdated (line 66) | cacheStorageContentUpdated(e){} method interestGroupAccessed (line 66) | interestGroupAccessed(e){} method interestGroupAuctionEventOccurred (line 66) | interestGroupAuctionEventOccurred(e){} method interestGroupAuctionNetworkRequestCreated (line 66) | interestGroupAuctionNetworkRequestCreated(e){} method storageBucketCreatedOrUpdated (line 66) | storageBucketCreatedOrUpdated(e){} method storageBucketDeleted (line 66) | storageBucketDeleted(e){} method attributionReportingSourceRegistered (line 66) | attributionReportingSourceRegistered(e){} class Li (line 66) | class Li extends c.Widget.VBox{filterRegex;refreshButton;mainToolbar;fil... method constructor (line 66) | constructor(e,t,i){super(!1),this.filterRegex=null,this.refreshButton=... method setDeleteAllTitle (line 66) | setDeleteAllTitle(e){this.deleteAllButton.setTitle(e)} method setDeleteAllGlyph (line 66) | setDeleteAllGlyph(e){this.deleteAllButton.setGlyph(e)} method appendToolbarItem (line 66) | appendToolbarItem(e){this.mainToolbar.appendToolbarItem(e)} method setStorageKey (line 66) | setStorageKey(e){this.metadataView.setStorageKey(e)} method addButton (line 66) | addButton(e,t,i){const s=new c.Toolbar.ToolbarButton(e,t);return s.add... method filterChanged (line 66) | filterChanged({data:e}){this.filterRegex=e?new RegExp(s.StringUtilitie... method filter (line 66) | filter(e,t){if(this.filterRegex){const i=this.filterRegex;return e.fil... method hasFilter (line 66) | hasFilter(){return Boolean(this.filterRegex)} method wasShown (line 66) | wasShown(){this.refreshItems()} method setCanDeleteAll (line 66) | setCanDeleteAll(e){this.deleteAllButton.setEnabled(e)} method setCanDeleteSelected (line 66) | setCanDeleteSelected(e){this.deleteSelectedButton.setEnabled(e)} method setCanFilter (line 66) | setCanFilter(e){this.filterItem.setEnabled(e)} method deleteAllItems (line 66) | deleteAllItems(){} method deleteSelectedItem (line 66) | deleteSelectedItem(){} method refreshItems (line 66) | refreshItems(){} class ji (line 66) | class ji extends Li{#H;#_;#K=[];#q=null;#b;#z=!0;#G;constructor(e,t,i,s,... method constructor (line 66) | constructor(e,t,i,s,r){s||(s=(e,i,s)=>{k(f` method performUpdate (line 107) | performUpdate(){const e={items:this.#K,selectedKey:this.#q,editable:th... method itemsCleared (line 107) | itemsCleared(){this.#K=[],this.performUpdate(),this.setCanDeleteSelect... method itemRemoved (line 107) | itemRemoved(e){const t=this.#K.findIndex((t=>t.key===e));-1!==t&&(this... method itemAdded (line 107) | itemAdded(e,t){this.#K.some((t=>t.key===e))||(this.#K.push({key:e,valu... method itemUpdated (line 107) | itemUpdated(e,t){const i=this.#K.find((t=>t.key===e));i&&i.value!==t&&... method showItems (line 107) | showItems(e){const t=this.#z?1:-1;this.#K=[...e].sort(((e,i)=>t*(e.key... method deleteSelectedItem (line 107) | deleteSelectedItem(){this.#q&&this.#Q(this.#q)} method #X (line 107) | #X(e,t){this.setItem(e,t),this.#Y(e,t),this.#$({key:e,value:t})} method isEditAllowed (line 107) | isEditAllowed(e,t,i){return!0} method #J (line 107) | #J(e,t,i,s){this.isEditAllowed(t,i,s)&&("key"===t?("string"==typeof i&... method #Y (line 107) | #Y(e,t){for(let i=this.#K.length-1;i>=0;--i){const s=this.#K[i];s.key=... method #Q (line 107) | #Q(e){this.removeItem(e)} method showPreview (line 107) | showPreview(e,t){this.#H&&this.#_===t||(this.#H&&this.#H.detach(),e||(... method #$ (line 107) | async#$(e){if(e?.value){this.#q=e.key;const t=await this.createPreview... method editable (line 107) | set editable(e){this.#G=e,this.performUpdate()} method keys (line 107) | keys(){return this.#K.map((e=>e.key))} class zi (line 107) | class zi extends ji{#Z;sharedStorageItemsDispatcher;constructor(t,i){sup... method constructor (line 107) | constructor(t,i){super(qi(_i.sharedStorage),"shared-storage-items-view... method createView (line 107) | static async createView(e,t){const i=new zi(e,t);return await i.update... method updateEntriesOnly (line 107) | async updateEntriesOnly(){const e=await this.#Z.getEntries();e&&this.#... method #ee (line 107) | async#ee(){await this.refreshItems()} method refreshItems (line 107) | async refreshItems(){await this.metadataView.render(),await this.updat... method deleteAllItems (line 107) | async deleteAllItems(){if(!this.hasFilter())return await this.#Z.clear... method isEditAllowed (line 107) | isEditAllowed(e,t,i){return"key"!==e||""!==i||(this.refreshItems().the... method setItem (line 107) | async setItem(e,t){await this.#Z.setEntry(e,t,!1),await this.refreshIt... method #te (line 107) | #te(e){const t=this.filter(e,(e=>`${e.key} ${e.value}`));this.showItem... method removeItem (line 107) | async removeItem(e){await this.#Z.deleteEntry(e),await this.refreshIte... method createPreview (line 107) | async createPreview(e,t){const i=e&&{key:e,value:t||""};return l.JSONV... class $i (line 107) | class $i extends F{view;constructor(e,t){super(e,t.securityOrigin,!1,"sh... method constructor (line 107) | constructor(e,t){super(e,t.securityOrigin,!1,"shared-storage-instance")} method createElement (line 107) | static async createElement(e,t){const i=new $i(e,t);return i.view=awai... method itemURL (line 107) | get itemURL(){return"shared-storage://"} method onselect (line 107) | onselect(e){return super.onselect(e),this.resourcesPanel.showView(this... class Zi (line 107) | class Zi extends O{bucketTreeElements=new Set;constructor(e){super(e,Yi(... method constructor (line 107) | constructor(e){super(e,Yi(Ji.storageBuckets),Yi(Ji.noStorageBuckets),Y... method initialize (line 107) | initialize(){o.TargetManager.TargetManager.instance().addModelListener... method removeBucketsForModel (line 107) | removeBucketsForModel(e){for(const t of this.bucketTreeElements)t.mode... method bucketAdded (line 107) | bucketAdded({data:{model:e,bucketInfo:t}}){this.addBucketTreeElement(e... method bucketRemoved (line 107) | bucketRemoved({data:{model:e,bucketInfo:t}}){const i=this.getBucketTre... method bucketChanged (line 107) | bucketChanged({data:{model:e,bucketInfo:t}}){const i=this.getBucketTre... method addBucketTreeElement (line 107) | addBucketTreeElement(e,t){if(void 0===t.bucket.name)return;const i=new... method removeBucketTreeElement (line 107) | removeBucketTreeElement(e){this.removeChild(e),this.bucketTreeElements... method itemURL (line 107) | get itemURL(){return"storage-buckets-group://"} method getBucketTreeElement (line 107) | getBucketTreeElement(e,{bucket:{storageKey:t,name:i}}){for(const s of ... class es (line 107) | class es extends O{storageBucketInfo;bucketModel;view;constructor(e,t,i)... method constructor (line 107) | constructor(e,t,i){const{bucket:s}=i,{origin:r}=o.StorageKeyManager.pa... method initialize (line 107) | initialize(){const{bucket:e}=this.bucketInfo,t=new Cs(this.resourcesPa... method itemURL (line 107) | get itemURL(){const{bucket:e}=this.bucketInfo;return`storage-buckets-g... method model (line 107) | get model(){return this.bucketModel} method bucketInfo (line 107) | get bucketInfo(){return this.storageBucketInfo} method bucketInfo (line 107) | set bucketInfo(e){this.storageBucketInfo=e,this.view&&this.view.getCom... method onselect (line 107) | onselect(e){return super.onselect(e),this.view||(this.view=d.LegacyWra... class as (line 107) | class as extends c.ThrottledWidget.ThrottledWidget{pieColors;reportView;... method constructor (line 107) | constructor(){super(!0,1e3),this.registerRequiredCSS(is),this.contentE... method appendItem (line 107) | appendItem(e,t,i){const s=e.appendRow(),r=this.settings.get(i);r&&s.ap... method targetAdded (line 107) | targetAdded(e){if(e!==o.TargetManager.TargetManager.instance().primary... method targetRemoved (line 107) | targetRemoved(e){if(this.target!==e)return;e.model(o.SecurityOriginMan... method originChanged (line 107) | originChanged(e){const{mainSecurityOrigin:t,unreachableMainSecurityOri... method storageKeyChanged (line 107) | storageKeyChanged(e){const{mainStorageKey:t}=e.data;this.updateStorage... method updateOrigin (line 107) | updateOrigin(e,t){const i=this.securityOrigin;t?(this.securityOrigin=t... method updateStorageKey (line 107) | updateStorageKey(e){const t=this.storageKey;this.storageKey=e,this.rep... method applyQuotaOverrideFromInputField (line 107) | async applyQuotaOverrideFromInputField(){if(!this.target||!this.securi... method clearQuotaForOrigin (line 107) | async clearQuotaForOrigin(e,t){await e.storageAgent().invoke_overrideQ... method onClickCheckbox (line 107) | async onClickCheckbox(){this.quotaOverrideControlRow.classList.contain... method clear (line 107) | clear(){if(!this.securityOrigin)return;const e=[];for(const t of this.... method clear (line 107) | static clear(e,t,i,s,r){if(console.assert(Boolean(t)),!t)return;e.stor... method doUpdate (line 107) | async doUpdate(){if(!this.securityOrigin||!this.target)return this.quo... method populatePieChart (line 107) | populatePieChart(e,t){this.pieChart.data={chartName:os(ss.storageUsage... method getStorageTypeName (line 107) | getStorageTypeName(e){switch(e){case"file_systems":return os(ss.fileSy... method handleAction (line 107) | handleAction(e,t){switch(t){case"resources.clear":return this.handleClea... method handleClear (line 107) | handleClear(e){const t=o.TargetManager.TargetManager.instance().primaryP... class gs (line 107) | class gs extends F{view;constructor(e){super(e,hs(ls.trustTokens),!1,"pr... method constructor (line 107) | constructor(e){super(e,hs(ls.trustTokens),!1,"private-state-tokens");c... method itemURL (line 107) | get itemURL(){return"trustTokens://"} method onselect (line 107) | onselect(e){return super.onselect(e),this.view||(this.view=d.LegacyWra... function ws (line 107) | function ws(e){if("main"===e)throw new Error("Unexpected main target id")} class Ss (line 107) | class Ss extends c.Widget.VBox{panel;sidebarTree;applicationTreeElement;... method constructor (line 107) | constructor(t){super(),this.panel=t,this.sidebarTree=new c.TreeOutline... method addSidebarSection (line 107) | addSidebarSection(e,t){const i=new c.TreeOutline.TreeElement(e,!0,t);r... method targetAdded (line 107) | targetAdded(e){if(e!==e.outermostTarget())return;this.target=e;const t... method targetRemoved (line 107) | targetRemoved(e){if(e!==this.target)return;delete this.target;const t=... method focus (line 107) | focus(){this.sidebarTree.focus()} method initialize (line 107) | initialize(){for(const e of o.ResourceTreeModel.ResourceTreeModel.fram... method domStorageModelAdded (line 107) | domStorageModelAdded(e){e.enable(),e.storages().forEach(this.addDOMSto... method domStorageModelRemoved (line 107) | domStorageModelRemoved(e){e.storages().forEach(this.removeDOMStorage.b... method extensionStorageModelAdded (line 107) | extensionStorageModelAdded(e){this.extensionStorageModels.push(e),e.en... method extensionStorageModelRemoved (line 107) | extensionStorageModelRemoved(e){console.assert(this.extensionStorageMo... method indexedDBModelAdded (line 107) | indexedDBModelAdded(e){e.enable(),this.indexedDBListTreeElement.addInd... method indexedDBModelRemoved (line 107) | indexedDBModelRemoved(e){this.indexedDBListTreeElement.removeIndexedDB... method interestGroupModelAdded (line 107) | interestGroupModelAdded(e){e.enable(),e.addEventListener("InterestGrou... method interestGroupModelRemoved (line 107) | interestGroupModelRemoved(e){e.disable(),e.removeEventListener("Intere... method sharedStorageModelAdded (line 107) | async sharedStorageModelAdded(e){await e.enable();for(const t of e.sto... method sharedStorageModelRemoved (line 107) | sharedStorageModelRemoved(e){e.disable();for(const t of e.storages())t... method storageBucketsModelAdded (line 107) | storageBucketsModelAdded(e){e.enable()} method storageBucketsModelRemoved (line 107) | storageBucketsModelRemoved(e){this.storageBucketsTreeElement?.removeBu... method resetWithFrames (line 107) | resetWithFrames(){this.resourcesSection.reset(),this.reset()} method treeElementAdded (line 107) | treeElementAdded(e){const t=this.panel.lastSelectedItemPath();if(!t.le... method reset (line 107) | reset(){this.domains={},this.cookieListTreeElement.removeChildren(),th... method frameNavigated (line 107) | frameNavigated(e){const t=e.data;t.isOutermostFrame()&&this.reset(),th... method interestGroupAccess (line 107) | interestGroupAccess(e){this.interestGroupTreeElement.addEvent(e.data)} method addCookieDocument (line 107) | addCookieDocument(t){const i=t.unreachableUrl()||t.url,s=e.ParsedURL.P... method domStorageAdded (line 107) | domStorageAdded(e){const t=e.data;this.addDOMStorage(t)} method addDOMStorage (line 107) | addDOMStorage(e){console.assert(!this.domStorageTreeElements.get(e)),c... method domStorageRemoved (line 107) | domStorageRemoved(e){const t=e.data;this.removeDOMStorage(t)} method removeDOMStorage (line 107) | removeDOMStorage(e){const t=this.domStorageTreeElements.get(e);if(!t)r... method extensionStorageAdded (line 107) | extensionStorageAdded(e){const t=e.data;this.addExtensionStorage(t)} method useTreeViewForExtensionStorage (line 107) | useTreeViewForExtensionStorage(e){return!e.matchesTarget(this.target)} method getExtensionStorageAreaParent (line 107) | getExtensionStorageAreaParent(e){if(!this.useTreeViewForExtensionStora... method addExtensionStorage (line 107) | addExtensionStorage(e){if(this.extensionStorageModels.find((t=>t!==e.m... method extensionStorageRemoved (line 107) | extensionStorageRemoved(e){const t=e.data;this.removeExtensionStorage(t)} method removeExtensionStorage (line 107) | removeExtensionStorage(e){if(this.extensionStorageModels.find((t=>t.st... method sharedStorageAdded (line 107) | async sharedStorageAdded(e){await this.addSharedStorage(e.data)} method addSharedStorage (line 107) | async addSharedStorage(e){const t=await $i.createElement(this.panel,e)... method sharedStorageRemoved (line 107) | sharedStorageRemoved(e){this.removeSharedStorage(e.data)} method removeSharedStorage (line 107) | removeSharedStorage(e){const t=this.sharedStorageTreeElements.get(e.se... method sharedStorageAccess (line 107) | sharedStorageAccess(e){this.sharedStorageListTreeElement.addEvent(e.da... method showResource (line 107) | async showResource(e,t,i){await this.resourcesSection.revealResource(e... method showFrame (line 107) | showFrame(e){this.resourcesSection.revealAndSelectFrame(e)} method innerShowView (line 107) | innerShowView(e){this.panel.showView(e)} method showPreloadingRuleSetView (line 107) | showPreloadingRuleSetView(e){this.preloadingSummaryTreeElement&&this.p... method showPreloadingAttemptViewWithFilter (line 107) | showPreloadingAttemptViewWithFilter(e){this.preloadingSummaryTreeEleme... method onmousemove (line 107) | onmousemove(e){const t=e.target;if(!t)return;const i=c.UIUtils.enclosi... method onmouseleave (line 107) | onmouseleave(e){this.previousHoveredElement&&(this.previousHoveredElem... class bs (line 107) | class bs extends F{serviceName;view;model;selectedInternal;constructor(e... method constructor (line 107) | constructor(e,t){super(e,te.getUIString(t),!1,s.StringUtilities.toKeba... method getIconType (line 107) | getIconType(){switch(this.serviceName){case"backgroundFetch":return"ar... method initialize (line 107) | initialize(e){this.model=e,this.selectedInternal&&!this.view&&this.ons... method itemURL (line 107) | get itemURL(){return`background-service://${this.serviceName}`} method selectable (line 107) | get selectable(){return!!this.model&&super.selectable} method onselect (line 107) | onselect(e){return super.onselect(e),this.selectedInternal=!0,!!this.m... class ys (line 107) | class ys extends F{view;constructor(e){super(e,i.i18n.lockedString("Serv... method constructor (line 107) | constructor(e){super(e,i.i18n.lockedString("Service workers"),!1,"serv... method itemURL (line 107) | get itemURL(){return"service-workers://"} method onselect (line 107) | onselect(e){return super.onselect(e),this.view||(this.view=new ci),thi... class ks (line 107) | class ks extends F{view;constructor(t){super(t,vs(ps.manifest),!0,"manif... method constructor (line 107) | constructor(t){super(t,vs(ps.manifest),!0,"manifest");const i=n.Icon.c... method itemURL (line 107) | get itemURL(){return"manifest://"} method onselect (line 107) | onselect(e){return super.onselect(e),this.showView(this.view),t.userMe... method generateChildren (line 107) | generateChildren(){const e=this.view.getStaticSections();for(const t o... method onInvoke (line 107) | onInvoke(){this.view.getManifestElement().scrollIntoView(),c.ARIAUtils... method showManifestView (line 107) | showManifestView(){this.showView(this.view)} class fs (line 107) | class fs extends F{#ie;#se;constructor(e,t,i,s,r){super(e,i,!1,r);const ... method constructor (line 107) | constructor(e,t,i,s,r){super(e,i,!1,r);const o=n.Icon.create("document... method itemURL (line 107) | get itemURL(){return"manifest://"+this.title} method onInvoke (line 107) | onInvoke(){this.parent?.showManifestView(),this.#ie.scrollIntoView(),c... method onInvokeElementKeydown (line 107) | onInvokeElementKeydown(e){if("Tab"!==e.key||e.shiftKey)return;const t=... class Is (line 107) | class Is extends F{view;constructor(e){super(e,vs(ps.storage),!1,"storag... method constructor (line 107) | constructor(e){super(e,vs(ps.storage),!1,"storage");const t=n.Icon.cre... method itemURL (line 107) | get itemURL(){return"clear-storage://"} method onselect (line 107) | onselect(e){return super.onselect(e),this.view||(this.view=new as),thi... class Cs (line 107) | class Cs extends O{idbDatabaseTreeElements;storageBucket;constructor(e,t... method constructor (line 107) | constructor(e,t){super(e,vs(ps.indexeddb),vs(ps.noIndexeddb),vs(ps.ind... method initialize (line 107) | initialize(){o.TargetManager.TargetManager.instance().addModelListener... method addIndexedDBForModel (line 107) | addIndexedDBForModel(e){for(const t of e.databases())this.addIndexedDB... method removeIndexedDBForModel (line 107) | removeIndexedDBForModel(e){const t=this.idbDatabaseTreeElements.filter... method onattach (line 107) | onattach(){super.onattach(),this.listItemElement.addEventListener("con... method handleContextMenuEvent (line 107) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.d... method refreshIndexedDB (line 107) | refreshIndexedDB(){for(const e of o.TargetManager.TargetManager.instan... method databaseInTree (line 107) | databaseInTree(e){return!this.storageBucket||e.inBucket(this.storageBu... method indexedDBAdded (line 107) | indexedDBAdded({data:{databaseId:e,model:t}}){this.addIndexedDB(t,e)} method addIndexedDB (line 107) | addIndexedDB(e,t){if(!this.databaseInTree(t))return;const i=new Ts(thi... method indexedDBRemoved (line 107) | indexedDBRemoved({data:{databaseId:e,model:t}}){const i=this.idbDataba... method removeIDBDatabaseTreeElement (line 107) | removeIDBDatabaseTreeElement(e){e.clear(),this.removeChild(e),s.ArrayU... method indexedDBLoaded (line 107) | indexedDBLoaded({data:{database:e,model:t,entriesUpdated:i}}){const s=... method indexedDBLoadedForTest (line 107) | indexedDBLoadedForTest(){} method indexedDBContentUpdated (line 107) | indexedDBContentUpdated({data:{databaseId:e,objectStoreName:t,model:i}... method idbDatabaseTreeElement (line 107) | idbDatabaseTreeElement(e,t){return this.idbDatabaseTreeElements.find((... class Ts (line 107) | class Ts extends F{model;databaseId;idbObjectStoreTreeElements;database;... method constructor (line 107) | constructor(e,t,i){super(e,i.name,!1,"indexed-db-database"),this.model... method itemURL (line 107) | get itemURL(){return"indexedDB://"+this.databaseId.storageBucket.stora... method onattach (line 107) | onattach(){super.onattach(),this.listItemElement.addEventListener("con... method handleContextMenuEvent (line 107) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.d... method refreshIndexedDB (line 107) | refreshIndexedDB(){this.model.refreshDatabase(this.databaseId)} method indexedDBContentUpdated (line 107) | indexedDBContentUpdated(e){const t=this.idbObjectStoreTreeElements.get... method update (line 107) | update(e,t){this.database=e;const i=new Set;for(const e of[...this.dat... method updateTooltip (line 107) | updateTooltip(){const e=this.database?this.database.version:"-";0===Ob... method selectable (line 107) | get selectable(){return!!this.database&&super.selectable} method onselect (line 107) | onselect(e){return super.onselect(e),!!this.database&&(this.view||(thi... method objectStoreRemoved (line 107) | objectStoreRemoved(e){const t=this.idbObjectStoreTreeElements.get(e);t... method clear (line 107) | clear(){for(const e of this.idbObjectStoreTreeElements.keys())this.obj... class xs (line 107) | class xs extends F{model;databaseId;idbIndexTreeElements;objectStore;vie... method constructor (line 107) | constructor(e,t,i,s){super(e,s.name,!1,"indexed-db-object-store"),this... method itemURL (line 107) | get itemURL(){return"indexedDB://"+this.databaseId.storageBucket.stora... method onattach (line 107) | onattach(){super.onattach(),this.listItemElement.addEventListener("con... method markNeedsRefresh (line 107) | markNeedsRefresh(){this.view&&this.view.markNeedsRefresh();for(const e... method handleContextMenuEvent (line 107) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.d... method refreshObjectStore (line 107) | refreshObjectStore(){this.view&&this.view.refreshData();for(const e of... method clearObjectStore (line 107) | async clearObjectStore(){await this.model.clearObjectStore(this.databa... method update (line 107) | update(e,t){this.objectStore=e;const i=new Set;for(const e of this.obj... method updateTooltip (line 107) | updateTooltip(){const e=this.objectStore.keyPathString;let t=null!==e?... method onselect (line 107) | onselect(e){return super.onselect(e),this.view||(this.view=new Ae(this... method indexRemoved (line 107) | indexRemoved(e){const t=this.idbIndexTreeElements.get(e);t&&(t.clear()... method clear (line 107) | clear(){for(const e of this.idbIndexTreeElements.keys())this.indexRemo... class Es (line 107) | class Es extends F{model;databaseId;objectStore;index;refreshObjectStore... method constructor (line 107) | constructor(e,t,i,s,r,o){super(e,r.name,!1,"indexed-db"),this.model=t,... method itemURL (line 107) | get itemURL(){return"indexedDB://"+this.databaseId.storageBucket.stora... method markNeedsRefresh (line 107) | markNeedsRefresh(){this.view&&this.view.markNeedsRefresh()} method refreshIndex (line 107) | refreshIndex(){this.view&&this.view.refreshData()} method update (line 107) | update(e,t,i){this.objectStore=e,this.index=t,this.view&&i&&this.view.... method updateTooltip (line 107) | updateTooltip(){const e=[],t=this.index.keyPathString;e.push(vs(ps.key... method onselect (line 107) | onselect(e){return super.onselect(e),this.view||(this.view=new Ae(this... method clear (line 107) | clear(){this.view&&this.view.clear()} class Ms (line 107) | class Ms extends F{domStorage;constructor(e,t){super(e,t.storageKey?o.St... method constructor (line 107) | constructor(e,t){super(e,t.storageKey?o.StorageKeyManager.parseStorage... method itemURL (line 107) | get itemURL(){return"storage://"+this.domStorage.storageKey+"/"+(this.... method onselect (line 107) | onselect(e){return super.onselect(e),t.userMetrics.panelShown("dom-sto... method onattach (line 107) | onattach(){super.onattach(),this.listItemElement.addEventListener("con... method handleContextMenuEvent (line 107) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.d... class Rs (line 107) | class Rs extends F{extensionStorage;constructor(e,t){super(e,function(e)... method constructor (line 107) | constructor(e,t){super(e,function(e){switch(e){case"session":return vs... method storageArea (line 107) | get storageArea(){return this.extensionStorage.storageArea} method itemURL (line 107) | get itemURL(){return"extension-storage://"+this.extensionStorage.exten... method onselect (line 107) | onselect(e){return super.onselect(e),this.resourcesPanel.showExtension... method onattach (line 107) | onattach(){super.onattach(),this.listItemElement.addEventListener("con... method handleContextMenuEvent (line 107) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.d... class Ls (line 107) | class Ls extends F{extensionId;constructor(e,t,i){super(e,i||t,!0,"exten... method constructor (line 107) | constructor(e,t,i){super(e,i||t,!0,"extension-storage-for-domain"),thi... method itemURL (line 107) | get itemURL(){return"extension-storage://"+this.extensionId} class As (line 107) | class As extends F{target;cookieDomainInternal;constructor(e,t,i){super(... method constructor (line 107) | constructor(e,t,i){super(e,i.securityOrigin()||vs(ps.localFiles),!1,"c... method itemURL (line 107) | get itemURL(){return"cookies://"+this.cookieDomainInternal} method cookieDomain (line 107) | cookieDomain(){return this.cookieDomainInternal} method onattach (line 107) | onattach(){super.onattach(),this.listItemElement.addEventListener("con... method handleContextMenuEvent (line 107) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.d... method onselect (line 107) | onselect(e){return super.onselect(e),this.resourcesPanel.showCookies(t... class Bs (line 107) | class Bs extends c.Widget.VBox{emptyWidget;linkElement;constructor(){sup... method constructor (line 107) | constructor(){super(),this.element.classList.add("storage-view"),this.... method setText (line 107) | setText(e){this.emptyWidget.text=e} method setHeadline (line 107) | setHeadline(e){this.emptyWidget.header=e} method setLink (line 107) | setLink(e){e&&!this.linkElement&&(this.linkElement=this.emptyWidget.ap... class Ps (line 107) | class Ps{panel;treeElement;treeElementForFrameId;treeElementForTargetId;... method constructor (line 107) | constructor(e,t){this.panel=e,this.treeElement=t,c.ARIAUtils.setLabel(... method initialize (line 107) | initialize(){const e=o.FrameManager.FrameManager.instance();for(const ... method targetAdded (line 107) | targetAdded(e){e.type()!==o.Target.Type.Worker&&e.type()!==o.Target.Ty... method workerAdded (line 107) | async workerAdded(e){const t=e.parentTarget();if(!t)return;const i=t.i... method targetRemoved (line 107) | targetRemoved(e){} method addFrameAndParents (line 107) | addFrameAndParents(e){const t=e.parentFrame();t&&!this.treeElementForF... method expandFrame (line 107) | expandFrame(e){if(!e)return!1;let t=this.treeElementForFrameId.get(e.i... method revealResource (line 107) | async revealResource(e,t,i){if(!this.expandFrame(e.frame()))return;con... method revealAndSelectFrame (line 107) | revealAndSelectFrame(e){const t=this.treeElementForFrameId.get(e.id);t... method frameAdded (line 107) | frameAdded(e){if(!o.TargetManager.TargetManager.instance().isInScope(e... method frameDetached (line 107) | frameDetached(e){const t=this.treeElementForFrameId.get(e);t&&(this.tr... method frameNavigated (line 107) | frameNavigated(e){if(!o.TargetManager.TargetManager.instance().isInSco... method resourceAdded (line 107) | resourceAdded(e){const t=e.frame();if(!t)return;if(!o.TargetManager.Ta... method windowOpened (line 107) | windowOpened(e){const t=e.data;if(t.openerId&&"page"===t.type){const e... method windowDestroyed (line 107) | windowDestroyed(e){const t=e.data,i=this.treeElementForTargetId.get(t)... method windowChanged (line 107) | windowChanged(e){const t=e.data;if(t.openerId&&"page"===t.type){const ... method reset (line 107) | reset(){this.treeElement.removeChildren(),this.treeElementForFrameId.c... class Ds (line 107) | class Ds extends F{section;frame;frameId;categoryElements;treeElementFor... method constructor (line 107) | constructor(e,t){super(e.panel,"",!1,"frame"),this.section=e,this.fram... method getIconTypeForFrame (line 107) | getIconTypeForFrame(e){return e.isOutermostFrame()?e.unreachableUrl()?... method frameNavigated (line 107) | async frameNavigated(e){const t=n.Icon.create(this.getIconTypeForFrame... method itemURL (line 107) | get itemURL(){return this.frame.isOutermostFrame()?"frame://":"frame:/... method onselect (line 107) | onselect(e){return super.onselect(e),this.view||(this.view=d.LegacyWra... method hovered (line 107) | set hovered(e){e?(this.listItemElement.classList.add("hovered"),this.f... method appendResource (line 107) | appendResource(t){const i=t.statusCode();if(i>=301&&i<=303)return;cons... method windowOpened (line 107) | windowOpened(e){const t="opened-windows";let i=this.categoryElements.g... method workerCreated (line 107) | workerCreated(e){const t="service_worker"===e.type?"service-workers":"... method windowChanged (line 107) | windowChanged(e){const t=this.treeElementForWindow.get(e.targetId);t&&... method windowDestroyed (line 107) | windowDestroyed(e){const t=this.treeElementForWindow.get(e);t&&t.windo... method appendChild (line 107) | appendChild(e,t=Ds.presentationOrderCompare){super.appendChild(e,t)} method presentationOrderCompare (line 107) | static presentationOrderCompare(e,t){function i(e){return e instanceof... class Os (line 107) | class Os extends F{panel;resource;previewPromise;constructor(e,t){super(... method constructor (line 107) | constructor(e,t){super(e,t.isGenerated?vs(ps.documentNotAvailable):t.d... method forResource (line 107) | static forResource(e){return Fs.get(e)} method itemURL (line 107) | get itemURL(){return this.resource.url} method preparePreview (line 107) | preparePreview(){if(this.previewPromise)return this.previewPromise;con... method onselect (line 107) | onselect(e){return super.onselect(e),this.resource.isGenerated?this.pa... method ondblclick (line 107) | ondblclick(e){return t.InspectorFrontendHost.InspectorFrontendHostInst... method onattach (line 107) | onattach(){super.onattach(),this.listItemElement.draggable=!0,this.lis... method ondragstart (line 107) | ondragstart(e){return!!e.dataTransfer&&(e.dataTransfer.setData("text/p... method handleContextMenuEvent (line 107) | handleContextMenuEvent(e){const t=new c.ContextMenu.ContextMenu(e);t.a... method revealResource (line 107) | async revealResource(e,t){this.revealAndSelect(!0);const i=await this.... class Vs (line 107) | class Vs extends F{targetInfo;isWindowClosed;view;constructor(e,t){super... method constructor (line 107) | constructor(e,t){super(e,t.title||vs(ps.windowWithoutTitle),!1,"window... method updateIcon (line 107) | updateIcon(e){const t=e?"popup":"frame",i=n.Icon.create(t);this.setLea... method update (line 107) | update(e){e.canAccessOpener!==this.targetInfo.canAccessOpener&&this.up... method windowClosed (line 107) | windowClosed(){this.listItemElement.classList.add("window-closed"),thi... method onselect (line 107) | onselect(e){return super.onselect(e),this.view?this.view.update():this... method itemURL (line 107) | get itemURL(){return this.targetInfo.url} class Us (line 107) | class Us extends F{targetInfo;view;constructor(e,t){super(e,t.title||t.u... method constructor (line 107) | constructor(e,t){super(e,t.title||t.url||vs(ps.worker),!1,"worker"),th... method onselect (line 107) | onselect(e){return super.onselect(e),this.view?this.view.update():this... method itemURL (line 107) | get itemURL(){return this.targetInfo.url} class Ks (line 107) | class Ks extends c.Widget.VBox{cookie;showDecodedSetting;toggle;value;co... method constructor (line 107) | constructor(){super(),this.setMinimumSize(230,45),this.cookie=null,thi... method showDecoded (line 107) | showDecoded(e){this.cookie&&(this.showDecodedSetting.set(e),this.toggl... method updatePreview (line 107) | updatePreview(){this.cookie?this.value.textContent=this.showDecodedSet... method setCookie (line 107) | setCookie(e){this.cookie=e,this.updatePreview()} method handleDblClickOnCookieValue (line 107) | handleDblClickOnCookieValue(e){e.preventDefault();const t=document.cre... class qs (line 107) | class qs extends Li{model;cookieDomain;totalSize;cookiesTable;splitWidge... method constructor (line 107) | constructor(e,t){super(_s(js.cookies),"cookiesPanel"),this.registerReq... method setCookiesDomain (line 107) | setCookiesDomain(e,t){this.model.removeEventListener("CookieListUpdate... method showPreview (line 107) | showPreview(e){e!==this.selectedCookie&&(this.selectedCookie=e,e?(this... method handleCookieSelected (line 107) | handleCookieSelected(){const e=this.cookiesTable.selectedCookie();this... method saveCookie (line 107) | async saveCookie(e,t){return t&&e.key()!==t.key()&&await this.model.de... method deleteCookie (line 107) | deleteCookie(e,t){this.model.deleteCookie(e).then(t)} method updateWithCookies (line 107) | updateWithCookies(t){this.allCookies=t,this.totalSize=t.reduce(((e,t)=... method filter (line 107) | filter(e,t){return super.filter(e,t).filter((e=>!this.onlyIssuesFilter... method deleteAllItems (line 107) | deleteAllItems(){this.showPreview(null),this.model.deleteCookies(this.... method deleteSelectedItem (line 107) | deleteSelectedItem(){const e=this.cookiesTable.selectedCookie();e&&(th... method onCookieListUpdate (line 107) | onCookieListUpdate(){this.model.getCookiesForDomain(this.cookieDomain)... method refreshItems (line 107) | refreshItems(){this.model.getCookiesForDomain(this.cookieDomain,!0).th... class Js (line 107) | class Js extends ji{domStorage;eventListeners;constructor(e){super(Xs(Gs... method constructor (line 107) | constructor(e){super(Xs(Gs.domStorageItems),"dom-storage",!0),this.dom... method createPreview (line 107) | createPreview(t,i){const s=`${this.domStorage.isLocalStorage?"localsto... method setStorage (line 107) | setStorage(t){e.EventTarget.removeEventListeners(this.eventListeners),... method domStorageItemsCleared (line 107) | domStorageItemsCleared(){this.isShowing()&&this.itemsCleared()} method itemsCleared (line 107) | itemsCleared(){super.itemsCleared(),c.ARIAUtils.alert(Xs(Gs.domStorage... method domStorageItemRemoved (line 107) | domStorageItemRemoved(e){this.isShowing()&&this.itemRemoved(e.data.key)} method itemRemoved (line 107) | itemRemoved(e){super.itemRemoved(e),c.ARIAUtils.alert(Xs(Gs.domStorage... method domStorageItemAdded (line 107) | domStorageItemAdded(e){this.isShowing()&&this.itemAdded(e.data.key,e.d... method domStorageItemUpdated (line 107) | domStorageItemUpdated(e){this.isShowing()&&this.itemUpdated(e.data.key... method refreshItems (line 107) | refreshItems(){this.#re()} method #re (line 107) | async#re(){const e=await this.domStorage.getItems();if(!e)return;const... method deleteAllItems (line 107) | deleteAllItems(){this.domStorage.clear(),this.domStorageItemsCleared()} method removeItem (line 107) | removeItem(e){this.domStorage?.removeItem(e)} method setItem (line 107) | setItem(e,t){this.domStorage?.setItem(e,t)} class tr (line 107) | class tr extends ji{#oe;extensionStorageItemsDispatcher;constructor(t,i)... method constructor (line 107) | constructor(t,i){super(er(Ys.extensionStorageItems),"extension-storage... method #ae (line 107) | get#ae(){return"managed"!==this.#oe.storageArea} method parseValue (line 107) | parseValue(e){try{return D.parse(e)}catch{return e}} method removeItem (line 107) | removeItem(e){this.#oe.removeItem(e).then((()=>{this.refreshItems()}))} method setItem (line 107) | setItem(e,t){this.#oe.setItem(e,this.parseValue(t)).then((()=>{this.re... method createPreview (line 107) | createPreview(t,i){const s="extension-storage://"+this.#oe.extensionId... method setStorage (line 107) | setStorage(e){this.#oe=e,this.editable=this.#ae,this.refreshItems()} method #ne (line 107) | #ne(){this.isShowing()&&(this.itemsCleared(),c.ARIAUtils.alert(er(Ys.e... method deleteSelectedItem (line 107) | deleteSelectedItem(){this.#ae&&this.deleteSelectedItem()} method refreshItems (line 107) | refreshItems(){this.#re()} method #re (line 107) | async#re(){const e=await this.#oe.getItems();if(!e)return;const t=this... method deleteAllItems (line 107) | deleteAllItems(){this.#ae&&this.#oe.clear().then((()=>{this.#ne()}),((... class or (line 107) | class or extends c.Panel.PanelWithSidebar{resourcesLastSelectedItemSetti... method constructor (line 107) | constructor(){super("resources"),this.registerRequiredCSS(sr),this.res... method instance (line 107) | static instance(e={forceNew:null}){const{forceNew:t}=e;return rr&&!t||... method shouldCloseOnReset (line 107) | static shouldCloseOnReset(e){return[l.ResourceSourceFrame.ResourceSour... method showAndGetSidebar (line 107) | static async showAndGetSidebar(){return await c.ViewManager.ViewManage... method focus (line 107) | focus(){this.sidebar.focus()} method lastSelectedItemPath (line 107) | lastSelectedItemPath(){return this.resourcesLastSelectedItemSetting.ge... method setLastSelectedItemPath (line 107) | setLastSelectedItemPath(e){this.resourcesLastSelectedItemSetting.set(e)} method resetView (line 107) | resetView(){this.visibleView&&or.shouldCloseOnReset(this.visibleView)&... method showView (line 107) | showView(e){this.pendingViewPromise=null,this.visibleView!==e&&(this.v... method scheduleShowView (line 107) | async scheduleShowView(e){this.pendingViewPromise=e;const t=await e;re... method showCategoryView (line 107) | showCategoryView(e,t,i,r){this.categoryView||(this.categoryView=new Bs... method showDOMStorage (line 107) | showDOMStorage(e){e&&(this.domStorageView?this.domStorageView.setStora... method showExtensionStorage (line 107) | showExtensionStorage(e){e&&(this.extensionStorageView?this.extensionSt... method showCookies (line 107) | showCookies(e,t){const i=e.model(o.CookieModel.CookieModel);i&&(this.c... method clearCookies (line 107) | clearCookies(e,t){const i=e.model(o.CookieModel.CookieModel);i&&i.clea... method reveal (line 107) | async reveal(e){(await or.showAndGetSidebar()).showPreloadingAttemptView... method reveal (line 107) | async reveal(e){(await or.showAndGetSidebar()).showFrame(e)} method reveal (line 107) | async reveal(e){const t=await or.showAndGetSidebar();await t.showResourc... method reveal (line 107) | async reveal(e){(await or.showAndGetSidebar()).showPreloadingRuleSetView... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/application/components/components.js class R (line 1) | class R extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow(... method constructor (line 1) | constructor(){super(),this.#a()?.addEventListener(r.ResourceTreeModel.... method #a (line 1) | #a(){const e=r.TargetManager.TargetManager.instance().primaryPageTarge... method #n (line 1) | #n(){return this.#a()?.mainFrame||null} method connectedCallback (line 1) | connectedCallback(){this.parentElement?.classList.add("overflow-auto")} method render (line 1) | async render(){await n.write("BackForwardCacheView render",(()=>{s.ren... method #s (line 7) | #s(){r.TargetManager.TargetManager.instance().removeModelListener(r.Re... method #l (line 7) | async#l(){r.TargetManager.TargetManager.instance().removeModelListener... method #c (line 7) | async#c(e){const t=r.TargetManager.TargetManager.instance().primaryPag... method #d (line 7) | async#d(){const e=r.TargetManager.TargetManager.instance().primaryPage... method #i (line 7) | #i(){const e=this.#n();if(!e)return T` method #u (line 40) | #u(e){if(!e||0===e.explanations.length&&0===e.children.length)return s... method #g (line 54) | #g(e,t){let o=1,r=0;const a=[];let n="";e.url.length?n=e.url:(n=P($.bl... method #h (line 54) | #h(e){switch(e){case!0:return T` method #m (line 74) | #m(e,t,o){let r=e.url;0===r.length&&(r=P($.blankURLTitle,{PH1:t.blankC... method #p (line 74) | #p(e,t){if(0===e.length)return s.nothing;const o=e.filter((e=>"PageSup... method #v (line 78) | #v(e,t,o,r){return T` method #k (line 89) | #k(e){if("EmbedderExtensionSentMessageToCachedFrame"===e.reason&&e.con... method #f (line 90) | #f(e){if(void 0===e||0===e.length)return s.nothing;const t=[T`
${P... method #w (line 97) | #w(e){return"UnloadHandlerExistsInMainFrame"===e.reason||"UnloadHandle... method #y (line 101) | #y(e){if(void 0===e||0===e.length)return s.nothing;const t=new i.Linki... method #b (line 105) | #b(e,t){return T` class L (line 123) | class L extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow(... method connectedCallback (line 123) | connectedCallback(){this.#$()} method #$ (line 123) | async#$(){s.render(I` method #i (line 129) | async#i(){if(this.#S||await this.#C(),"Disabled"===this.#t){const t=ne... method #P (line 146) | #P(){const e="Running"===this.#t;return I` method #R (line 157) | #R(){return this.#T?0===this.#x.length?I` method #M (line 176) | async#M(){const e=r.TargetManager.TargetManager.instance().primaryPage... method #D (line 176) | #D(){this.#t="Result",this.#$()} method #C (line 176) | async#C(){this.#S=!0;const e=r.TargetManager.TargetManager.instance().... class j (line 176) | class j extends HTMLElement{#e=this.attachShadow({mode:"open"});#I=new M... method connectedCallback (line 176) | connectedCallback(){this.#$()} method data (line 176) | set data(e){this.#I=e.endpoints,this.#$()} method #$ (line 176) | #$(){U(q` class Q (line 203) | class Q extends HTMLElement{#e=this.attachShadow({mode:"open"});#B=null;... method data (line 203) | set data(e){this.#B=e.stackTraceRowItem,this.#$()} method #$ (line 203) | #$(){this.#B&&s.render(K` class Z (line 213) | class Z extends HTMLElement{#e=this.attachShadow({mode:"open"});#E=()=>{... method data (line 213) | set data(e){this.#E=e.onShowAllClick,this.#F=e.hiddenCallFramesCount,t... method #$ (line 213) | #$(){if(!this.#F)return;const e=this.#L?Y(X.showLess):Y(X.showSMoreFra... class ee (line 220) | class ee extends HTMLElement{#e=this.attachShadow({mode:"open"});#N=new ... method data (line 220) | set data(e){const t=e.frame,{creationStackTrace:o,creationStackTraceTa... method #O (line 220) | #O(e){this.#A=e,this.#$()} method #z (line 220) | #z(){this.#H=!this.#H,this.#$()} method createRowTemplates (line 220) | createRowTemplates(){const e=[];let t=0;for(const o of this.#A){let r=... method #$ (line 225) | #$(){if(!this.#A.length)return void s.render(K` class he (line 231) | class he extends HTMLElement{#e=this.attachShadow({mode:"open"});#W=new ... method data (line 231) | set data(e){this.#$(e)} method #$ (line 231) | #$(e){const t=document.createElement("span");t.textContent=e.badgeCont... function ue (line 234) | function ue(e){return{treeNodeData:e,id:"OriginTrialTreeNode#"+e.trialNa... function pe (line 240) | function pe(e){return{treeNodeData:e.status,id:"TokenNode#"+e.rawTokenTe... function ge (line 242) | function ge(e){return ie` function me (line 245) | function me(e){return[{treeNodeData:e,id:"TokenDetailsNode#"+e.rawTokenT... function ve (line 249) | function ve(e){return ie`${String(e.treeNodeData)}`} class be (line 249) | class be extends HTMLElement{#e=this.attachShadow({mode:"open"});#U=null... method data (line 249) | set data(e){this.#U=e.node.treeNodeData,this.#_()} method connectedCallback (line 249) | connectedCallback(){this.#$()} method #_ (line 252) | #_(){this.#U?.parsedToken&&(this.#q=[{name:de(le.origin),value:this.#V... method #$ (line 252) | #$(){if(!this.#U)return;const e=[{name:de(le.status),value:ie` class ke (line 261) | class ke extends HTMLElement{#e=this.attachShadow({mode:"open"});set dat... method data (line 261) | set data(e){this.#$(e.trials)} method #$ (line 261) | #$(e){e.length?s.render(ie` function $e (line 273) | function $e(e,t,o,r){return ye` class Ce (line 281) | class Ce extends HTMLElement{#e=this.attachShadow({mode:"open"});#G={pol... method data (line 281) | set data(e){this.#G=e,this.#$()} method #K (line 281) | #K(){this.#G.showDetails=!this.#G.showDetails,this.#$()} method #X (line 281) | #X(){const e=this.#G.policies.filter((e=>e.allowed)).map((e=>e.feature... method #J (line 286) | async#J(){const e=this.#G.policies.filter((e=>!e.allowed)).sort(((e,t)... method #$ (line 325) | async#$(){await n.write("PermissionsPolicySection render",(()=>{s.rend... class Ie (line 332) | class Ie extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method constructor (line 332) | constructor(e){super(),this.#Y=e,this.render()} method connectedCallback (line 332) | connectedCallback(){this.parentElement?.classList.add("overflow-auto")... method render (line 332) | async render(){this.#oe=await(this.#Y?.parentFrame()?.getAdScriptId(th... method #ie (line 348) | #ie(){return this.#Y?(this.#te.classList.add("span-cols"),this.#Y.getO... method #re (line 356) | #re(){return this.#Y?Pe` method #le (line 372) | #le(){if(!this.#Y||this.#Y.unreachableUrl())return s.nothing;const e=t... method #ce (line 372) | #ce(){if(this.#Y){const e=this.#Y.resourceForURL(this.#Y.url);if(e?.re... method #me (line 372) | #me(e){for(const t of u.Workspace.WorkspaceImpl.instance().projects())... method #de (line 372) | #de(){return this.#Y&&this.#Y.unreachableUrl()?Pe` method #ve (line 380) | #ve(){if(this.#Y){const e=t.ParsedURL.ParsedURL.fromString(this.#Y.unr... method #he (line 380) | #he(){return this.#Y&&this.#Y.securityOrigin&&"://"!==this.#Y.security... method #ue (line 385) | async#ue(){if(this.#Y){const e=await this.#Y.getOwnerDOMNodeOrDocument... method #pe (line 399) | #pe(){const e=this.#Y?.getCreationStackTraceData();return e?.creationS... method #be (line 407) | #be(e){switch(e){case"child":return{value:De(Re.child),description:De(... method #ke (line 407) | #ke(e){switch(e){case"CreatedByAdScript":return De(Re.createdByAdScrip... method #ge (line 407) | #ge(){if(!this.#Y)return s.nothing;const e=this.#Y.adFrameType();if("n... method #ae (line 416) | #ae(){return this.#Y?Pe` method #fe (line 428) | #fe(){const e=this.#ye();return e?Pe`${e}... method #ye (line 428) | #ye(){switch(this.#Y?.getSecureContextType()){case"Secure":return null... method #we (line 428) | async#we(){if(this.#Y){const e=this.#Y.resourceTreeModel().target().mo... method #xe (line 432) | #xe(e,t,o){if(!e)return s.nothing;const r=e.value!==o,a=!r&&e.reportOn... method #Te (line 439) | #Te(e){const t=new g.CspParser.CspParser(e).csp.directives,o=[];for(co... method #$e (line 439) | #$e(e,t){return Pe` method #Se (line 454) | #Se(e){return Pe` method #ne (line 465) | #ne(){return this.#Y?Pe` method #Ce (line 473) | #Ce(){if(this.#Y){const e=this.#Y.getGatedAPIFeatures();if(e){const t=... method #Pe (line 478) | #Pe(){if(this.#Y){const e=this.#Y.isCrossOriginIsolated(),t=De(e?Re.av... method #se (line 483) | #se(){return this.#Y?Pe` class He (line 492) | class He extends HTMLElement{#e=this.attachShadow({mode:"open"});#Re=[];... method connectedCallback (line 492) | connectedCallback(){this.#$()} method data (line 492) | set data(e){this.#Re=e,this.#$()} method #$ (line 492) | #$(){s.render(Fe` method #Me (line 508) | #Me(){return Fe` method #De (line 527) | #De(e){e.detail&&this.dispatchEvent(new CustomEvent("select",{detail:t... class _e (line 527) | class _e extends HTMLElement{#e=this.attachShadow({mode:"open"});#Ie=[];... method data (line 527) | set data(e){const t=this.#Be!==e.manifestLink;this.#Ie=e.protocolHandl... method #Le (line 527) | #Le(){this.#Fe="",this.#Ee=this.#Ie[0]?.protocol??"",this.#$()} method #Ne (line 527) | #Ne(){const e=k.XLink.XLink.create(this.#Be,je(Ue.manifest),void 0,voi... method #Ae (line 534) | #Ae(){if(0===this.#Ie.length)return s.nothing;const e=this.#Ie.filter(... method #$ (line 545) | #$(){const e=k.XLink.XLink.create("https://web.dev/url-protocol-handle... class et (line 554) | class et extends HTMLElement{#e=this.attachShadow({mode:"open"});connect... method connectedCallback (line 554) | connectedCallback(){this.#e.adoptedStyleSheets=[Ge],this.#$()} method #$ (line 554) | #$(){Qe(Ze` class tt (line 560) | class tt extends HTMLElement{#e=this.attachShadow({mode:"open"});#We=[];... method connectedCallback (line 560) | connectedCallback(){this.#e.adoptedStyleSheets=[Ge,Ke],this.#Z=h.Runti... method data (line 560) | set data(e){this.#We=e.reports,this.#$()} method #$ (line 560) | #$(){Qe(Ze` method #De (line 602) | #De(e){e.detail&&this.dispatchEvent(new CustomEvent("select",{detail:e... class it (line 602) | class it extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method update (line 602) | update(e){this.#Ue=e,this.#Ue.length>0&&this.#$()} method #$ (line 602) | #$(){nt(at` method #qe (line 607) | #qe(e){return at` class gt (line 621) | class gt extends HTMLElement{#e=this.attachShadow({mode:"open"});#Re=[];... method connectedCallback (line 621) | connectedCallback(){this.#$()} method data (line 621) | set data(e){this.#Re=e.sort(((e,t)=>e.accessTime-t.accessTime)),this.#... method #$ (line 621) | #$(){ct(dt` method #je (line 624) | #je(){return 0===this.#Re.length?dt` method #De (line 676) | #De(e){const t=parseInt(e.detail.dataset.index||"",10),o=isNaN(t)?void... class yt (line 676) | class yt extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method getShadow (line 676) | getShadow(){return this.#e} method setStorageKey (line 676) | setStorageKey(e){this.#Ve=r.StorageKeyManager.parseStorageKey(e),this.... method setStorageBucket (line 676) | setStorageBucket(e){this.#Ge=e,this.setStorageKey(e.bucket.storageKey)} method enableStorageBucketControls (line 676) | enableStorageBucketControls(e){this.#_e=e,this.#Ve&&this.render()} method render (line 676) | render(){return n.write("StorageMetadataView render",(async()=>{s.rend... method getTitle (line 679) | getTitle(){if(!this.#Ve)return;const e=this.#Ve.origin,t=this.#Ge?.buc... method key (line 679) | key(e){return bt`${e}`} method value (line 679) | value(e){return bt`${e}`} method renderReportContent (line 679) | async renderReportContent(){if(!this.#Ve)return s.nothing;const e=this... method #Ke (line 690) | #Ke(){if(!this.#Ge)throw new Error("Should not call #renderStorageBuck... method #Je (line 700) | #Je(){if(!this.#Ge)throw new Error("Should not call #getExpirationStri... method #Xe (line 700) | #Xe(){return bt` method #Ye (line 709) | async#Ye(){if(!this.#_e||!this.#Ge)throw new Error("Should not call #d... class Rt (line 709) | class Rt extends yt{#Qe;#Ze=null;#et=0;#tt=0;#ot=0;constructor(e,t){supe... method constructor (line 709) | constructor(e,t){super(),this.#Qe=e,this.classList.add("overflow-auto"... method #rt (line 709) | async#rt(){await this.#Qe.resetBudget(),await this.render()} method connectedCallback (line 709) | connectedCallback(){this.getShadow().adoptedStyleSheets=[St]} method getTitle (line 709) | getTitle(){return Pt($t.sharedStorage)} method renderReportContent (line 709) | async renderReportContent(){const e=await this.#Qe.getMetadata();retur... method #at (line 718) | #at(){if(!this.#Ze)return Tt`${Pt($t.notYetCreated)}`;const e=new Date... method #nt (line 718) | #nt(){return Tt` class Lt (line 725) | class Lt extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method #it (line 725) | #it(e){const t=r.TargetManager.TargetManager.instance().primaryPageTar... method connectedCallback (line 725) | connectedCallback(){this.wrapper?.contentElement.classList.add("vbox")... method render (line 725) | async render(){const e=r.TargetManager.TargetManager.instance().primar... method #je (line 729) | #je(e){return 0===e.length?It` function Nt (line 765) | function Nt(e){return e.replace(/\/$/,"")} FILE: packages/debugger-frontend/dist/third-party/front_end/panels/application/preloading/components/components.js function k (line 1) | function k({prefetchStatus:t}){switch(t){case null:case"PrefetchNotStart... function R (line 1) | function R(t){switch(t.prerenderStatus){case null:case"Activated":return... function N (line 1) | function N(e,t){const r=void 0===e.url?t:e.url;return n.ResourceUtils.di... function F (line 1) | function F(t){switch(t){case"Prefetch":return e.i18n.lockedString("Prefe... function T (line 1) | function T(t){const r=function(t){switch(t){case"NotTriggered":return P(... method status (line 1) | static status(t){switch(t){case"NotTriggered":return L(C.statusNotTrigge... class M (line 1) | class M extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow(... method connectedCallback (line 1) | connectedCallback(){this.#e.adoptedStyleSheets=[],this.#r()} method data (line 1) | set data(e){this.#t=e,this.#r()} method #r (line 1) | #r(){if(!this.#t)return;const{pageURL:e}=this.#t;$(I`{if(... method #a (line 50) | #a(){i(this.#t);const t=this.#t.pipeline.getOriginallyTriggered(),r=th... method #o (line 62) | #o(e){i(this.#t);const r=this.#t.pipeline.getOriginallyTriggered(),a=F... method #i (line 82) | #i(e){i(this.#t);const t=this.#t.pipeline.getOriginallyTriggered(),r=e... method #n (line 87) | #n(){i(this.#t);const e=this.#t.pipeline.getOriginallyTriggered();if("... method #s (line 92) | #s(){i(this.#t);const e=this.#t.pipeline.getOriginallyTriggered();if("... method #l (line 97) | #l(e,t){const r=N(e,t);return O` class Z (line 111) | class Z extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow(... method connectedCallback (line 111) | connectedCallback(){this.#r()} method data (line 111) | set data(e){this.#t=e,this.#r()} method #r (line 111) | async#r(){await d.write("PreloadingDisabledInfobar render",(()=>{o.ren... method #d (line 111) | #d(){const e=this.#t.disabledByHoldbackPrefetchSpeculationRules||this.... method #c (line 125) | #c(){const e="https://developer.chrome.com/blog/prerender-pages/",t=c.... method #v (line 141) | #v(e,t,r){return e?J` method #u (line 148) | #u(){const t=new h.ChromeLink.ChromeLink;t.href="chrome://settings/per... method #p (line 148) | #p(){return this.#v(this.#t.disabledByDataSaver,Y(K.headerDisabledByDa... method #h (line 148) | #h(){return this.#v(this.#t.disabledByBatterySaver,Y(K.headerDisabledB... method #g (line 148) | #g(){return this.#v(this.#t.disabledByHoldbackPrefetchSpeculationRules... method #b (line 148) | #b(){return this.#v(this.#t.disabledByHoldbackPrerenderSpeculationRule... class de (line 148) | class de extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method connectedCallback (line 148) | connectedCallback(){this.#r()} method update (line 148) | update(e){this.#t=e,this.#r()} method #r (line 148) | #r(){if(!this.#t)return;const{rows:t,pageURL:r}=this.#t,a=""===r?null:... method #f (line 177) | #f(e){this.dispatchEvent(new CustomEvent("select",{detail:e.detail.dat... method #m (line 177) | #m(e,t){const r=e.pipeline.getOriginallyTriggered().key.url;return t&&... class ve (line 177) | class ve extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method connectedCallback (line 177) | connectedCallback(){this.#r()} method data (line 177) | set data(e){null!==e.mismatchedHeaders&&(this.#t=e,this.#r())} method #r (line 177) | #r(){this.#t?.mismatchedHeaders&&ge(be` class ke (line 203) | class ke extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method data (line 203) | set data(e){this.#t=e,this.#r()} method shouldPrettyPrint (line 203) | set shouldPrettyPrint(e){this.#y=e} method #r (line 203) | async#r(){await d.write("RuleSetDetailsView render",(async()=>{if(null... method #P (line 222) | #P(){return i(this.#t),void 0===this.#t.errorMessage?o.nothing:ye` method #x (line 229) | #x(e){return this.#w=b.EditorState.create({doc:e,extensions:[f.Config.... method #S (line 231) | async#S(){if(this.#y&&void 0!==this.#t?.sourceText){return(await g.Scr... class Ue (line 231) | class Ue extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method connectedCallback (line 231) | connectedCallback(){this.#r()} method update (line 231) | update(e){this.#t=e,this.#r()} method #k (line 231) | async#k(e){void 0!==e.backendNodeId?await this.#R(e):void 0!==e.url&&e... method #R (line 231) | async#R(e){i(e.backendNodeId);const r=t.TargetManager.TargetManager.in... method #N (line 231) | async#N(e){i(e.requestId);const r=t.TargetManager.TargetManager.instan... method #F (line 231) | async#F(e){await s.Revealer.reveal(new p.PreloadingForward.AttemptView... method #r (line 231) | #r(){if(null===this.#t)return;const{rows:e,pageURL:t}=this.#t;o.render... method #T (line 279) | #T(e){const t=e.detail.dataset.id;void 0!==t&&this.dispatchEvent(new C... class Ae (line 279) | class Ae extends a.LegacyWrapper.WrappableComponent{#e=this.attachShadow... method data (line 279) | set data(e){this.#t=e,this.#r()} method #r (line 279) | async#r(){await d.write("UsedPreloadingView render",(()=>{o.render(thi... method #d (line 279) | #d(){return Le` method #E (line 294) | #E(){const e=s.ParsedURL.ParsedURL.urlWithoutHash(this.#t.pageURL),t=t... method #D (line 316) | #D(e){if("NoPreloads"!==e||0===this.#t.previousAttempts.length)return ... method #L (line 328) | #L(){const e=this.#t.previousAttempts.find((e=>"Prerender"===e.action&... method #$ (line 334) | #$(){const e=this.#t.currentAttempts.reduce(((e,t)=>(e.set(t.status,(e... method #I (line 355) | #I(e){let t;return t=void 0===e?He(Be.badgeSuccess):He(Be.badgeSuccess... method #U (line 355) | #U(e){let t;return t=void 0===e?He(Be.badgeFailure):He(Be.badgeFailure... method #C (line 355) | #C(e){return this.#B("status-badge status-badge-neutral","clear",e)} method #B (line 355) | #B(e,t,r){return Le` FILE: packages/debugger-frontend/dist/third-party/front_end/panels/application/preloading/helper/helper.js method constructor (line 1) | constructor(e){this.ruleSetId=e} method constructor (line 1) | constructor(e){this.ruleSetId=e} FILE: packages/debugger-frontend/dist/third-party/front_end/panels/autofill/autofill-meta.js method loadView (line 1) | async loadView(){const i=await async function(){return r||(r=await impor... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/autofill/autofill.js class w (line 1) | class w extends i.LegacyWrapper.WrappableComponent{#e=this.attachShadow(... method constructor (line 1) | constructor(){super(),this.#r=e.Settings.Settings.instance().createSet... method connectedCallback (line 1) | connectedCallback(){this.#e.adoptedStyleSheets=[n.checkboxStyles,h,p];... method #c (line 1) | #c(){this.#n="",this.#i=[],this.#s=[],this.#l=[],a.ScheduledRender.sch... method #d (line 1) | #d({data:e}){({address:this.#n,filledFields:this.#i,matches:this.#s}=e... method #t (line 1) | async#t(){if(!a.ScheduledRender.isScheduledRender(this))throw new Erro... method #p (line 66) | #p(e){const{checked:o}=e.target;this.#r.set(o)} method #h (line 66) | #h(e){const{checked:o}=e.target;this.#a.set(o),r.AutofillManager.Autof... method #u (line 66) | #u(){if(!this.#n)return s.nothing;const e=(e,o)=>{const t=this.#n.subs... method #g (line 76) | #g(e){this.#l=this.#s.filter((o=>o.startIndex<=e&&o.endIndex>e)),a.Sch... method #v (line 76) | #v(){this.#l=[],a.ScheduledRender.scheduleRender(this,this.#o)} method #b (line 76) | #b(){if(!this.#i.length)return s.nothing;const e=new Set(this.#l.map((... method #f (line 107) | #f(e){this.#l=this.#s.filter((o=>o.filledFieldIndex===e)),a.ScheduledR... method #m (line 107) | #m(){this.#l=[],a.ScheduledRender.scheduleRender(this,this.#o),t.Overl... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/browser_debugger/browser_debugger-meta.js function d (line 1) | async function d(){return s||(s=await import("./browser_debugger.js")),s} function p (line 1) | async function p(){return c||(c=await import("../sources/sources.js")),c} method contextTypes (line 1) | contextTypes(){return e=e=>[e.ObjectEventListenersSidebarPane.ObjectEven... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/browser_debugger/browser_debugger.js class g (line 1) | class g extends s.Widget.VBox{#e;#t;#i;#n;#o;#s;constructor(t,n,o){super... method constructor (line 1) | constructor(t,n,o){super(!0),this.#e=new s.TreeOutline.TreeOutlineInSh... method categories (line 1) | get categories(){return this.#n} method breakpoints (line 1) | get breakpoints(){return this.#o} method focus (line 1) | focus(){this.#e.forceSelect()} method handleSpaceKeyEventOnBreakpoint (line 1) | handleSpaceKeyEventOnBreakpoint(e,t){e&&" "===e.key&&(t&&t.checkbox.cl... method createCategory (line 1) | createCategory(e){const t=s.UIUtils.CheckboxLabel.create(u(e),void 0,v... method createBreakpoint (line 1) | createBreakpoint(e){const t=s.UIUtils.CheckboxLabel.create(o.Categoriz... method getBreakpointFromPausedDetails (line 1) | getBreakpointFromPausedDetails(e){return null} method update (line 1) | update(){const t=s.Context.Context.instance().flavor(e.Target.Target),... method categoryCheckboxClicked (line 1) | categoryCheckboxClicked(e){const t=this.#n.get(e);if(!t)return;const i... method toggleBreakpoint (line 1) | toggleBreakpoint(e,t){e.setEnabled(t)} method breakpointCheckboxClicked (line 1) | breakpointCheckboxClicked(e){const t=this.#o.get(e);if(!t)return;this.... function u (line 1) | function u(e){return k[e]()} method constructor (line 1) | constructor(){super(e.DOMDebuggerModel.DOMDebuggerManager.instance().csp... method getBreakpointFromPausedDetails (line 1) | getBreakpointFromPausedDetails(t){const i=t.auxData?.violationType?t.aux... method toggleBreakpoint (line 1) | toggleBreakpoint(t,i){t.setEnabled(i),e.DOMDebuggerModel.DOMDebuggerMana... class C (line 1) | class C extends s.Widget.VBox{elementToCheckboxes;#r;#o;#a;#l;constructo... method constructor (line 1) | constructor(){super(!0),this.registerRequiredCSS(m),this.elementToChec... method instance (line 1) | static instance(){return D||(D=new C),D} method createElementForItem (line 1) | createElementForItem(e){const i=document.createElement("div");i.classL... method heightForItem (line 1) | heightForItem(e){return 0} method isItemSelectable (line 1) | isItemSelectable(e){return!0} method updateSelectedItemARIA (line 1) | updateSelectedItemARIA(e,t){return!0} method selectedItemChanged (line 1) | selectedItemChanged(e,t,i,n){i&&(i.tabIndex=-1),n&&(this.setDefaultFoc... method breakpointAdded (line 1) | breakpointAdded(e){this.addBreakpoint(e.data)} method breakpointToggled (line 1) | breakpointToggled(e){const t=this.hasFocus(),i=e.data;this.#a.refreshI... method breakpointsRemoved (line 1) | breakpointsRemoved(e){const t=this.hasFocus(),i=e.data;let n=-1;for(co... method addBreakpoint (line 1) | addBreakpoint(e){this.#o.insertWithComparator(e,((e,t)=>e.type>t.type?... method contextMenu (line 1) | contextMenu(e,t){const i=new s.ContextMenu.ContextMenu(t);i.defaultSec... method checkboxClicked (line 1) | checkboxClicked(e,t){e.domDebuggerModel.toggleDOMBreakpoint(e,!!t.targ... method flavorChanged (line 1) | flavorChanged(e){this.update()} method update (line 1) | update(){const t=s.Context.Context.instance().flavor(e.DebuggerModel.D... method appendApplicableItems (line 1) | appendApplicableItems(t,i,n){if(n.pseudoType())return;const r=n.domModel... class w (line 1) | class w extends g{constructor(){let i=e.DOMDebuggerModel.DOMDebuggerMana... method constructor (line 1) | constructor(){let i=e.DOMDebuggerModel.DOMDebuggerManager.instance().e... method instance (line 1) | static instance(){return y||(y=new w),y} method getBreakpointFromPausedDetails (line 1) | getBreakpointFromPausedDetails(t){const i=t.auxData,n=e.DOMDebuggerMod... class I (line 1) | class I extends s.ThrottledWidget.ThrottledWidget{#d;eventListenersView;... method constructor (line 1) | constructor(){super(),this.contentElement.setAttribute("jslog",`${t.se... method toolbarItems (line 1) | toolbarItems(){const e=s.Toolbar.Toolbar.createActionButton("browser-d... method doUpdate (line 1) | async doUpdate(){this.#d&&(this.#d.runtimeModel.releaseObjectGroup(A),... method wasShown (line 1) | wasShown(){super.wasShown(),s.Context.Context.instance().addFlavorChan... method willHide (line 1) | willHide(){s.Context.Context.instance().setFlavor(I,null),s.Context.Co... method handleAction (line 1) | handleAction(e,t){if("browser-debugger.refresh-global-event-listeners"==... class V (line 1) | class V extends s.Widget.VBox{#o;#a;#r;#c;#h;#p;constructor(){super(!0),... method constructor (line 1) | constructor(){super(!0),this.registerRequiredCSS(R),this.#o=new s.List... method instance (line 1) | static instance(){return H||(H=new V),H} method toolbarItems (line 1) | toolbarItems(){return[this.#h]} method emptyElementContextMenu (line 1) | emptyElementContextMenu(e){const t=new s.ContextMenu.ContextMenu(e);t.... method addButtonClicked (line 1) | async addButtonClicked(){await s.ViewManager.ViewManager.instance().sh... method heightForItem (line 1) | heightForItem(e){return 0} method isItemSelectable (line 1) | isItemSelectable(e){return!0} method setBreakpoint (line 1) | setBreakpoint(e){-1!==this.#o.indexOf(e)?this.#a.refreshItem(e):this.#... method createElementForItem (line 1) | createElementForItem(i){const n=document.createElement("div");s.ARIAUt... method selectedItemChanged (line 1) | selectedItemChanged(e,t,i,n){if(i){const e=U.get(i);if(!e)throw new Er... method updateSelectedItemARIA (line 1) | updateSelectedItemARIA(e,t){return!0} method removeBreakpoint (line 1) | removeBreakpoint(e){const t=this.#o.indexOf(e);t>=0&&this.#o.remove(t)... method addListElement (line 1) | addListElement(e,t){this.#a.element.insertBefore(e,t),this.#r.classLis... method removeListElement (line 1) | removeListElement(e){this.#a.element.removeChild(e),this.#a.element.fi... method contextMenu (line 1) | contextMenu(t,i){const n=new s.ContextMenu.ContextMenu(i);const o=P(S.... method checkboxClicked (line 1) | checkboxClicked(t,i){const n=this.hasFocus();e.DOMDebuggerModel.DOMDeb... method labelClicked (line 1) | labelClicked(i){const n=this.#c.get(i),o=document.createElement("span"... method flavorChanged (line 1) | flavorChanged(e){this.update()} method update (line 1) | update(){const t=0===this.#o.length;this.#a.element.classList.toggle("... method restoreBreakpoints (line 1) | restoreBreakpoints(){const t=e.DOMDebuggerModel.DOMDebuggerManager.ins... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/changes/changes-meta.js function o (line 1) | async function o(){return a||(a=await import("./changes.js")),a} function r (line 1) | function r(e){return void 0===a?[]:e(a)} FILE: packages/debugger-frontend/dist/third-party/front_end/panels/changes/changes.js class w (line 1) | class w extends(t.ObjectWrapper.eventMixin(e.Widget.Widget)){treeoutline... method constructor (line 1) | constructor(t){super(),this.treeoutline=new e.TreeOutline.TreeOutlineI... method selectedUISourceCode (line 1) | selectedUISourceCode(){return this.treeoutline.selectedTreeElement?thi... method selectionChanged (line 1) | selectionChanged(){this.dispatchEventToListeners("SelectedUISourceCode... method uiSourceCodeMofiedStatusChanged (line 1) | uiSourceCodeMofiedStatusChanged(e){e.data.isModified?this.addUISourceC... method removeUISourceCode (line 1) | removeUISourceCode(e){const t=this.treeElements.get(e);if(this.treeEle... method addUISourceCode (line 1) | addUISourceCode(e){const t=new y(e);this.treeElements.set(e,t),this.tr... class y (line 1) | class y extends e.TreeOutline.TreeElement{uiSourceCode;eventListeners;co... method constructor (line 1) | constructor(t){super(),this.uiSourceCode=t,this.listItemElement.classL... method updateTitle (line 1) | updateTitle(){let e=this.uiSourceCode.displayName();this.uiSourceCode.... method dispose (line 1) | dispose(){t.EventTarget.removeEventListeners(this.eventListeners)} class L (line 1) | class L extends e.Widget.Widget{#e;#t=[];#i={};#o;constructor(e,t=(e,t,i... method constructor (line 1) | constructor(e,t=(e,t,i)=>{g.render(T` method wasShown (line 31) | wasShown(){super.wasShown(),this.#e?.addEventListener("ModifiedStatusC... method willHide (line 31) | willHide(){this.#e?.removeEventListener("ModifiedStatusChanged",this.#... method workspaceDiff (line 31) | set workspaceDiff(e){this.#e=e,this.#r()} method #n (line 31) | async#n(e){const t=this.#t.find((t=>t.url()===e));if(!t)return;const o... method #a (line 31) | #a(e){const i=this.#t.find((t=>t.url()===e));t.Revealer.reveal(i)} method #r (line 31) | async#r(){if(!this.#e)return;const e=this.#t,t=this.#e.modifiedUISourc... method #s (line 31) | async#s(){this.#e&&await this.#r()} method performUpdate (line 31) | async performUpdate(){const e=(await Promise.all(this.#t.map((async e=... class $ (line 31) | class $ extends e.Widget.VBox{emptyWidget;workspaceDiff;changesSidebar;s... method constructor (line 31) | constructor(){super(!0),this.registerRequiredCSS(k),this.element.setAt... method selectedUISourceCodeChanged (line 31) | selectedUISourceCodeChanged(){this.revealUISourceCode(this.changesSide... method revert (line 31) | revert(){const e=this.selectedUISourceCode;e&&this.workspaceDiff.rever... method copy (line 31) | async copy(){const e=this.selectedUISourceCode;if(!e)return;const t=aw... method click (line 31) | click(e){if(this.selectedUISourceCode)for(const i of e.composedPath())... method revealUISourceCode (line 31) | revealUISourceCode(e){this.selectedUISourceCode!==e&&(this.selectedUIS... method wasShown (line 31) | wasShown(){e.Context.Context.instance().setFlavor($,this),super.wasSho... method willHide (line 31) | willHide(){super.willHide(),e.Context.Context.instance().setFlavor($,n... method refreshDiff (line 31) | async refreshDiff(){if(!this.isShowing())return;if(!this.selectedUISou... method hideDiff (line 31) | hideDiff(e,t,i){this.diffStats?.setText(""),this.toolbar.setEnabled(!1... method renderDiffRows (line 31) | renderDiffRows(e){if(!e||1===e.length&&e[0][0]===d.Diff.Operation.Equa... function z (line 31) | function z(){return Boolean(s.Runtime.hostConfig.devToolsFreestyler?.pat... method handleAction (line 31) | handleAction(e,t){const i=e.flavor($);if(null===i)return!1;switch(t){cas... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/common/common.js class c (line 1) | class c{static show({header:e,reminderItems:t,onLearnMoreClick:n,ariaLab... method show (line 1) | static show({header:e,reminderItems:t,onLearnMoreClick:n,ariaLabel:c,l... method constructor (line 45) | constructor(){} class d (line 45) | class d{static async show(t){const i=new s.Dialog.Dialog(t.jslogContext.... method show (line 45) | static async show(t){const i=new s.Dialog.Dialog(t.jslogContext.dialog... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/console/console-meta.js function l (line 1) | async function l(){return i||(i=await import("./console.js")),i} method contextTypes (line 1) | contextTypes(){return e=e=>[e.ConsoleView.ConsoleView],void 0===i?[]:e(i... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/console/console.js class L (line 1) | class L{items;dropDown;toolbarItemInternal;constructor(){this.items=new ... method constructor (line 1) | constructor(){this.items=new o.ListModel.ListModel,this.dropDown=new o... method toolbarItem (line 1) | toolbarItem(){return this.toolbarItemInternal} method highlightedItemChanged (line 1) | highlightedItemChanged(e,t,s,o){if(n.OverlayModel.OverlayModel.hideDOM... method titleFor (line 1) | titleFor(e){const t=e.target(),s=e.label();let o=s?t.decorateLabel(s):... method depthFor (line 1) | depthFor(e){let t=e.target(),s=0;if(e.isDefault||s++,e.frameId){let o=... method executionContextCreated (line 1) | executionContextCreated(e){this.items.insertWithComparator(e,e.runtime... method onExecutionContextCreated (line 1) | onExecutionContextCreated(e){const t=e.data;this.executionContextCreat... method onExecutionContextChanged (line 1) | onExecutionContextChanged(e){const t=e.data;-1!==this.items.indexOf(t)... method executionContextDestroyed (line 1) | executionContextDestroyed(e){const t=this.items.indexOf(e);-1!==t&&thi... method onExecutionContextDestroyed (line 1) | onExecutionContextDestroyed(e){const t=e.data;this.executionContextDes... method executionContextChangedExternally (line 1) | executionContextChangedExternally({data:e}){e&&!n.TargetManager.Target... method isTopContext (line 1) | isTopContext(e){if(!e?.isDefault)return!1;const t=e.target().model(n.R... method hasTopContext (line 1) | hasTopContext(){return this.items.some((e=>this.isTopContext(e)))} method modelAdded (line 1) | modelAdded(e){e.executionContexts().forEach(this.executionContextCreat... method modelRemoved (line 1) | modelRemoved(e){for(let t=this.items.length-1;t>=0;t--)this.items.at(t... method createElementForItem (line 1) | createElementForItem(e){const t=document.createElement("div"),n=o.UIUt... method subtitleFor (line 1) | subtitleFor(t){const s=t.target();let o=null;if(t.frameId){const e=s.m... method isItemSelectable (line 1) | isItemSelectable(e){const t=e.debuggerModel.selectedCallFrame(),s=t?.s... method itemSelected (line 1) | itemSelected(e){this.toolbarItemInternal.element.classList.toggle("hig... method callFrameSelectedInUI (line 1) | callFrameSelectedInUI(){const e=o.Context.Context.instance().flavor(n.... method callFrameSelectedInModel (line 1) | callFrameSelectedInModel(e){const t=e.data;for(const e of this.items)e... method frameNavigated (line 1) | frameNavigated(e){const t=e.data,s=t.resourceTreeModel().target().mode... class P (line 1) | class P{name;parsedFilters;executionContext;levelsMask;constructor(e,t,s... method constructor (line 1) | constructor(e,t,s,n){this.name=e,this.parsedFilters=t,this.executionCo... method allLevelsFilterValue (line 1) | static allLevelsFilterValue(){const e={},t={Verbose:"verbose",Info:"in... method defaultLevelsFilterValue (line 1) | static defaultLevelsFilterValue(){const e=P.allLevelsFilterValue();ret... method singleLevelMask (line 1) | static singleLevelMask(e){const t={};return t[e]=!0,t} method clone (line 1) | clone(){const e=this.parsedFilters.map(i.TextUtils.FilterParser.cloneF... method shouldBeVisible (line 1) | shouldBeVisible(e){const t=e.consoleMessage();return(!this.executionCo... method parentGroupHasMatch (line 1) | parentGroupHasMatch(e){return null!==e&&(this.applyFilter(e)||this.par... method applyFilter (line 1) | applyFilter(e){const t=e.consoleMessage();for(const o of this.parsedFi... method FilterType (line 1) | get FilterType(){return R} function o (line 1) | function o(e){const t=n.get("text-decoration")??"";t.includes(e)||n.set(... function i (line 1) | function i(e){const t=n.get("text-decoration")?.replace(` ${e}`,"");t?n.... function r (line 1) | function r(e){e&&(s.length&&"string"===s[s.length-1].type?s[s.length-1].... class $ (line 1) | class $ extends o.ThrottledWidget.ThrottledWidget{liveExpressionButton;f... method constructor (line 1) | constructor(t,s){super(!0,250),this.liveExpressionButton=t,this.focusO... method willHide (line 1) | willHide(){super.willHide();for(const e of this.pins)e.setHovered(!1)} method savePins (line 1) | savePins(){const e=Array.from(this.pins).map((e=>e.expression()));this... method contextMenuEventFired (line 1) | contextMenuEventFired(e){const t=new o.ContextMenu.ContextMenu(e),s=o.... method removeAllPins (line 1) | removeAllPins(){for(const e of this.pins)this.removePin(e)} method removePin (line 1) | removePin(e){e.element().remove();const t=this.focusedPinAfterDeletion... method addPin (line 1) | addPin(e,t){const s=new q(e,this,this.focusOut);this.contentElement.ap... method focusedPinAfterDeletion (line 1) | focusedPinAfterDeletion(e){const t=Array.from(this.pins);for(let s=0;s... method doUpdate (line 1) | async doUpdate(){if(!this.pins.size||!this.isShowing())return;this.isS... method updatedForTest (line 1) | updatedForTest(){} class q (line 1) | class q{pinPane;focusOut;pinElement;pinPreview;lastResult;lastExecutionC... method constructor (line 1) | constructor(t,s,n){this.pinPane=s,this.focusOut=n,this.deletePinIcon=d... method createEditor (line 6) | createEditor(e,t){const s=[a.EditorView.contentAttributes.of({"aria-la... method onBlur (line 6) | onBlur(e){const t=e.state.doc.toString(),s=t.trim();this.committedExpr... method setHovered (line 6) | setHovered(e){this.hovered!==e&&(this.hovered=e,!e&&this.lastNode&&n.O... method expression (line 6) | expression(){return this.committedExpression} method element (line 6) | element(){return this.pinElement} method focus (line 6) | async focus(){const e=this.editor;e.editor.focus(),e.dispatch({selecti... method appendToContextMenu (line 6) | appendToContextMenu(e){this.lastResult&&!("error"in this.lastResult)&&... method updatePreview (line 6) | async updatePreview(){if(!this.editor)return;const e=l.Config.contentI... class Y (line 6) | class Y extends(e.ObjectWrapper.eventMixin(o.Widget.VBox)){tree;selected... method constructor (line 6) | constructor(){super(!0),this.setMinimumSize(125,0),this.tree=new o.Tre... method appendGroup (line 6) | appendGroup(e,t,s,n,o){const i=new P(e,t,null,s),r=new ne(i,n,o);this.... method clear (line 6) | clear(){for(const e of this.treeElements)e.clear()} method onMessageAdded (line 6) | onMessageAdded(e){for(const t of this.treeElements)t.onMessageAdded(e)} method shouldBeVisible (line 6) | shouldBeVisible(e){return!(this.selectedTreeElement instanceof ee)||th... method selectionChanged (line 6) | selectionChanged(e){this.selectedTreeElement=e.data,this.dispatchEvent... class ee (line 6) | class ee extends o.TreeOutline.TreeElement{filterInternal;constructor(e,... method constructor (line 6) | constructor(e,t){super(e),this.filterInternal=t} method filter (line 6) | filter(){return this.filterInternal} class te (line 6) | class te extends ee{countElement;messageCount;constructor(e){super(e.nam... method constructor (line 6) | constructor(e){super(e.name,e),this.countElement=this.listItemElement.... method incrementAndUpdateCounter (line 6) | incrementAndUpdateCounter(){this.messageCount++,this.countElement.text... class ne (line 6) | class ne extends ee{selectedFilterSetting;urlTreeElements;messageCount;u... method constructor (line 6) | constructor(e,t,s){super(e.name,e),this.uiStringForFilterCount=se.get(... method clear (line 6) | clear(){this.urlTreeElements.clear(),this.removeChildren(),this.messag... method name (line 6) | name(){return this.filterInternal.name} method onselect (line 6) | onselect(e){return this.selectedFilterSetting.set(this.filterInternal.... method updateCounter (line 6) | updateCounter(){this.title=this.updateGroupTitle(this.messageCount),th... method updateGroupTitle (line 6) | updateGroupTitle(e){return this.uiStringForFilterCount?Q(this.uiString... method onMessageAdded (line 6) | onMessageAdded(e){const t=e.consoleMessage(),s=t.type!==n.ConsoleModel... method childElement (line 6) | childElement(t){const s=t||null;let n=this.urlTreeElements.get(s);if(n... function re (line 6) | function re(e){return"native"===e?"native":"eval"===e?"eval":""===e?"emp... function ae (line 6) | function ae(e){return/^\s*... skipping \d+ frames$/.exec(e)?"skipping x ... function le (line 6) | function le(t,s){if(!/^[\w.]*Error\b/.test(s))return null;const n=t.debu... function ce (line 6) | function ce(t,s){if(!s)return null;if(e.ParsedURL.ParsedURL.isValidUrlSt... function de (line 6) | function de(e,t){for(const s of e){const e=t.callFrames.find((e=>he(s,e)... function he (line 6) | function he(e,t){if(!e.link)return!1;const{url:s,lineNumber:n,columnNumb... class Se (line 6) | class Se{message;linkifier;repeatCountInternal;closeGroupDecorationCount... method constructor (line 6) | constructor(e,t,s,n,o){this.message=e,this.linkifier=t,this.requestRes... method setInsight (line 6) | setInsight(e){this.elementInternal?.querySelector("devtools-console-in... method element (line 6) | element(){return this.toMessageElement()} method wasShown (line 6) | wasShown(){this.isVisibleInternal=!0} method onResize (line 6) | onResize(){} method willHide (line 6) | willHide(){this.isVisibleInternal=!1,this.cachedHeight=this.element().... method isVisible (line 6) | isVisible(){return this.isVisibleInternal} method fastHeight (line 6) | fastHeight(){return this.cachedHeight?this.cachedHeight:this.approxima... method approximateFastHeight (line 6) | approximateFastHeight(){return 19} method consoleMessage (line 6) | consoleMessage(){return this.message} method formatErrorStackPromiseForTest (line 6) | formatErrorStackPromiseForTest(){return this.#t} method buildMessage (line 6) | buildMessage(){let t,s=this.message.messageText;if(this.message.source... method formatAsNetworkRequest (line 6) | formatAsNetworkRequest(){const e=g.NetworkLog.NetworkLog.requestForCon... method createAffectedResourceLinks (line 6) | createAffectedResourceLinks(){const e=[],t=this.message.getAffectedRes... method #s (line 6) | #s(t){const s=new v.Button.Button;s.data={size:"SMALL",variant:"icon",... method #n (line 6) | #n(){const e=g.NetworkLog.NetworkLog.requestForConsoleMessage(this.mes... method buildMessageAnchor (line 6) | buildMessageAnchor(){const e=this.message.runtimeModel();if(!e)return ... method buildMessageWithStackTrace (line 6) | buildMessageWithStackTrace(t){const s=h.Icon.create("triangle-right","... method buildMessageWithIgnoreLinks (line 6) | buildMessageWithIgnoreLinks(){const{toggleElement:e}=this.buildMessage... method buildMessageHelper (line 6) | buildMessageHelper(e,t,s){const n=document.createElement("div");n.clas... method format (line 6) | format(e){const t=document.createElement("span");if(this.messagePrefix... method formatParameter (line 6) | formatParameter(e,t,s){if(e.customPreview())return new c.CustomPreview... method formatParameterAsValue (line 6) | formatParameterAsValue(e){const t=document.createElement("span"),s=e.d... method formatParameterAsTrustedType (line 6) | formatParameterAsTrustedType(e){const t=document.createElement("span")... method formatParameterAsObject (line 6) | formatParameterAsObject(e,t){const s=document.createElement("span");if... method formatParameterAsFunction (line 6) | formatParameterAsFunction(e,t){const s=document.createElement("span");... method formattedParameterAsFunctionForTest (line 6) | formattedParameterAsFunctionForTest(){} method contextMenuEventFired (line 6) | contextMenuEventFired(e,t){const s=new o.ContextMenu.ContextMenu(t);s.... method renderPropertyPreviewOrAccessor (line 6) | renderPropertyPreviewOrAccessor(e,t,s){return"accessor"===t.type?this.... method formatParameterAsNode (line 6) | formatParameterAsNode(e){const t=document.createElement("span"),s=e.ru... method formattedParameterAsNodeForTest (line 6) | formattedParameterAsNodeForTest(){} method formatParameterAsString (line 6) | formatParameterAsString(e){const t=e.description??"",n=s.StringUtiliti... method formatParameterAsError (line 6) | formatParameterAsError(e){const t=document.createElement("span"),s=asy... method formatAsArrayEntry (line 6) | formatAsArrayEntry(e){return this.previewFormatter.renderPropertyPrevi... method formatAsAccessorProperty (line 6) | formatAsAccessorProperty(e,t,n){const i=c.ObjectPropertiesSection.Obje... method formatWithSubstitutionString (line 6) | formatWithSubstitutionString(e,t,s){const n=new Map,{tokens:o,args:i}=... method matchesFilterRegex (line 6) | matchesFilterRegex(e){e.lastIndex=0;const t=this.contentElement(),s=th... method matchesFilterText (line 6) | matchesFilterText(e){return this.contentElement().deepTextContent().to... method updateTimestamp (line 6) | updateTimestamp(){this.contentElementInternal&&(e.Settings.Settings.in... method nestingLevel (line 6) | nestingLevel(){let e=0;for(let t=this.consoleGroup();null!==t;t=t.cons... method setConsoleGroup (line 6) | setConsoleGroup(e){this.consoleGroupInternal=e} method clearConsoleGroup (line 6) | clearConsoleGroup(){this.consoleGroupInternal=null} method consoleGroup (line 6) | consoleGroup(){return this.consoleGroupInternal} method setInSimilarGroup (line 6) | setInSimilarGroup(e,t){this.inSimilarGroup=e,this.lastInSimilarGroup=e... method isLastInSimilarGroup (line 6) | isLastInSimilarGroup(){return Boolean(this.inSimilarGroup)&&Boolean(th... method resetCloseGroupDecorationCount (line 6) | resetCloseGroupDecorationCount(){this.closeGroupDecorationCount&&(this... method incrementCloseGroupDecorationCount (line 6) | incrementCloseGroupDecorationCount(){++this.closeGroupDecorationCount,... method updateCloseGroupDecorations (line 6) | updateCloseGroupDecorations(){if(this.nestingLevelMarkers)for(let e=0,... method focusedChildIndex (line 6) | focusedChildIndex(){return this.selectableChildren.length?this.selecta... method onKeyDown (line 6) | onKeyDown(e){!o.UIUtils.isEditing()&&this.elementInternal&&this.elemen... method maybeHandleOnKeyDown (line 6) | maybeHandleOnKeyDown(e){const t=this.focusedChildIndex(),s=-1===t;if(t... method selectNearestVisibleChild (line 6) | selectNearestVisibleChild(e,t){const s=this.nearestVisibleChild(e,t);r... method nearestVisibleChild (line 6) | nearestVisibleChild(e,t){const s=this.selectableChildren.length;if(e<0... method focusLastChildOrSelf (line 6) | focusLastChildOrSelf(){this.elementInternal&&!this.selectNearestVisibl... method setContentElement (line 6) | setContentElement(e){console.assert(!this.contentElementInternal,"Cann... method getContentElement (line 6) | getContentElement(){return this.contentElementInternal} method contentElement (line 6) | contentElement(){if(this.contentElementInternal)return this.contentEle... method toMessageElement (line 6) | toMessageElement(){return this.elementInternal||(this.elementInternal=... method updateMessageElement (line 6) | updateMessageElement(){if(this.elementInternal){this.elementInternal.c... method shouldShowInsights (line 6) | shouldShowInsights(){return(this.message.source!==e.Console.FrontendMe... method getExplainLabel (line 6) | getExplainLabel(){return"error"===this.message.level?ge(me.explainThis... method #i (line 6) | #i(){return"error"===this.message.level?ge(me.explainThisErrorWithAI):... method getExplainActionId (line 6) | getExplainActionId(){return"error"===this.message.level?"explain.conso... method #o (line 6) | #o(){const e=new h.Icon.Icon;e.data={iconName:"lightbulb-spark",color:... method shouldRenderAsWarning (line 6) | shouldRenderAsWarning(){return!("verbose"!==this.message.level&&"info"... method updateMessageIcon (line 6) | updateMessageIcon(){this.messageIcon&&(this.messageIcon.remove(),this.... method setAdjacentUserCommandResult (line 6) | setAdjacentUserCommandResult(e){this.#e=e,this.elementInternal?.classL... method repeatCount (line 6) | repeatCount(){return this.repeatCountInternal||1} method resetIncrementRepeatCount (line 6) | resetIncrementRepeatCount(){this.repeatCountInternal=1,this.repeatCoun... method incrementRepeatCount (line 6) | incrementRepeatCount(){this.repeatCountInternal++,this.showRepeatCount... method setRepeatCount (line 6) | setRepeatCount(e){this.repeatCountInternal=e,this.showRepeatCountEleme... method showRepeatCountElement (line 6) | showRepeatCountElement(){if(!this.elementInternal)return;if(!this.repe... method text (line 6) | get text(){return this.message.messageText} method toExportString (line 6) | toExportString(){const e=[],t=this.contentElement().childTextNodes().m... method toMessageTextString (line 6) | toMessageTextString(){const e=this.contentElement().querySelector(".co... method setSearchRegex (line 6) | setSearchRegex(e){if(this.searchHighlightNodeChanges?.length&&o.UIUtil... method searchRegex (line 6) | searchRegex(){return this.searchRegexInternal} method searchCount (line 6) | searchCount(){return this.searchHighlightNodes.length} method searchHighlightNode (line 6) | searchHighlightNode(e){return this.searchHighlightNodes[e]} method getInlineFrames (line 6) | async getInlineFrames(e,t,s,o){const i=p.DebuggerWorkspaceBinding.Debu... method expandInlineStackFrames (line 6) | async expandInlineStackFrames(e,t,s,n,o,i,r,a){const{frames:l}=await t... method createScriptLocationLinkForSyntaxError (line 6) | createScriptLocationLinkForSyntaxError(e,t){const{scriptId:s,lineNumbe... method tryFormatAsError (line 6) | tryFormatAsError(e,t){const s=this.message.runtimeModel();if(!s)return... method linkifyWithCustomLinkifier (line 6) | linkifyWithCustomLinkifier(t,n){if(t.length>Pe()){const e=new c.Object... method linkifyStringAsFragment (line 6) | linkifyStringAsFragment(e){return this.linkifyWithCustomLinkifier(e,((... method tokenizeMessageText (line 6) | static tokenizeMessageText(e){const{tokenizerRegexes:t,tokenizerTypes:... method groupKey (line 6) | groupKey(){return this.groupKeyInternal||(this.groupKeyInternal=this.m... method groupTitle (line 6) | groupTitle(){return Se.tokenizeMessageText(this.message.messageText).r... function Me (line 6) | function Me(){if(!Ie||!ye){const e="\\u0000-\\u0020\\u007f-\\u009f",t=ne... class Ee (line 6) | class Ee extends Se{collapsedInternal;expandGroupIcon;onToggle;groupEndM... method constructor (line 6) | constructor(e,t,s,n,o,i){console.assert(e.isGroupStartMessage()),super... method setCollapsed (line 6) | setCollapsed(e){this.collapsedInternal=e,this.expandGroupIcon&&(this.e... method collapsed (line 6) | collapsed(){return this.collapsedInternal} method maybeHandleOnKeyDown (line 6) | maybeHandleOnKeyDown(e){return-1===this.focusedChildIndex()&&("ArrowLe... method toMessageElement (line 6) | toMessageElement(){let e=this.elementInternal||null;if(!e){e=super.toM... method showRepeatCountElement (line 6) | showRepeatCountElement(){super.showRepeatCountElement(),this.repeatCou... method messagesHidden (line 6) | messagesHidden(){if(this.collapsed())return!0;const e=this.consoleGrou... method setGroupEnd (line 6) | setGroupEnd(e){if("endGroup"!==e.consoleMessage().type)throw new Error... method groupEnd (line 6) | groupEnd(){return this.groupEndMessageInternal} class ke (line 6) | class ke extends Se{formattedCommand;constructor(e,t,s,n,o){super(e,t,s,... method constructor (line 6) | constructor(e,t,s,n,o){super(e,t,s,n,o),this.formattedCommand=null} method contentElement (line 6) | contentElement(){const e=this.getContentElement();if(e)return e;const ... method updateSearch (line 6) | updateSearch(){this.setSearchRegex(this.searchRegex())} class Te (line 6) | class Te extends Se{contentElement(){const e=super.contentElement();if(!... method contentElement (line 6) | contentElement(){const e=super.contentElement();if(!e.classList.contai... class Fe (line 6) | class Fe extends Se{dataGrid;constructor(e,t,s,n,o){super(e,t,s,n,o),con... method constructor (line 6) | constructor(e,t,s,n,o){super(e,t,s,n,o),console.assert("table"===e.typ... method wasShown (line 6) | wasShown(){this.dataGrid&&this.dataGrid.updateWidths(),super.wasShown()} method onResize (line 6) | onResize(){this.isVisible()&&this.dataGrid&&this.dataGrid.onResize()} method contentElement (line 6) | contentElement(){const e=this.getContentElement();if(e)return e;const ... method buildTableMessage (line 6) | buildTableMessage(){const e=document.createElement("span");e.classList... method approximateFastHeight (line 6) | approximateFastHeight(){const e=this.message.parameters?.[0];return e&... class He (line 6) | class He{element;topGapElement;topGapElementActive;contentElementInterna... method constructor (line 6) | constructor(e){this.element=document.createElement("div"),this.element... method stickToBottom (line 6) | stickToBottom(){return this.stickToBottomInternal} method setStickToBottom (line 6) | setStickToBottom(e){this.stickToBottomInternal=e,this.stickToBottomInt... method hasVirtualSelection (line 6) | hasVirtualSelection(){return-1!==this.virtualSelectedIndex} method copyWithStyles (line 6) | copyWithStyles(){this.muteCopyHandler=!0,this.element.ownerDocument.ex... method onCopy (line 6) | onCopy(e){if(this.muteCopyHandler)return;const t=this.selectedText();t... method onFocusIn (line 6) | onFocusIn(e){const t=this.renderedItems.findIndex((t=>t.element().isSe... method onFocusOut (line 6) | onFocusOut(e){this.isOutsideViewport(e.relatedTarget)&&(this.virtualSe... method isOutsideViewport (line 6) | isOutsideViewport(e){return null!==e&&!e.isSelfOrDescendant(this.conte... method onDragStart (line 6) | onDragStart(e){const t=this.selectedText();return!!t&&(e.dataTransfer&... method onKeyDown (line 6) | onKeyDown(e){if(o.UIUtils.isEditing()||!this.itemCount||e.shiftKey)ret... method updateFocusedItem (line 6) | updateFocusedItem(e){const t=this.renderedElementAt(this.virtualSelect... method contentElement (line 6) | contentElement(){return this.contentElementInternal} method invalidate (line 6) | invalidate(){delete this.cachedProviderElements,this.itemCount=this.pr... method providerElement (line 6) | providerElement(e){this.cachedProviderElements||(this.cachedProviderEl... method rebuildCumulativeHeights (line 6) | rebuildCumulativeHeights(){const e=this.firstActiveIndex,t=this.lastAc... method rebuildCumulativeHeightsIfNeeded (line 6) | rebuildCumulativeHeightsIfNeeded(){let e=0,t=0;for(let s=0;sthis.las... method scrollItemIntoView (line 6) | scrollItemIntoView(e,t){const s=this.firstVisibleIndex(),n=this.lastVi... method forceScrollItemToBeFirst (line 6) | forceScrollItemToBeFirst(e){console.assert(e>=0&&e=0&&ethis.updateIssuesToo... method issuesCountUpdatedForTest (line 6) | issuesCountUpdatedForTest(){} method modelAdded (line 6) | modelAdded(e){e.messages().forEach(this.addConsoleMessage,this)} method modelRemoved (line 6) | modelRemoved(t){e.Settings.Settings.instance().moduleSetting("preserve... method onFilterChanged (line 6) | onFilterChanged(){if(this.filter.currentFilter.levelsMask=this.isSideb... method setImmediatelyFilterMessagesForTest (line 6) | setImmediatelyFilterMessagesForTest(){this.immediatelyFilterMessagesFo... method searchableView (line 6) | searchableView(){return this.searchableViewInternal} method clearHistory (line 6) | clearHistory(){this.prompt.history().clear()} method consoleHistoryAutocompleteChanged (line 6) | consoleHistoryAutocompleteChanged(){this.prompt.setAddCompletionsFromH... method itemCount (line 6) | itemCount(){return this.visibleViewMessages.length} method itemElement (line 6) | itemElement(e){return this.visibleViewMessages[e]} method fastHeight (line 6) | fastHeight(e){return this.visibleViewMessages[e].fastHeight()} method minimumRowHeight (line 6) | minimumRowHeight(){return 16} method registerWithMessageSink (line 6) | registerWithMessageSink(){e.Console.Console.instance().messages().forE... method addSinkMessage (line 6) | addSinkMessage(e){let t="verbose";switch(e.level){case"info":t="info";... method consoleTimestampsSettingChanged (line 6) | consoleTimestampsSettingChanged(){this.updateMessageList(),this.consol... method executionContextChanged (line 6) | executionContextChanged(){this.prompt.clearAutocomplete()} method willHide (line 6) | willHide(){this.hidePromptSuggestBox()} method wasShown (line 6) | wasShown(){if(super.wasShown(),this.#r){M.IssuesManager.IssuesManager.... method focus (line 6) | focus(){this.viewport.hasVirtualSelection()?this.viewport.contentEleme... method focusPrompt (line 6) | focusPrompt(){if(!this.prompt.hasFocus()){const e=this.viewport.stickT... method restoreScrollPositions (line 6) | restoreScrollPositions(){this.viewport.stickToBottom()?this.immediatel... method onResize (line 6) | onResize(){this.scheduleViewportRefresh(),this.hidePromptSuggestBox(),... method hidePromptSuggestBox (line 6) | hidePromptSuggestBox(){this.prompt.clearAutocomplete()} method invalidateViewport (line 6) | async invalidateViewport(){this.updateIssuesToolbarItem(),this.muteVie... method onDetach (line 6) | onDetach(){this.#r=!0;M.IssuesManager.IssuesManager.instance().removeE... method updateIssuesToolbarItem (line 6) | updateIssuesToolbarItem(){if(this.#r)return;const e=M.IssuesManager.Is... method scheduleViewportRefresh (line 6) | scheduleViewportRefresh(){this.muteViewportUpdates?this.maybeDirtyWhil... method getScheduledRefreshPromiseForTest (line 6) | getScheduledRefreshPromiseForTest(){return this.scheduledRefreshPromis... method immediatelyScrollToBottom (line 6) | immediatelyScrollToBottom(){this.viewport.setStickToBottom(!0),this.pr... method updateFilterStatus (line 6) | updateFilterStatus(){this.hiddenByFilterCount!==this.lastShownHiddenBy... method onConsoleMessageAdded (line 6) | onConsoleMessageAdded(e){const t=e.data;this.addConsoleMessage(t)} method addConsoleMessage (line 6) | addConsoleMessage(e){const t=this.createViewMessage(e);if(ze.set(e,t),... method onConsoleMessageUpdated (line 6) | onConsoleMessageUpdated(e){const t=e.data,s=ze.get(t);s&&(s.updateMess... method consoleMessageAddedForTest (line 6) | consoleMessageAddedForTest(e){} method shouldMessageBeVisible (line 6) | shouldMessageBeVisible(e){return!this.shouldBeHiddenCache.has(e)} method computeShouldMessageBeVisible (line 6) | computeShouldMessageBeVisible(e){!this.filter.shouldBeVisible(e)||this... method appendMessageToEnd (line 6) | appendMessageToEnd(e,t){if("cors"===e.consoleMessage().category&&!this... method messageAppendedForTests (line 6) | messageAppendedForTests(){} method createViewMessage (line 6) | createViewMessage(e){switch(e.type){case n.ConsoleModel.FrontendMessag... method onMessageResized (line 6) | async onMessageResized(e){const t=e.data;if(this.pendingBatchResize||!... method consoleCleared (line 6) | consoleCleared(){const e=this.viewport.element.hasFocus();this.cancelB... method handleContextMenuEvent (line 6) | handleContextMenuEvent(t){const s=new o.ContextMenu.ContextMenu(t),i=t... method saveConsole (line 6) | async saveConsole(){const t=n.TargetManager.TargetManager.instance().s... method copyConsole (line 6) | async copyConsole(){const e=[];for(let t=0;tthis.#d.moveHistory(-1)},... method enterWillEvaluate (line 6) | async enterWillEvaluate(e){const{doc:t,selection:s}=this.editor.state;... method showSelfXssWarning (line 6) | showSelfXssWarning(){e.Console.Console.instance().warn(st(et.selfXssWa... method handleEnter (line 6) | async handleEnter(t){if(this.#h&&this.text()===st(et.allowPasting))ret... method updatePromptIcon (line 6) | updatePromptIcon(){this.iconThrottler.schedule((async()=>{this.promptI... method appendCommand (line 6) | appendCommand(e,t){const s=o.Context.Context.instance().flavor(n.Runti... method evaluateCommandInConsole (line 6) | async evaluateCommandInConsole(e,t,s,o){const i=e.debuggerModel.select... method substituteNames (line 6) | async substituteNames(e,t){try{return await I.FormatterWorkerPool.form... method editorUpdate (line 6) | editorUpdate(e){e.docChanged||a.selectedCompletion(e.state)!==a.select... method focus (line 6) | focus(){this.editor.focus()} method editorSetForTest (line 6) | editorSetForTest(){} FILE: packages/debugger-frontend/dist/third-party/front_end/panels/console_counters/console_counters.js class p (line 1) | class p{toolbarItem;consoleCounter;issueCounter;throttler;updatingForTes... method constructor (line 1) | constructor(){p.instanceForTest=this;const t=document.createElement("d... method onSetCompactLayout (line 1) | onSetCompactLayout(e){this.setCompactLayout(e.data)} method setCompactLayout (line 1) | setCompactLayout(e){this.consoleCounter.data={...this.consoleCounter.d... method instance (line 1) | static instance(e={forceNew:null}){const{forceNew:s}=e;return h&&!s||(... method updatedForTest (line 1) | updatedForTest(){} method update (line 1) | update(){this.updatingForTest=!0,this.throttler.schedule(this.updateTh... method titlesForTesting (line 1) | get titlesForTesting(){const e=this.consoleCounter.shadowRoot?.querySe... method updateThrottled (line 1) | async updateThrottled(){const e=o.ConsoleModel.ConsoleModel.allErrors(... method item (line 1) | item(){return this.toolbarItem} FILE: packages/debugger-frontend/dist/third-party/front_end/panels/coverage/coverage-meta.js function i (line 1) | async function i(){return n||(n=await import("./coverage.js")),n} function g (line 1) | function g(e){return void 0===n?[]:e(n)} FILE: packages/debugger-frontend/dist/third-party/front_end/panels/coverage/coverage.js class g (line 1) | class g extends o.SDKModel.SDKModel{cpuProfilerModel;cssModel;debuggerMo... method constructor (line 1) | constructor(e){super(e),this.cpuProfilerModel=e.model(o.CPUProfilerMod... method start (line 1) | async start(e){if("Active"!==this.suspensionState)throw new Error("Can... method sourceMapAttached (line 1) | async sourceMapAttached(e){const t=e.data.client,o=e.data.sourceMap;th... method resolveSourceMapsAndUpdate (line 1) | async resolveSourceMapsAndUpdate(){this.willResolveSourceMaps=!1;const... method resolveSourceMap (line 1) | async resolveSourceMap(e,t){const o=e.sourceURL,r=this.coverageByURL.g... method preciseCoverageDeltaUpdate (line 1) | async preciseCoverageDeltaUpdate(e,t,o){this.coverageUpdateTimes.add(e... method stop (line 1) | async stop(){await this.stopPolling();const e=[];this.cpuProfilerModel... method reset (line 1) | reset(){this.coverageByURL=new Map,this.coverageByContentProvider=new ... method startPolling (line 1) | async startPolling(){this.currentPollPromise||"Active"!==this.suspensi... method pollLoop (line 1) | async pollLoop(){this.clearTimer(),this.currentPollPromise=this.pollAn... method stopPolling (line 1) | async stopPolling(){this.clearTimer(),await this.currentPollPromise,th... method pollAndCallback (line 1) | async pollAndCallback(){if("Suspended"===this.suspensionState&&!this.p... method clearTimer (line 1) | clearTimer(){this.pollTimer&&(clearTimeout(this.pollTimer),this.pollTi... method preSuspendModel (line 1) | async preSuspendModel(e){"Active"===this.suspensionState&&(this.suspen... method suspendModel (line 1) | async suspendModel(e){this.suspensionState="Suspended"} method resumeModel (line 1) | async resumeModel(){} method postResumeModel (line 1) | async postResumeModel(){this.suspensionState="Active",this.performance... method entries (line 1) | entries(){return Array.from(this.coverageByURL.values())} method getCoverageForUrl (line 1) | getCoverageForUrl(e){return this.coverageByURL.get(e)||null} method usageForRange (line 1) | usageForRange(e,t,o){const s=this.coverageByContentProvider.get(e);ret... method clearCSS (line 1) | clearCSS(){for(const e of this.coverageByContentProvider.values()){if(... method takeAllCoverage (line 1) | async takeAllCoverage(){const[e,t]=await Promise.all([this.takeCSSCove... method takeJSCoverage (line 1) | async takeJSCoverage(){if(!this.cpuProfilerModel)return[];const{covera... method backlogOrProcessJSCoverage (line 1) | async backlogOrProcessJSCoverage(e,t){if(e.length>0&&this.jsBacklog.pu... method processJSBacklog (line 1) | async processJSBacklog(){this.backlogOrProcessJSCoverage([],0)} method processJSCoverage (line 1) | async processJSCoverage(e,t){if(!this.debuggerModel)return[];const o=[... method handleStyleSheetAdded (line 1) | handleStyleSheetAdded(e){this.addStyleSheetToCSSCoverage(e.data)} method takeCSSCoverage (line 1) | async takeCSSCoverage(){if(!this.cssModel||"Active"!==this.suspensionS... method backlogOrProcessCSSCoverage (line 1) | async backlogOrProcessCSSCoverage(e,t){if(e.length>0&&this.cssBacklog.... method processCSSCoverage (line 1) | async processCSSCoverage(e,t){if(!this.cssModel)return[];const o=[],s=... method convertToDisjointSegments (line 1) | static convertToDisjointSegments(e,t){e.sort(((e,t)=>e.startOffset-t.s... method addStyleSheetToCSSCoverage (line 1) | addStyleSheetToCSSCoverage(e){this.addCoverage(e,e.contentLength,e.sta... method calculateSizeForSources (line 1) | calculateSizeForSources(e,t,o){const s=new Map,r=[],i=function(e,o,s,r... method addCoverage (line 1) | async addCoverage(e,t,o,r,i,n,a){const c=[],l=e.contentURL();if(!l)ret... method addCoverageForSource (line 1) | addCoverageForSource(e,t,o,s){const i=r.Workspace.WorkspaceImpl.instan... method exportReport (line 1) | async exportReport(t){const o=[],s=Array.from(this.coverageByURL.keys(... function u (line 1) | function u(e,t){const[o,s]=e.split(":"),[r,i]=t.split(":");return Number... class p (line 1) | class p extends e.ObjectWrapper.ObjectWrapper{urlInternal;coverageInfoBy... method constructor (line 1) | constructor(e){super(),this.urlInternal=e,this.coverageInfoByLocation=... method url (line 1) | url(){return this.urlInternal} method type (line 1) | type(){return this.typeInternal} method size (line 1) | size(){return this.sizeInternal} method usedSize (line 1) | usedSize(){return this.usedSizeInternal} method unusedSize (line 1) | unusedSize(){return this.sizeInternal-this.usedSizeInternal} method usedPercentage (line 1) | usedPercentage(){return 0===this.sizeInternal?0:this.unusedSize()&&thi... method unusedPercentage (line 1) | unusedPercentage(){return 0===this.sizeInternal?100:this.unusedSize()/... method isContentScript (line 1) | isContentScript(){return this.isContentScriptInternal} method entries (line 1) | entries(){return this.coverageInfoByLocation.values()} method numberOfEntries (line 1) | numberOfEntries(){return this.coverageInfoByLocation.size} method removeCoverageEntry (line 1) | removeCoverageEntry(e,t){this.coverageInfoByLocation.delete(e)&&this.a... method addToSizes (line 1) | addToSizes(e,t){this.usedSizeInternal+=e,this.sizeInternal+=t,0===e&&0... method setSourceSegments (line 1) | setSourceSegments(e){this.sourceSegments=e} method ensureEntry (line 1) | ensureEntry(e,t,s,r,i){const n=`${s}:${r}`;let a=this.coverageInfoByLo... method getFullText (line 1) | async getFullText(){let e=!1;const t=this.url();for(const o of this.co... method entriesForExportBasedOnFullText (line 1) | entriesForExportBasedOnFullText(e){const t=Array.from(this.coverageInf... method entriesForExportBasedOnContent (line 1) | async entriesForExportBasedOnContent(){const e=Array.from(this.coverag... method entriesForExport (line 1) | async entriesForExport(){const e=await this.getFullText();return e?[aw... class v (line 1) | class v extends p{generatedURLCoverageInfo;lastSourceUsedRange=[];constr... method constructor (line 1) | constructor(e,t){super(e),this.generatedURLCoverageInfo=t} class m (line 1) | class m{contentProvider;size;usedSize;statsByTimestamp;lineOffset;column... method constructor (line 1) | constructor(e,t,o,s,r,i){this.contentProvider=e,this.size=t,this.usedS... method getContentProvider (line 1) | getContentProvider(){return this.contentProvider} method url (line 1) | url(){return this.contentProvider.contentURL()} method type (line 1) | type(){return this.coverageType} method addCoverageType (line 1) | addCoverageType(e){this.coverageType|=e} method getOffsets (line 1) | getOffsets(){return{lineOffset:this.lineOffset,columnOffset:this.colum... method mergeCoverage (line 1) | mergeCoverage(e){const t=this.usedSize;return this.segments=f(this.seg... method getSize (line 1) | getSize(){return this.size} method getUsedSize (line 1) | getUsedSize(){return this.usedSize} method usageForRange (line 1) | usageForRange(e,o){let s=t.ArrayUtilities.upperBound(this.segments,e,(... method updateStats (line 1) | updateStats(){this.statsByTimestamp=new Map,this.usedSize=0;let e=0;fo... method updateSourceCoverage (line 1) | updateSourceCoverage(){const e=new Map;this.sourceDeltaMap=new Map,thi... method rangesForExport (line 1) | rangesForExport(e=0){const t=[];let o=0;for(const s of this.segments){... method Events (line 1) | get Events(){return h} method URLCoverageInfo (line 1) | get URLCoverageInfo(){return p} function R (line 1) | function R(e){const t=[];return 1&e&&t.push(B(b.css)),4&e?t.push(B(b.jsP... class w (line 1) | class w extends a.Widget.VBox{nodeForCoverageInfo;isVisibleFilter;highli... method constructor (line 1) | constructor(e){super(!0),this.registerRequiredCSS(C),this.nodeForCover... method update (line 1) | update(e=[]){let t=!1;const o=e.reduce(((e,t)=>Math.max(e,t.size())),0... method updateSourceNodes (line 1) | updateSourceNodes(e,t,o){let s=!1;for(const o of e.values()){const e=t... method createSourceNodes (line 1) | async createSourceNodes(e,t,o){for(const s of e.values()){const e=new ... method reset (line 1) | reset(){this.nodeForCoverageInfo.clear(),this.dataGrid.rootNode().remo... method updateFilterAndHighlight (line 1) | updateFilterAndHighlight(e){this.highlightRegExp=e;let t=!1;for(const ... method appendNodeByType (line 1) | appendNodeByType(e){if(e.coverageInfo instanceof v){const t=this.nodeF... method selectByUrl (line 1) | selectByUrl(e){for(const[t,o]of this.nodeForCoverageInfo.entries())if(... method onOpenedNode (line 1) | onOpenedNode(){this.revealSourceForSelectedNode()} method revealSourceForSelectedNode (line 1) | async revealSourceForSelectedNode(){const t=this.dataGrid.selectedNode... method sortingChanged (line 1) | sortingChanged(){const e=this.dataGrid.sortColumnId();if(!e)return;con... function T (line 1) | function T(){return x||(x=new Intl.NumberFormat(i.DevToolsLocale.DevTool... function M (line 1) | function M(){return P||(P=new Intl.NumberFormat(i.DevToolsLocale.DevTool... class I (line 1) | class I extends n.SortableDataGrid.SortableDataGridNode{coverageInfo;las... method constructor (line 1) | constructor(e,t){super(),this.coverageInfo=e,this.url=e.url(),this.max... method setHighlight (line 1) | setHighlight(e){this.highlightRegExp!==e&&(this.highlightRegExp=e,this... method refreshIfNeeded (line 1) | refreshIfNeeded(e){return(this.lastUsedSize!==this.coverageInfo.usedSi... method createCell (line 1) | createCell(e){const t=this.createTD(e);switch(e){case"url":{a.Tooltip.... method highlight (line 1) | highlight(e,t){if(!this.highlightRegExp)return;const o=this.highlightR... method sortFunctionForColumn (line 1) | static sortFunctionForColumn(e){const t=(e,t)=>e.url.localeCompare(t.u... class L (line 1) | class L{coverageModel;textByProvider;uiSourceCodeByContentProvider;#e;#t... method constructor (line 1) | constructor(e,o,s,i){this.coverageModel=e,this.#e=o,this.#t=s,this.#o=... method reset (line 1) | reset(){for(const e of this.#e.uiSourceCodes())e.setDecorationData(k,v... method dispose (line 1) | dispose(){this.reset(),this.#e.removeEventListener(r.Workspace.Events.... method update (line 1) | update(e){for(const t of e)for(const e of this.uiSourceCodeByContentPr... method usageByLine (line 1) | async usageByLine(e,t){const o=[];await this.updateTexts(e,t);for(cons... method updateTexts (line 1) | async updateTexts(e,t){const o=[];for(const s of t)for(const t of awai... method updateTextForProvider (line 1) | async updateTextForProvider(e){const t=s.ContentData.ContentData.conte... method rawLocationsForSourceLocation (line 1) | async rawLocationsForSourceLocation(e,t,o){const s=[],i=e.contentType(... method compareLocations (line 1) | static compareLocations(e,t){return e.id.localeCompare(t.id)||e.line-t... method onUISourceCodeAdded (line 1) | onUISourceCodeAdded(e){e.data.setDecorationData(k,this)} class N (line 1) | class N extends a.Widget.VBox{model;decorationManager;coverageTypeComboB... method constructor (line 1) | constructor(){super(!0),this.registerRequiredCSS(F),this.element.setAt... method instance (line 1) | static instance(){return D||(D=new N),D} method removeInstance (line 1) | static removeInstance(){D=void 0} method buildLandingPage (line 1) | buildLandingPage(){const e=new a.EmptyWidget.EmptyWidget(O(z.noCoverag... method buildReloadPromptPage (line 1) | buildReloadPromptPage(e,t){const o=new a.Widget.VBox,s=document.create... method clear (line 1) | clear(){this.model&&this.model.reset(),this.reset()} method reset (line 1) | reset(){this.decorationManager&&(this.decorationManager.dispose(),this... method toggleRecording (line 1) | toggleRecording(){!this.toggleRecordAction.toggled()?this.startRecordi... method isBlockCoverageSelected (line 1) | isBlockCoverageSelected(){const e=this.coverageTypeComboBox.selectedOp... method selectCoverageType (line 1) | selectCoverageType(e){const t=e?1:0;this.coverageTypeComboBox.setSelec... method onCoverageTypeComboBoxSelectionChanged (line 1) | onCoverageTypeComboBoxSelectionChanged(){this.coverageTypeComboBoxSett... method startRecording (line 1) | async startRecording(e){let t,s;this.startWithReloadButton?.element.ha... method onCoverageDataReceived (line 1) | onCoverageDataReceived(e){const t=e.data;this.updateViews(t)} method updateListView (line 1) | updateListView(){this.listView.update(this.model?.entries()||[])} method stopRecording (line 1) | async stopRecording(){o.TargetManager.TargetManager.instance().removeM... method onPrimaryPageChanged (line 1) | async onPrimaryPageChanged(e){const t=e.data.frame,o=t.resourceTreeMod... method updateViews (line 1) | updateViews(e){this.updateStats(),this.listView.update(this.model?.ent... method updateStats (line 1) | updateStats(){const e={total:0,unused:0},t={total:0,unused:0},o=null!=... method onFilterChanged (line 1) | onFilterChanged(){if(!this.listView)return;const e=this.filterInput.va... method onFilterByTypeChanged (line 1) | onFilterByTypeChanged(){if(!this.listView)return;c.userMetrics.actionT... method isVisible (line 1) | isVisible(e,t){const o=t.url();if(o.startsWith(N.EXTENSION_BINDINGS_UR... method exportReport (line 1) | async exportReport(){const e=new l.FileUtils.FileOutputStream,o=`Cover... method selectCoverageItemByUrl (line 1) | selectCoverageItemByUrl(e){this.listView.selectByUrl(e)} method wasShown (line 1) | wasShown(){a.Context.Context.instance().setFlavor(N,this),super.wasSho... method willHide (line 1) | willHide(){super.willHide(),a.Context.Context.instance().setFlavor(N,n... method handleAction (line 1) | handleAction(e,t){const o="coverage";return a.ViewManager.ViewManager.in... method innerHandleAction (line 1) | innerHandleAction(e,t){switch(t){case"coverage.toggle-recording":e.toggl... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/css_overview/components/components.js class l (line 1) | class l extends Event{static eventName="overviewstartrequested";construc... method constructor (line 1) | constructor(){super(l.eventName)} class p (line 1) | class p extends HTMLElement{#e=this.attachShadow({mode:"open"});connecte... method connectedCallback (line 1) | connectedCallback(){this.#e.adoptedStyleSheets=[r],this.#t()} method show (line 1) | show(){this.classList.remove("hidden")} method hide (line 1) | hide(){this.classList.add("hidden")} method #s (line 1) | #s(){this.dispatchEvent(new l)} method #t (line 1) | #t(){t(s` FILE: packages/debugger-frontend/dist/third-party/front_end/panels/css_overview/css_overview-meta.js method loadView (line 1) | async loadView(){const e=await async function(){return v||(v=await impor... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/css_overview/css_overview.js class p (line 1) | class p extends e.ObjectWrapper.ObjectWrapper{currentUrl;constructor(){s... method constructor (line 1) | constructor(){super(),this.currentUrl=t.TargetManager.TargetManager.in... method #e (line 1) | #e(){this.currentUrl!==t.TargetManager.TargetManager.instance().inspec... class b (line 1) | class b{static add(e,t,i){const o=e.get(t)||[];o.push(i),e.set(t,o)}stat... method add (line 1) | static add(e,t,i){const o=e.get(t)||[];o.push(i),e.set(t,o)} method checkForUnusedPositionValues (line 1) | static checkForUnusedPositionValues(e,t,i,o,s,n,r,a){if("static"===i[o... method checkForUnusedWidthAndHeightValues (line 1) | static checkForUnusedWidthAndHeightValues(e,t,i,o,s,n){if("inline"===i... method checkForInvalidVerticalAlignment (line 1) | static checkForInvalidVerticalAlignment(e,t,i,o,s){if(i[o]&&!i[o].star... class S (line 1) | class S extends t.SDKModel.SDKModel{#t;#i;#o;#s;constructor(e){super(e),... method constructor (line 1) | constructor(e){super(e),this.#t=e.runtimeAgent(),this.#i=e.cssAgent(),... method highlightNode (line 1) | highlightNode(t){const i={contentColor:e.Color.PageHighlight.Content.t... method getNodeStyleStats (line 1) | async getNodeStyleStats(){const t=new Map,i=new Map,n=new Map,r=new Ma... method getComputedStyleForNode (line 1) | getComputedStyleForNode(e){return this.#i.invoke_getComputedStyleForNo... method getMediaQueries (line 1) | async getMediaQueries(){const e=await this.#i.invoke_getMediaQueries()... method getGlobalStylesheetStats (line 1) | async getGlobalStylesheetStats(){const{result:e}=await this.#t.invoke_... class T (line 1) | class T extends n.Widget.Widget{#n;fragment;constructor(e){super(),this.... method constructor (line 1) | constructor(e){super(),this.registerRequiredCSS(x),this.#n=e,this.#r()} method #r (line 1) | #r(){const e=n.UIUtils.createTextButton(I(k.cancel),(()=>this.#n.dispa... class P (line 6) | class P extends(e.ObjectWrapper.eventMixin(n.Widget.VBox)){containerElem... method constructor (line 6) | constructor(){super(!0),this.registerRequiredCSS(E),this.contentElemen... method addItem (line 6) | addItem(e,t){const i=this.containerElement.createChild("div",R);i.setA... method #d (line 6) | #d(){this.dispatchEventToListeners("Reset")} method #c (line 6) | #c(){this.containerElement.querySelectorAll(`.${R}`).forEach((e=>{e.cl... method #a (line 6) | #a(e){const t=e.composedPath()[0];if(!t.classList.contains(R))return;c... method #l (line 6) | #l(e){if("Enter"!==e.key&&"ArrowUp"!==e.key&&"ArrowDown"!==e.key)retur... method select (line 6) | select(e,t){const i=this.containerElement.querySelector(`[data-id=${CS... function _ (line 6) | function _(e){let{h:t,s:i,l:o}=e.as("hsl");return t=Math.round(360*t),i=... class B (line 6) | class B extends n.Widget.VBox{#h;#n;#u;#v;#p;#m;#g;#f;#w;#b;#C;#S;#y;con... method constructor (line 6) | constructor(e){super(),this.registerRequiredCSS(A),this.#n=e,this.#u=n... method initializeModels (line 6) | initializeModels(e){const i=e.model(t.CSSModel.CSSModel),o=e.model(t.D... method #x (line 6) | #x(e){const{data:t}=e,i=this.#y.$(t.id);if(i&&(i.scrollIntoView(),!t.i... method #k (line 6) | #k(){this.#n.dispatchEventToListeners("Reset")} method #d (line 6) | #d(){this.#p.element.removeChildren(),this.#v.setSidebarMinimized(!0),... method #I (line 6) | #I(e){if(!e.target)return;const t=e.target.dataset,i=t.type;if(!i||!th... method #r (line 6) | async#r(e){if(!e||!("backgroundColors"in e)||!("textColors"in e))retur... method #$ (line 98) | #$(e){const{payload:t}=e.data;let i="",o="";switch(t.type){case"contra... method #E (line 98) | #E(e){const t=Array.from(e.entries());return n.Fragment.Fragment.build` method #F (line 100) | #F(e,t){const i=Array.from(t.entries());return n.Fragment.Fragment.build` method #L (line 107) | #L(e,t,i,o=""){const s=Array.from(e.entries()).sort(((e,t)=>{const i=e... method #A (line 119) | #A(e){return n.Fragment.Fragment.build` method #O (line 124) | #O(e,t){console.assert(t.length>0);let i=t[0];for(const e of t)Math.ab... method #M (line 136) | #M(t,i){const o=n.Fragment.Fragment.build`
  • method #T (line 141) | #T(t){return Array.from(t.keys()).sort(((t,i)=>{const o=e.Color.parse(... method setOverviewData (line 141) | setOverviewData(e){this.#r(e)} class U (line 141) | class U extends(e.ObjectWrapper.eventMixin(n.Widget.VBox)){#R;constructo... method constructor (line 141) | constructor(){super(),this.#R=new n.TabbedPane.TabbedPane,this.#R.show... method appendTab (line 141) | appendTab(e,t,i,o){this.#R.hasTab(e)||this.#R.appendTab(e,t,i,void 0,v... method closeTabs (line 141) | closeTabs(){this.#R.closeTabs(this.#R.tabIds())} class j (line 141) | class j extends n.Widget.Widget{#n;#w;#f;#b;#V;#P;constructor(e,t,i,o){s... method constructor (line 141) | constructor(e,t,i,o){super(),this.#n=e,this.#w=t,this.#f=i,this.#b=o,t... method #W (line 141) | #W(){const e=this.#P.sortColumnId();if(!e)return;const t=d.SortableDat... method #N (line 141) | #N(e){const t=e.composedPath().find((e=>e.dataset?.backendNodeId));if(... method populateNodes (line 141) | async populateNodes(e){if(this.#P.rootNode().removeChildren(),!e.lengt... class H (line 141) | class H extends d.SortableDataGrid.SortableDataGridNode{#b;#f;#D;constru... method constructor (line 141) | constructor(e,t,i,o){super(e),this.#D=t,this.#b=i,this.#f=o} method createCell (line 141) | createCell(t){const i=this.#D;if("node-id"===t){const o=this.createTD(... method #z (line 148) | #z(e,i,o,s){const n=e.styleSheetHeaderForId(o);if(!n)return;const r=n.... function q (line 148) | function q(){const e=new l.Icon.Icon;return e.data={iconName:"clear",col... function G (line 148) | function G(){const e=new l.Icon.Icon;return e.data={iconName:"checkmark"... class J (line 148) | class J extends n.Panel.Panel{#n;#_;#B;#U;#j;#H;#q;#G;#Q;#K;#J;#X;#Y;#Z;... method constructor (line 148) | constructor(e){super("css-overview"),this.registerRequiredCSS(K),this.... method targetAdded (line 148) | targetAdded(e){if(e!==t.TargetManager.TargetManager.instance().primary... method targetRemoved (line 148) | targetRemoved(){} method #se (line 148) | #se(){if(!this.#j)throw new Error("Did not retrieve model information ... method #d (line 148) | #d(){this.#H=new Map,this.#q=new Map,this.#G=new Map,this.#Q=new Map,t... method #oe (line 148) | #oe(e){this.#se().highlightNode(e.data)} method #ne (line 148) | #ne(){this.#B.hideWidget(),this.#U.hideWidget(),this.contentElement.ap... method #re (line 148) | #re(){this.#_.hide(),this.#U.hideWidget(),this.#B.show(this.contentEle... method #ae (line 148) | #ae(){this.#_.hide(),this.#B.hideWidget(),this.#U.show(this.contentEle... method #te (line 148) | async#te(){this.#re();const e=this.#se(),[t,{elementCount:i,background... method #ie (line 148) | #ie(){this.#ae()} FILE: packages/debugger-frontend/dist/third-party/front_end/panels/developer_resources/developer_resources-meta.js function l (line 1) | async function l(){return t||(t=await import("./developer_resources.js")... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/developer_resources/developer_resources.js class m (line 1) | class m extends e.Widget.VBox{#e=[];#t=null;#r;#s=[];constructor(r=(r,s,... method constructor (line 1) | constructor(r=(r,s,i)=>{a(n` method select (line 48) | select(e){this.#t=e,this.requestUpdate()} method selectedItem (line 48) | selectedItem(){return this.#t} method #i (line 48) | #i(e,t){const r=t.dataset.url;r&&e.clipboardSection().appendItem(p(c.c... method items (line 48) | set items(e){this.#e=[...e],this.requestUpdate()} method reset (line 48) | reset(){this.items=[],this.requestUpdate()} method updateFilterAndHighlight (line 48) | updateFilterAndHighlight(e){this.#s=e,this.requestUpdate()} method getNumberOfVisibleItems (line 48) | getNumberOfVisibleItems(){return parseInt(this.contentElement.querySel... method performUpdate (line 48) | performUpdate(){const e={items:this.#e,filters:this.#s,highlight:this.... method #o (line 48) | #o(t,r,s){const i=this.#s.find((e=>e.key?.split(",")?.includes(s)));if... class b (line 48) | class b extends e.ThrottledWidget.ThrottledWidget{textFilterRegExp;filte... method constructor (line 48) | constructor(){super(!0),this.registerRequiredCSS(v),this.element.setAt... method doUpdate (line 48) | async doUpdate(){const e=this.listView.selectedItem();this.listView.re... method select (line 48) | async select(e){await this.lastUpdatePromise,this.listView.select(e)} method selectedItem (line 48) | async selectedItem(){return await this.lastUpdatePromise,this.listView... method updateStats (line 48) | updateStats(){const{loading:e,resources:t}=this.loader.getScopedNumber... method onFilterChanged (line 48) | onFilterChanged(){if(!this.listView)return;const t=this.filterInput.va... method reveal (line 48) | async reveal(t){const r=s.PageResourceLoader.PageResourceLoader.instance... FILE: packages/debugger-frontend/dist/third-party/front_end/panels/elements/components/components.js class x (line 1) | class x extends HTMLElement{#e=this.attachShadow({mode:"open"});#t=!0;#o... method data (line 1) | set data(e){this.#t=e.ignored,this.#o=e.name,this.#r=e.role,this.#n=e.... method connectedCallback (line 1) | connectedCallback(){this.#e.adoptedStyleSheets=[b]} method #i (line 1) | async#i(){const e=n`${r=this.#r,r.length>1e4?... function S (line 1) | function S(e){switch(e){case w.GRID:return{name:"grid",category:"Layout"... function C (line 1) | function C(e){if(!$){$=new Map;for(const{name:e,category:t}of Object.val... method constructor (line 1) | constructor(e){this.#l=e,this.#c()} method updateSettings (line 1) | updateSettings(e){this.#a=e,this.#d()} method getSettings (line 1) | getSettings(){return this.#a} method isAdornerEnabled (line 1) | isAdornerEnabled(e){return this.#a.get(e)||!1} method #d (line 1) | #d(){const e=[];for(const[t,o]of this.#a)e.push({adorner:t,isEnabled:o})... method #p (line 1) | #p(){const e=this.#l.get();for(const t of e)this.#a.set(t.adorner,t.isEn... method #c (line 1) | #c(){this.#p();const e=new Set(this.#a.keys());for(const{adorner:t,isEna... method RegisteredAdorners (line 1) | get RegisteredAdorners(){return w} class _ (line 1) | class _ extends HTMLElement{#e=this.attachShadow({mode:"open"});#u;const... method constructor (line 1) | constructor(e){super(),this.#u=e} method dataForTest (line 1) | dataForTest(){return this.#u} method connectedCallback (line 1) | connectedCallback(){this.#e.adoptedStyleSheets=[z],this.render()} method data (line 1) | set data(e){this.#u=e,this.render()} method #h (line 1) | #h(e){e.stopPropagation(),this.#u.onLinkActivate()} method render (line 1) | render(){(this.#u.identifier||this.#u.anchorNode)&&(this.#u.identifier... class B (line 15) | class B extends Event{static eventName="onnavigatetosource";constructor(... method constructor (line 15) | constructor(){super(B.eventName,{bubbles:!0,composed:!0})} class R (line 15) | class R extends HTMLElement{#e=this.attachShadow({mode:"open"});#g=!1;#m... method connectedCallback (line 15) | connectedCallback(){this.#e.adoptedStyleSheets=[A],this.#i()} method inherited (line 15) | set inherited(e){e!==this.#g&&(this.#g=e,this.#i())} method traceable (line 15) | set traceable(e){e!==this.#m&&(this.#m=e,this.#i())} method #b (line 15) | #b(){this.dispatchEvent(new B)} method #i (line 15) | #i(){i(n` class U (line 27) | class U extends HTMLElement{#e=this.attachShadow({mode:"open"});#v="";#y... method connectedCallback (line 27) | connectedCallback(){c.UIUtils.injectCoreStyles(this.#e),this.#e.adopte... method data (line 27) | set data(e){this.#v=e.selector,this.#y=e.active,this.#f=e.onNavigateTo... method #i (line 27) | #i(){i(n` class J (line 34) | class J extends HTMLElement{#e=this.attachShadow({mode:"open"});#w;const... method constructor (line 34) | constructor(e){super(),this.#w=e,this.#e.adoptedStyleSheets=[Q],this.#... method #i (line 34) | #i(){const e=this.#w.getLearnMoreLink();i(n` class se (line 52) | class se extends HTMLElement{#e=this.attachShadow({mode:"open"});#k;cons... method constructor (line 52) | constructor(e){super(),this.#k=e,this.#e.adoptedStyleSheets=[p.checkbo... method #S (line 52) | #S(e){const t=!e.target.checked;d.Settings.Settings.instance().moduleS... method #i (line 52) | #i(){const e=this.#k.description,t=this.#k.references?.[0].url;i(n` function le (line 75) | function le(e){if("left-to-right"===e)return"right-to-left";if("right-to... function ce (line 75) | function ce(e){return{...e,"row-reverse":le(e.row),"column-reverse":le(e... function de (line 75) | function de(e){const t="rtl"===e.get("direction"),o=e.get("writing-mode"... function pe (line 75) | function pe(e){let t=!0,o=!1,r=-90;return"right-to-left"===e?(r=90,o=!1,... function ue (line 75) | function ue(e,t){return{iconName:e,rotate:"right-to-left"===t?90:"left-t... function he (line 75) | function he(e,t){return{iconName:e,rotate:"top-to-bottom"===t?90:"bottom... function ge (line 75) | function ge(e,t){return{iconName:e,rotate:"top-to-bottom"===t?90:"bottom... function me (line 75) | function me(e,t){return{iconName:e,rotate:"right-to-left"===t?90:"left-t... function be (line 75) | function be(e){return function(t){return pe(de(t)[e])}} function ve (line 75) | function ve(e){return function(t){const o=de(t),r=new Map([["column",o.r... function ye (line 75) | function ye(e){return function(t){const o=de(t);return ue(e,o.column)}} function fe (line 75) | function fe(e){return function(t){const o=de(t);return he(e,o[t.get("fle... function xe (line 75) | function xe(e){return function(t){const o=de(t);return he(e,o.row)}} function we (line 75) | function we(e){return function(t){const o=de(t);return ge(e,o.row)}} function ke (line 75) | function ke(e){return function(t){const o=de(t),r=new Map([["column",o.r... function Se (line 75) | function Se(e){return function(t){const o=de(t);return me(e,o.column)}} function $e (line 75) | function $e(){return{iconName:"align-items-baseline",rotate:0,scaleX:1,s... function Ce (line 75) | function Ce(e){return function(t,o){return ke(e)(o)}} function Ne (line 75) | function Ne(e){return function(t,o){return Se(e)(o)}} function Ee (line 75) | function Ee(e,t){return{iconName:e,rotate:"bottom-to-top"===t||"top-to-b... function Me (line 75) | function Me(e){return function(t){const o=de(t),r=t.get("flex-direction"... function Pe (line 75) | function Pe(e,t){const o=je.get(e);return o?o(t||new Map):null} function _e (line 75) | function _e(e,t,o){const r=ze.get(e);return r?r(t||new Map,o||new Map):n... function Ie (line 75) | function Ie(e,t){const o=Te.get(e);return o?o(t||new Map):null} function He (line 75) | function He(e,t,o){const r=Le.get(e);return r?r(t||new Map,o||new Map):n... class Ge (line 75) | class Ge extends HTMLElement{#e=this.attachShadow({mode:"open"});#$="";#... method data (line 75) | set data(e){this.#$=e.queryPrefix,this.#C=e.queryName,this.#N=e.queryT... method connectedCallback (line 75) | connectedCallback(){this.#e.adoptedStyleSheets=[Fe,qe]} method #i (line 75) | #i(){const e=r.Directives.classMap({query:!0,editable:Boolean(this.#E)... function ot (line 81) | function ot(e){return tt`