| 112 | } |
| 113 | |
| 114 | JavaObject JavaCache::getUnitValueClassInstance() { |
| 115 | static auto* kUnitValueClassInstance = resolveUnitValueClassInstance(); |
| 116 | return kUnitValueClassInstance->toObject(); |
| 117 | } |
| 118 | |
| 119 | IMPLEMENT_JAVA_CLASS(Class, "java/lang/Class") |
| 120 | IMPLEMENT_JAVA_METHOD(Class, GetName, "getName", String) |
nothing calls this directly
no test coverage detected