[K/N] Debug util for checking if object is global constant

This commit is contained in:
Pavel Kunyavskiy
2021-05-13 19:05:39 +03:00
committed by Space
parent 5d36264660
commit e4ecb3745b
2 changed files with 9 additions and 0 deletions
@@ -378,4 +378,9 @@ KBoolean Kotlin_Debugging_isThreadStateNative() {
return kotlin::GetThreadState() == kotlin::ThreadState::kNative;
}
KBoolean Kotlin_Debugging_isPermanent(KRef obj) {
return obj->permanent();
}
} // extern "C"