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

Function _return

test/common/index.js:507–510  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

505 mustCallChecks.push(context);
506
507 const _return = function() { // eslint-disable-line func-style
508 context.actual++;
509 return fn.apply(this, arguments);
510 };
511 // Function instances have own properties that may be relevant.
512 // Let's replicate those properties to the returned function.
513 // Refs: https://tc39.es/ecma262/#sec-function-instances

Callers

nothing calls this directly

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…