[WASM] throwableExtensions implementation

This commit is contained in:
Igor Yakovlev
2022-01-20 17:17:17 +01:00
parent 28b1f1c50f
commit e32f9eb2ce
5 changed files with 149 additions and 11 deletions
+1 -2
View File
@@ -26,8 +26,7 @@ public actual fun testOnJs(action: () -> Unit) { }
// TODO: See KT-24975
public actual val isFloat32RangeEnforced: Boolean = false
// TODO: We need to implement this on wasm
actual val supportsSuppressedExceptions: Boolean get() = false
actual val supportsSuppressedExceptions: Boolean get() = true
// TODO: implement named group reference in replacement expression
public actual val supportsNamedCapturingGroup: Boolean get() = false