IR: minor, cleanup Symbols

This commit is contained in:
Alexander Udalov
2021-07-09 18:42:53 +02:00
parent de22a467a1
commit d33debdf7c
5 changed files with 44 additions and 63 deletions
@@ -35,7 +35,6 @@ class WasmSymbols(
override val throwNullPointerException = getInternalFunction("THROW_NPE")
override val throwISE = getInternalFunction("THROW_ISE")
override val throwNoWhenBranchMatchedException = throwISE
override val throwTypeCastException = getInternalFunction("THROW_CCE")
override val throwUninitializedPropertyAccessException =
getInternalFunction("throwUninitializedPropertyAccessException")
@@ -45,8 +44,6 @@ class WasmSymbols(
get() = TODO()
override val stringBuilder
get() = TODO()
override val copyRangeTo: Map<ClassDescriptor, IrSimpleFunctionSymbol>
get() = TODO()
override val coroutineImpl
get() = TODO()
override val coroutineSuspendedGetter