Dev #194
@ -70,9 +70,8 @@ internal class JSBuilder<T>(val bodyCallback: JSBuilder<T>.() -> BaseExpression)
|
|||||||
val k = key
|
val k = key
|
||||||
val o = `object`
|
val o = `object`
|
||||||
|
|
||||||
if (!(js("k in o") as Boolean)) {
|
if (!(js("k in o") as Boolean))
|
||||||
throw NoSuchElementException()
|
throw NoSuchElementException("Key $key is missing in the map.")
|
||||||
}
|
|
||||||
|
|
||||||
js("o[k]")
|
js("o[k]")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user