(...args)
| 22 | } |
| 23 | |
| 24 | function PROMISE_DELEGATE(...args) { |
| 25 | this.promise = this._createCall("promise"); |
| 26 | return this.promise(...args); |
| 27 | } |
| 28 | |
| 29 | class Hook { |
| 30 | constructor(args = [], name = undefined) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…