MCPcopy Create free account
hub / github.com/ChromeDevTools/devtools-frontend / scopeChain

Method scopeChain

front_end/core/sdk/DebuggerModel.ts:1225–1227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1223 }
1224
1225 scopeChain(): Scope[] {
1226 return this.#scopeChain;
1227 }
1228
1229 localScope(): Scope|null {
1230 return this.#localScope;

Callers 6

computeScopeMappingsFunction · 0.80
resolveScopeChainFunction · 0.80
allVariablesInCallFrameFunction · 0.80
resolveThisObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected