Marko Lahma
|
f5f432951f
Introduce IPropertyDescriptor and specialized descriptors (#461)
|
7 years ago |
Marko Lahma
|
98dc732be2
Optimize array access and add ability to hint array size (#455)
|
7 years ago |
Marko Lahma
|
4582830317
cache common int to string conversions
|
7 years ago |
Sebastien Ros
|
cf4abb8204
Adding netstandard1.3 target
|
8 years ago |
Brian Beard
|
b86018011e
update array sort method to allow floating point numbers to be returned from the compare function
|
10 years ago |
Sebastien Ros
|
08265d0823
Fixing StrictlyEqual method name
|
11 years ago |
Sebastien Ros
|
936d5eb9fe
Fixing unit tests
|
11 years ago |
Sebastien Ros
|
24a479c429
Removing TypeConverter JsValue direct conversions
|
11 years ago |
Sebastien Ros
|
1227c2992f
Implementing JsValue
|
11 years ago |
Sebastien Ros
|
37bf2f5e2b
Refactoring PropertyDescriptor
|
11 years ago |
Sebastien Ros
|
cc305fbf76
Incremental work of property descriptors
|
11 years ago |
Sebastien Ros
|
e17adc30ab
Passing more unit tests
|
11 years ago |
Sebastien Ros
|
4e9d74e03a
Marking unit tests which should not be broken
|
12 years ago |
Sebastien Ros
|
1427db5177
Fixing all unit test for Array.prototype
|
12 years ago |
Sebastien Ros
|
14bb688c58
Fixing infinite loop in Array.prototype.reduceRight
|
12 years ago |
Sebastien Ros
|
85539d1869
Fixing accumulator initialization
|
12 years ago |
Sebastien Ros
|
ba4e00fd6b
Fixing Array.prototype.reduce
|
12 years ago |
Sebastien Ros
|
56cfdd6cc4
Fixing accumulator usage in reduce methods
|
12 years ago |
Sebastien Ros
|
4152d3d974
Implementing Array.prototype.reduceRight
|
12 years ago |
Sebastien Ros
|
6000a8c4f3
Implementing Array.prototype.reduce
|
12 years ago |
Sebastien Ros
|
68e3ecc65e
Implementing Array.prototype.filter
|
12 years ago |
Sebastien Ros
|
fe33b66b00
Implementing Array.prototype.map
|
12 years ago |
Sebastien Ros
|
371eff7844
Implementing Array.prototype.forEach
|
12 years ago |
Sebastien Ros
|
74a48db45e
Implementing Array.prototype.some
|
12 years ago |
Sebastien Ros
|
5125546765
Implementing Array.prototype.every
|
12 years ago |
Sebastien Ros
|
1e3ae3020a
Implementing Array.prorotype.lastIndexOf
|
12 years ago |
Sebastien Ros
|
de29b7289d
Implementing Array.prototype.indexOf
|
12 years ago |
Sebastien Ros
|
8f43287022
Implementing splice and unshift
|
12 years ago |
Sebastien Ros
|
1cb96c52b0
Cleaning code
|
12 years ago |
Sebastien Ros
|
02d3573878
Implementing Array.prototype.sort
|
12 years ago |