[K/N] Any.isFrozen is now always false when freezing is disabled
This commit is contained in:
@@ -365,6 +365,10 @@ KBoolean Konan_Platform_isDebugBinary() {
|
||||
return kotlin::compiler::shouldContainDebugInfo();
|
||||
}
|
||||
|
||||
KBoolean Konan_Platform_isFreezingEnabled() {
|
||||
return kotlin::compiler::freezingChecksEnabled();
|
||||
}
|
||||
|
||||
bool Kotlin_memoryLeakCheckerEnabled() {
|
||||
return g_checkLeaks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user