[JS IR BE] Implement kotlin.js.jsTypeOf as intrinsics

This commit is contained in:
Svyatoslav Kuzmich
2020-02-26 21:39:33 +03:00
parent dff7d7b7b9
commit 3ecee5c7cd
5 changed files with 50 additions and 1 deletions
@@ -96,7 +96,7 @@ class JsIntrinsics(private val irBuiltIns: IrBuiltIns, val context: JsIrBackendC
// Type checks:
val jsInstanceOf = binOpBool("jsInstanceOf")
val jsTypeOf = unOp("jsTypeOf", irBuiltIns.stringType)
val jsTypeOf = getInternalFunction("jsTypeOf")
// Number conversions: