| 355 | _FORCE_INLINE_ bool is_destructing_script_instance() { return destructing_script_instance; } |
| 356 | |
| 357 | _FORCE_INLINE_ GCHandleIntPtr get_gchandle_intptr() { return gchandle.get_intptr(); } |
| 358 | |
| 359 | Object *get_owner() override; |
| 360 |
no test coverage detected