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

Function bound

lib/domain.js:415–421  ·  view source on GitHub ↗
(_this, self, cb, fnargs)

Source from the content-addressed store, hash-verified

413
414
415function bound(_this, self, cb, fnargs) {
416 self.enter();
417 const ret = ReflectApply(cb, _this, fnargs);
418 self.exit();
419
420 return ret;
421}
422
423
424Domain.prototype.bind = function(cb) {

Callers 3

runBoundFunction · 0.70

Calls 2

enterMethod · 0.45
exitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…