summaryrefslogtreecommitdiff
path: root/quickjs.c
Commit message (Collapse)AuthorAge
...
* allow 'await' in the REPL and added os.sleepAsync()Fabrice Bellard2024-01-02
|
* make JS_NewClassID thread safeFabrice Bellard2024-01-02
|
* added Error causeFabrice Bellard2024-01-02
|
* added os.now()Fabrice Bellard2023-12-27
|
* fixed JS module autodetection with shebang (github issue #91)Fabrice Bellard2023-12-27
|
* fixed crash when resizing property shapes in case of OOM (github issue #129)Fabrice Bellard2023-12-27
|
* fixed the garbage collection of async functions with closures (github issue ↵Fabrice Bellard2023-12-27
| | | | #156)
* removed memory leakFabrice Bellard2023-12-27
|
* added RegExp 'd' flag (bnoordhuis)Fabrice Bellard2023-12-27
|
* added Promise.withResolversFabrice Bellard2023-12-27
|
* added Array.prototype.{with,toReversed,toSpliced,toSorted} and ↵Fabrice Bellard2023-12-27
| | | | TypedArray.prototype.{with,toReversed,toSorted} (initial patch by bnoordhuis)
* added Object.groupBy and Map.groupBy (initial patch by bnoordhuis)Fabrice Bellard2023-12-27
|
* added String.prototype.isWellFormed and String.prototype.toWellFormedFabrice Bellard2023-12-27
|
* fixed detached TypedArray in sort()Fabrice Bellard2023-12-27
|
* top-level-await support - follow the spec in the implementation of the ↵Fabrice Bellard2023-12-27
| | | | module linking and evaluation to avoid errors with cycling module dependencies
* reduced JS_MAX_LOCAL_VARS (github issue #123)Fabrice Bellard2023-12-22
|
* removed unused JSContext fieldFabrice Bellard2023-12-22
|
* use Unicode normalization in String.prototype.localeCompareFabrice Bellard2023-12-22
|
* 'for of' expression cannot start with 'async'Fabrice Bellard2023-12-22
|
* removed incorrect await in async yield*Fabrice Bellard2023-12-22
|
* fixed define own property with writable=false on module namespaceFabrice Bellard2023-12-22
|
* added container_of macroFabrice Bellard2023-12-22
|
* safer typed array finalizerFabrice Bellard2023-12-22
|
* fixed js_strtod with large integers (github issue #206)Fabrice Bellard2023-12-22
|
* fixed 'return' handling with 'yield' in 'for of' or with finally blocks ↵Fabrice Bellard2023-12-13
| | | | (gihub ticket #166)
* fixed async generator in case of exception in the implicit await in the ↵Fabrice Bellard2023-12-13
| | | | 'return' statement
* Fix AsyncGenerator.prototype.return error handling (bnoordhuis)Fabrice Bellard2023-12-13
|
* raise an error if a private method is added twice to an objectFabrice Bellard2023-12-13
|
* added Array.prototype.findLast{Index} and ↵Fabrice Bellard2023-12-09
| | | | TypeArray.prototype.findLast{index} (initial patch by bnoordhuis)
* fixed duplicate static private setter/getter testFabrice Bellard2023-12-09
|
* Symbol.species is no longer used in TypedArray constructor from a TypedArrayFabrice Bellard2023-12-09
|
* fixed delete super.x errorFabrice Bellard2023-12-09
|
* reworked set property and fixed corner cases of typed array set propertyFabrice Bellard2023-12-09
|
* Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)Fabrice Bellard2023-12-09
|
* fixed lexical scope of 'this' with eval (github issue #192)Fabrice Bellard2023-12-09
|
* Make Date methods argument coercion spec compliant (bnoordhuis)Fabrice Bellard2023-12-09
|
* fixed negative zero dateFabrice Bellard2023-12-09
|
* fixed private field setters (github issue #194)Fabrice Bellard2023-12-07
|
* added missing bignum error tests (github issue #159)Fabrice Bellard2023-12-05
|
* added String.prototype.at, Array.prototype.at and TypedArray.prototype.atFabrice Bellard2023-12-05
|
* the BigInt support is now always includedbellard2023-12-04
|
* fixed js_proxy_isArray stack overflow (github issue #178)bellard2023-12-01
|
* added Object.hasOwn()bellard2022-03-06
|
* fixed invalid Array.prototype.push/unshift optimizationbellard2022-03-06
|
* 2021-03-27 releasebellard2021-03-27
|
* 2020-11-08 releasebellard2020-11-08
|
* 2020-09-06 releasebellard2020-09-06
|
* 2020-07-05 releasebellard2020-09-06
|
* 2020-04-12 releasebellard2020-09-06
|
* 2020-03-16 releasebellard2020-09-06
|