MCPcopy Index your code
hub / github.com/nodejs/node / WrapInConstructor

Function WrapInConstructor

deps/v8/test/debugger/debug/debug-liveedit-check-stack.js:120–126  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

118}
119
120function WrapInConstructor(f) {
121 return function() {
122 return new function() {
123 f();
124 };
125 }
126}
127
128
129// A series of tests. In each test we call ChooseAnimal function that calls

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…