Commit 97c0e62
committed
Update QuickJS
Upstream merged test262 PR so drop patches related to that:
bellard/quickjs#408
Other improvements
* Add set methods (union, difference, intersection, ...)
bellard/quickjs@a1e073e
* Add iterators
bellard/quickjs@982b7aa
bellard/quickjs@e924173
bellard/quickjs@b2ed2e9
bellard/quickjs@cf0e179
bellard/quickjs@2d99c32
* Add ArrayBuffer.prototype.transfer
bellard/quickjs@1e19893
* Add resizable array buffers
bellard/quickjs@f021d77
* Add Map and WeakMap upsert
bellard/quickjs@456e016
* Add Map.sumPrecise()
bellard/quickjs@bc753c6
bellard/quickjs@c3e5ae2
* Fix date parsing
bellard/quickjs@00608761 parent a830cf2 commit 97c0e62
File tree
10 files changed
+2680
-430
lines changed- src/couch_quickjs
- patches
- quickjs
10 files changed
+2680
-430
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
6 | | - | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| 194 | + | |
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
| |||
228 | 231 | | |
229 | 232 | | |
230 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
231 | 237 | | |
232 | 238 | | |
233 | 239 | | |
| |||
0 commit comments