@internal
()
| 92 | |
| 93 | /** @internal */ |
| 94 | get nativeFunction() { |
| 95 | return new NativeFunction(this.virtualAddress, this.returnType.fridaAlias, this.fridaSignature); |
| 96 | } |
| 97 | |
| 98 | /** Gets the encompassing object of the current method. */ |
| 99 | get object() { |
nothing calls this directly
no outgoing calls
no test coverage detected