Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ dispose
Method
dispose
lib/internal/async_local_storage/run_scope.js:18–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
dispose() {
19
if
(this.#disposed) {
20
return
;
21
}
22
this.#disposed = true;
23
this.#storage.enterWith(this.#previousStore);
24
}
25
26
[SymbolDispose]() {
27
this.dispose();
Callers
14
[SymbolDispose]
Method · 0.95
test-async-local-storage-run-scope.js
File · 0.80
emitJsFileOrBundle
Function · 0.80
emitDeclarationFileOrBundle
Function · 0.80
updateLanguageServiceSourceFile
Function · 0.80
typescript.js
File · 0.80
trycatch_loader.js
File · 0.80
async-stack-traces-realms.js
File · 0.80
doTest
Function · 0.80
regress-1494164.js
File · 0.80
TearDown
Function · 0.80
minor-gc-cleanup-on-detached-realm.js
File · 0.80
Calls
1
enterWith
Method · 0.45
Tested by
no test coverage detected