| 98 | } |
| 99 | |
| 100 | JavaObject JavaCache::getUndefinedValueClassInstance() { |
| 101 | static auto* kUndefinedValueClassInstance = resolveUndefinedValueClassInstance(); |
| 102 | return kUndefinedValueClassInstance->toObject(); |
| 103 | } |
| 104 | |
| 105 | static GlobalRefJavaObject* resolveUnitValueClassInstance() { |
| 106 | auto& clazz = JavaCache::get().getUndefinedValueClass(); |
nothing calls this directly
no test coverage detected