MCPcopy 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
78function WrapInNativeCall(f) {
79 return function() {
80 return %Call(f, undefined);
81 };
82}
83
84function ExecuteInDebugContext(f) {
85 var result;

Callers 1

Calls 1

CallFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…