| 196 | Isolate* Runtime::GetIsolate() const { return m_isolate; } |
| 197 | |
| 198 | jobject Runtime::GetJavaRuntime() const { return m_runtime; } |
| 199 | |
| 200 | ObjectManager* Runtime::GetObjectManager() const { return m_objectManager; } |
| 201 |
no outgoing calls
no test coverage detected