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

Method method

packages/zone.js/test/common/util.spec.ts:17–21  ·  view source on GitHub ↗
(..._args: any[])

Source from the content-addressed store, hash-verified

15 let self: any;
16 class Type {
17 method(..._args: any[]) {
18 args = _args;
19 self = this;
20 return 'OK';
21 }
22 }
23 const method = Type.prototype.method;
24 let delegateMethod: Function;

Callers 2

bluebird.spec.tsFile · 0.45
util.spec.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected