Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ frameReceiver
Method
frameReceiver
deps/v8/test/debugger/test-api.js:580–582 ·
view source on GitHub ↗
(frame)
Source
from the content-addressed store, hash-verified
578
}
579
580
frameReceiver(frame) {
581
return
this.reconstructRemoteObject(frame.this);
582
}
583
584
frameReturnValue(frame) {
585
return
this.reconstructRemoteObject(frame.returnValue);
Callers
1
execStateFrame
Method · 0.95
Calls
1
reconstructRemoteObject
Method · 0.95
Tested by
no test coverage detected