()
| 30 | } |
| 31 | |
| 32 | static nativeFunctionArguments() { |
| 33 | throw new Error(`"nativeFunctionArguments" called on ${ this.name }`); |
| 34 | } |
| 35 | |
| 36 | static nativeFunctionReturnType() { |
| 37 | throw new Error(`"nativeFunctionReturnType" called on ${ this.name }`); |
no outgoing calls
no test coverage detected