[JS IR BE] Fix runtime for Release coroutines

This commit is contained in:
Roman Artemev
2018-09-14 19:30:34 +03:00
committed by romanart
parent c4ddf2e9ae
commit c0ef1311ba
11 changed files with 350 additions and 65 deletions
@@ -97,3 +97,5 @@ fun THROW_CCE() {
fun THROW_NPE() {
throw NullPointerException()
}
fun error(s: String): Nothing = throw IllegalStateException(s, null)