about summary refs log tree commit diff stats
path: root/lib/quickjs/quickjs.c
Commit message (Expand)AuthorAgeFilesLines
* added container_of macroFabrice Bellard2023-12-221-1/+1
* safer typed array finalizerFabrice Bellard2023-12-221-2/+17
* fixed js_strtod with large integers (github issue #206)Fabrice Bellard2023-12-221-2/+6
* quickjs: avoid an unnecessary null check for can_destroybptato2023-12-221-4/+4
* fixed 'return' handling with 'yield' in 'for of' or with finally blocks (gihu...Fabrice Bellard2023-12-141-72/+120
* fixed async generator in case of exception in the implicit await in the 'retu...Fabrice Bellard2023-12-141-9/+20
* Fix AsyncGenerator.prototype.return error handling (bnoordhuis)Fabrice Bellard2023-12-141-4/+13
* raise an error if a private method is added twice to an objectFabrice Bellard2023-12-141-0/+6
* Reapply "reworked set property and fixed corner cases of typed array set prop...bptato2023-12-091-166/+110
* Revert "reworked set property and fixed corner cases of typed array set prope...bptato2023-12-091-110/+166
* added Array.prototype.findLast{Index} and TypeArray.prototype.findLast{index}...Fabrice Bellard2023-12-091-16/+61
* fixed duplicate static private setter/getter testFabrice Bellard2023-12-091-7/+12
* fixed delete super.x errorFabrice Bellard2023-12-091-12/+4
* reworked set property and fixed corner cases of typed array set propertyFabrice Bellard2023-12-091-166/+110
* Retrieve RegExp 'g' flag in spec conformant way (original patch by bnoordhuis)Fabrice Bellard2023-12-091-8/+27
* fixed lexical scope of 'this' with eval (github issue #192)Fabrice Bellard2023-12-091-6/+7
* fixed negative zero dateFabrice Bellard2023-12-091-12/+14
* Revert "add_eval_variables: do not close over `this' twice"bptato2023-12-091-2/+1
* fixed private field setters (github issue #194)Fabrice Bellard2023-12-081-1/+2
* added missing bignum error tests (github issue #159)Fabrice Bellard2023-12-081-12/+64
* added String.prototype.at, Array.prototype.at and TypedArray.prototype.atFabrice Bellard2023-12-081-3/+72
* Revert "quickjs: add Array.prototype.at"bptato2023-12-081-30/+0
* the BigInt support is now always includedbellard2023-12-051-841/+430
* quickjs: improve can_destroy hookbptato2023-12-051-19/+40
* qjs: fix a warningbptato2023-12-021-1/+1
* js: simplify toJSP0bptato2023-11-301-0/+6
* base64: reduce pointless re-coding using JSStringbptato2023-10-211-1/+28
* add_eval_variables: do not close over `this' twicebptato2023-10-131-1/+2
* Fix stack overflow in CVE-2023-31922Nick Vatamaniuc2023-09-231-0/+6
* quickjs: add Array.prototype.atbptato2023-09-031-0/+30
* Remove getClassID hackbptato2023-06-271-0/+9
* Working Nim-QuickJS GC integrationbptato2023-06-241-2/+58
* Include QuickJS sources in the repositorybptato2023-06-221-0/+54186