When I'm using frida-il2cpp-bridge to hook a method, I call timeLog (this.isNull ()) after the method is triggered. The output shows this.isNull () is false, which means this should be valid. Then I ...