summaryrefslogtreecommitdiff
path: root/quickjs-opcode.h
Commit message (Collapse)AuthorAge
* added get_array_el3 opcode - removed to_propkey2 opcodeFabrice Bellard2025-04-30
|
* fixed 'with' access by adding HasPropery() calls - removed unused ↵Fabrice Bellard2025-04-16
| | | | 'with_get_ref_undef' opcode
* optimized js_parse_class_default_ctor() (bnoordhuis)Fabrice Bellard2025-04-12
|
* fixed exception handling in AsyncFromSyncIterator and async for ofFabrice Bellard2025-03-28
|
* removed bignum support and qjscalc - added optimized BigInt implementationFabrice Bellard2025-03-18
|
* Strip trailing spacesCharlie Gordon2024-02-10
|
* optional chaining fixes (github issue #103)Fabrice Bellard2024-01-09
|
* fixed test262: derived-this-uninitialized-realm.jsFabrice Bellard2024-01-06
|
* added 'in' operator for private fieldsFabrice Bellard2024-01-02
|
* fixed 'return' handling with 'yield' in 'for of' or with finally blocks ↵Fabrice Bellard2023-12-13
| | | | (gihub ticket #166)
* fixed private field setters (github issue #194)Fabrice Bellard2023-12-07
|
* 2020-11-08 releasebellard2020-11-08
|
* 2020-09-06 releasebellard2020-09-06
|
* 2020-03-16 releasebellard2020-09-06
|
* 2020-01-19 releasebellard2020-09-06
|
* 2020-01-05 releasebellard2020-09-06