MCPcopy Index your code
hub / github.com/angular/angular / patched

Function patched

packages/zone.js/lib/common/utils.ts:88–90  ·  view source on GitHub ↗
(this: unknown)

Source from the content-addressed store, hash-verified

86 }
87 prototype[name] = ((delegate: Function) => {
88 const patched: any = function (this: unknown) {
89 return delegate.apply(this, bindArguments(<any>arguments, source + '.' + name));
90 };
91 attachOriginToPatched(patched, delegate);
92 return patched;
93 })(delegate);

Callers

nothing calls this directly

Calls 2

bindArgumentsFunction · 0.85
applyMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…