JS backend: added the support nativeInvoke, nativeGetter, nativeSetter.

This commit is contained in:
Zalim Bashorov
2014-11-24 18:25:08 +03:00
parent e6b69e48d9
commit b06096469a
8 changed files with 209 additions and 9 deletions
@@ -134,4 +134,12 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
public void testPrint() throws Exception {
checkFooBoxIsOk();
}
public void testNativeInvoke() throws Exception {
checkFooBoxIsOk();
}
public void testNativeGetterAndNativeSetter() throws Exception {
checkFooBoxIsOk();
}
}