[JS IR] Support nativeGetter, nativeSetter and nativeInvoke

#KT-41081 fixed
This commit is contained in:
Zalim Bashorov
2020-08-26 22:01:04 +03:00
parent c804319e65
commit ba846830c9
7 changed files with 97 additions and 57 deletions
@@ -1,5 +1,3 @@
// IGNORE_BACKEND: JS_IR
// IGNORE_BACKEND: JS_IR_ES6
// EXPECTED_REACHABLE_NODES: 1291
package foo
@@ -91,4 +89,4 @@ fun box(): String {
testExtensions(b, 5, undefined, t)
return "OK"
}
}