about summary refs log tree commit diff stats
path: root/lib/quickjs/quickjs-opcode.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.