about summary refs log tree commit diff stats
path: root/lib/quickjs/quickjs-opcode.h
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing spacesCharlie Gordon2024-03-021-5/+5
|
* optional chaining fixes (github issue #103)Fabrice Bellard2024-01-111-0/+2
|
* fixed test262: derived-this-uninitialized-realm.jsFabrice Bellard2024-01-111-0/+4
|
* added 'in' operator for private fieldsFabrice Bellard2024-01-111-1/+2
|
* fixed 'return' handling with 'yield' in 'for of' or with finally blocks ↵Fabrice Bellard2023-12-141-1/+1
| | | | (gihub ticket #166)
* fixed private field setters (github issue #194)Fabrice Bellard2023-12-081-1/+1
|
* Include QuickJS sources in the repositorybptato2023-06-221-0/+365
Taken from txiki.js, so it includes zamofex's top-level await patch.