Zalim Bashorov
|
14ab3c4de1
|
JS stdlib: allowed use null as key and value in Map implementations. Added tests for using null in Set and Map implementations.
|
2014-07-16 21:35:11 +04:00 |
|
Zalim Bashorov
|
28228d23b1
|
JS stdlib: added missed constructors for HashSet, LinkedHashSet, HashMap and LinkedHashMap.
|
2014-06-26 16:33:14 +04:00 |
|
Zalim Bashorov
|
79b7b1c447
|
JS stdlib: added test for using special names(i.e. Object.prototype members) in Maps and Sets. Fixed the support special names in PrimitiveHashMap.
|
2014-06-20 16:42:43 +04:00 |
|
Zalim Bashorov
|
6f5c88c21f
|
JS stdlib: added LinkedHashMap abd LinkedHashSet.
|
2014-06-20 16:42:43 +04:00 |
|
Zalim Bashorov
|
336ff43b26
|
JS backend: - test both versions of Set(Complex and Primitive)
- added size in PrimitiveSet
- fixed contains in PrimitiveSet
#KT-4796 fixed
|
2014-04-02 17:50:40 +04:00 |
|
Ilya Ryzhenkov
|
e37d8174c3
|
New stdlib generators
|
2014-03-19 20:25:11 +04:00 |
|
Zalim Bashorov
|
edb930fd76
|
JS stdlib: added missed tests for Set and fixed HashSet implementations. Implemented Set::iterator, AbstractCollection::removeAll, AbstractCollection::retainAll, AbstractCollection::containsAll.
#KT-4390 fixed
|
2014-02-03 13:31:23 +04:00 |
|