[Wasm] Add bootstrap declarations
This commit is contained in:
committed by
Space Team
parent
be6b9e8a9a
commit
7cf793f308
@@ -24,3 +24,15 @@ internal fun tryGetAssociatedObject(
|
|||||||
// ...
|
// ...
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove after bootstrap KT-65322
|
||||||
|
@Suppress("UNUSED_PARAMETER")
|
||||||
|
internal fun addAssociatedObject(
|
||||||
|
mapToInit: MutableMap<ULong, Any>,
|
||||||
|
klassId: Int,
|
||||||
|
keyId: Int,
|
||||||
|
instance: Any
|
||||||
|
): Unit = error("Remove after bootstrap")
|
||||||
|
|
||||||
|
// Remove after bootstrap KT-65322
|
||||||
|
internal fun initAssociatedObjects(): Unit = error("Remove after bootstrap")
|
||||||
Reference in New Issue
Block a user