Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
computeScopeMappings
Function · 0.80
completeExpressionInScope
Function · 0.80
resolveScopeChain
Function · 0.80
allVariablesInCallFrame
Function · 0.80
resolveThisObject
Function · 0.80
NamesResolver.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected