JS backend: Fix tracked used descriptors

This commit is contained in:
Erokhin Stanislav
2013-12-27 17:33:26 +04:00
parent 4617e730d6
commit 75dd459bdf
6 changed files with 59 additions and 7 deletions
@@ -72,4 +72,16 @@ public final class ClosureTest extends SingleFileTranslationTest {
public void testClosureThisInConstructor() throws Exception {
checkFooBoxIsOk();
}
public void testClosureFunctionAsArgument() throws Exception {
checkFooBoxIsOk();
}
public void testClosureLocalFunction() throws Exception {
checkFooBoxIsOk();
}
public void testClosureLocalLiteralFunction() throws Exception {
checkFooBoxIsOk();
}
}