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