You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know when using Interceptor.attach you can access the return address using this.returnAddress and I was wondering if this is somehow also possible when replacing a function with a NativeCallback using Interceptor.replace.
Thanks!
The text was updated successfully, but these errors were encountered:
I know when using
Interceptor.attach
you can access the return address usingthis.returnAddress
and I was wondering if this is somehow also possible when replacing a function with aNativeCallback
usingInterceptor.replace
.Thanks!
The text was updated successfully, but these errors were encountered: