* @param {IArguments} args
(args)
| 856 | * @param {IArguments} args |
| 857 | */ |
| 858 | buildSignature(args) { |
| 859 | const Constructor = this.constructor; |
| 860 | this.signature = Constructor.getSignature(this, Constructor.getArgumentTypes(this, args)); |
| 861 | } |
| 862 | |
| 863 | /** |
| 864 | * @param {Kernel} kernel |
no test coverage detected