IR: minor, cleanup Symbols
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user