]> git.kaiwu.me - quickjs.git/log
quickjs.git
2 years agonew release
Fabrice Bellard [Sat, 9 Dec 2023 11:52:22 +0000 (12:52 +0100)]
new release

2 years agoadded Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index} (initia...
Fabrice Bellard [Sat, 9 Dec 2023 11:33:05 +0000 (12:33 +0100)]
added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index} (initial patch by bnoordhuis)

2 years agofixed duplicate static private setter/getter test
Fabrice Bellard [Sat, 9 Dec 2023 11:32:32 +0000 (12:32 +0100)]
fixed duplicate static private setter/getter test

2 years agoSymbol.species is no longer used in TypedArray constructor from a TypedArray
Fabrice Bellard [Sat, 9 Dec 2023 11:32:00 +0000 (12:32 +0100)]
Symbol.species is no longer used in TypedArray constructor from a TypedArray

2 years agofixed delete super.x error
Fabrice Bellard [Sat, 9 Dec 2023 11:31:33 +0000 (12:31 +0100)]
fixed delete super.x error

2 years agoreworked set property and fixed corner cases of typed array set property
Fabrice Bellard [Sat, 9 Dec 2023 11:30:31 +0000 (12:30 +0100)]
reworked set property and fixed corner cases of typed array set property

2 years agoImplement extended named capture group identifiers (bnoordhuis)
Fabrice Bellard [Sat, 9 Dec 2023 11:28:51 +0000 (12:28 +0100)]
Implement extended named capture group identifiers (bnoordhuis)

2 years agoRetrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)
Fabrice Bellard [Sat, 9 Dec 2023 11:28:13 +0000 (12:28 +0100)]
Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)

2 years agofixed lexical scope of 'this' with eval (github issue #192)
Fabrice Bellard [Sat, 9 Dec 2023 11:27:39 +0000 (12:27 +0100)]
fixed lexical scope of 'this' with eval (github issue #192)

2 years agoMake Date methods argument coercion spec compliant (bnoordhuis)
Fabrice Bellard [Sat, 9 Dec 2023 11:27:08 +0000 (12:27 +0100)]
Make Date methods argument coercion spec compliant (bnoordhuis)

2 years agofixed negative zero date
Fabrice Bellard [Sat, 9 Dec 2023 11:26:37 +0000 (12:26 +0100)]
fixed negative zero date

2 years agofixed private field setters (github issue #194)
Fabrice Bellard [Thu, 7 Dec 2023 16:51:32 +0000 (17:51 +0100)]
fixed private field setters (github issue #194)

2 years agoadded missing bignum error tests (github issue #159)
Fabrice Bellard [Tue, 5 Dec 2023 16:25:03 +0000 (17:25 +0100)]
added missing bignum error tests (github issue #159)

2 years agoadded String.prototype.at, Array.prototype.at and TypedArray.prototype.at
Fabrice Bellard [Tue, 5 Dec 2023 15:54:43 +0000 (16:54 +0100)]
added String.prototype.at, Array.prototype.at and TypedArray.prototype.at

2 years agokeep LTO
Fabrice Bellard [Tue, 5 Dec 2023 15:52:36 +0000 (16:52 +0100)]
keep LTO

2 years agoupdated to unicode 15.0.0
Fabrice Bellard [Tue, 5 Dec 2023 15:51:16 +0000 (16:51 +0100)]
updated to unicode 15.0.0

2 years agothe BigInt support is now always included
bellard [Mon, 4 Dec 2023 18:26:32 +0000 (19:26 +0100)]
the BigInt support is now always included

2 years agofixed js_proxy_isArray stack overflow (github issue #178)
bellard [Fri, 1 Dec 2023 17:15:03 +0000 (18:15 +0100)]
fixed js_proxy_isArray stack overflow (github issue #178)

2 years agobf_set_ui() fix (github issue #133)
bellard [Fri, 1 Dec 2023 16:56:22 +0000 (17:56 +0100)]
bf_set_ui() fix (github issue #133)

4 years agoupdated to Unicode 14.0.0
bellard [Sun, 6 Mar 2022 18:00:24 +0000 (19:00 +0100)]
updated to Unicode 14.0.0

4 years agoupdated test262.conf
bellard [Sun, 6 Mar 2022 17:55:04 +0000 (18:55 +0100)]
updated test262.conf

4 years agoadded Object.hasOwn()
bellard [Sun, 6 Mar 2022 17:54:27 +0000 (18:54 +0100)]
added Object.hasOwn()

4 years agofixed invalid Array.prototype.push/unshift optimization
bellard [Sun, 6 Mar 2022 17:53:03 +0000 (18:53 +0100)]
fixed invalid Array.prototype.push/unshift optimization

5 years ago2021-03-27 release
bellard [Sat, 27 Mar 2021 10:17:31 +0000 (11:17 +0100)]
2021-03-27 release

5 years ago2020-11-08 release take 2
bellard [Sun, 8 Nov 2020 13:44:20 +0000 (14:44 +0100)]
2020-11-08 release take 2

5 years ago2020-11-08 release
bellard [Sun, 8 Nov 2020 13:30:56 +0000 (14:30 +0100)]
2020-11-08 release

5 years ago2020-09-06 release
bellard [Sun, 6 Sep 2020 17:10:15 +0000 (19:10 +0200)]
2020-09-06 release

5 years ago2020-07-05 release
bellard [Sun, 6 Sep 2020 17:07:30 +0000 (19:07 +0200)]
2020-07-05 release

5 years ago2020-04-12 release
bellard [Sun, 6 Sep 2020 17:04:20 +0000 (19:04 +0200)]
2020-04-12 release

5 years ago2020-03-16 release
bellard [Sun, 6 Sep 2020 17:02:03 +0000 (19:02 +0200)]
2020-03-16 release

5 years ago2020-01-19 release
bellard [Sun, 6 Sep 2020 16:57:11 +0000 (18:57 +0200)]
2020-01-19 release

5 years ago2020-01-05 release
bellard [Sun, 6 Sep 2020 16:53:08 +0000 (18:53 +0200)]
2020-01-05 release

5 years agotest
bellard [Sun, 6 Sep 2020 16:47:30 +0000 (18:47 +0200)]
test

5 years agoInitial commit
bellard [Sun, 6 Sep 2020 16:24:53 +0000 (18:24 +0200)]
Initial commit