Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ WrapInNativeCall
Function
WrapInNativeCall
deps/v8/test/debugger/debug/debug-liveedit-check-stack.js:78–82 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
76
}
77
78
function
WrapInNativeCall(f) {
79
return
function
() {
80
return
%Call(f, undefined);
81
};
82
}
83
84
function
ExecuteInDebugContext(f) {
85
var
result;
Callers
1
debug-liveedit-check-stack.js
File · 0.85
Calls
1
Call
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…