JS: improve performance of Hashtable-based collections

This commit is contained in:
Alexey Andreev
2016-05-13 12:13:47 +03:00
parent f0ee52faaf
commit 81bdd6b4bb
4 changed files with 287 additions and 271 deletions
@@ -78,4 +78,8 @@ public final class StandardClassesTest extends SingleFileTranslationTest {
public void ignore_testThrowableImpl() throws Exception {
checkFooBoxIsOk();
}
public void testMutableMapRemoveWithCollision() throws Exception {
checkFooBoxIsOk();
}
}