Files
kotlin-fork/libraries/stdlib/js-ir/runtime
Anton Bannykh 6633a9edc0 [JS IR] add a flag which enable safe property access
If an accessor is not available at runtime we fall back
to the property access.

This is useful in cases when JS objects are casted to Kotlin
classes implicitly. This pattern did work in the old BE, which
lead to a significant amount of code which doesn't work anymore.
2021-05-20 16:37:34 +03:00
..
2019-04-23 20:09:22 +03:00
2019-04-23 20:09:22 +03:00