Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ exchange
Method
exchange
lib/internal/async_context_frame.js:28–32 ·
view source on GitHub ↗
(frame)
Source
from the content-addressed store, hash-verified
26
}
27
28
static exchange(frame) {
29
const
prior = this.current();
30
this.set(frame);
31
return
prior;
32
}
33
34
static disable(store) {
35
const
frame = this.current();
Callers
14
runInAsyncScope
Method · 0.45
processImmediate
Function · 0.45
listOnTimeout
Function · 0.45
processPromiseRejections
Function · 0.45
processTicksAndRejections
Function · 0.45
TestAtomicsOperations
Function · 0.45
AssertAtomicsOperationsThrow
Function · 0.45
typedarray-resizablearraybuffer-atomics.js
File · 0.45
gc-js-interop.js
File · 0.45
shared-struct-atomics.js
File · 0.45
shared-array-atomics.js
File · 0.45
atomics.js
File · 0.45
Calls
2
current
Method · 0.95
set
Method · 0.95
Tested by
no test coverage detected