about summary refs log tree commit diff stats
path: root/lib/quickjs
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove getClassID hackbptato2023-06-272-0/+10
| | | | Add a JS_GetClassID function to QJS instead.
* Working Nim-QuickJS GC integrationbptato2023-06-242-2/+60
| | | | I believe this works correctly. Hopefully I'm not wrong.
* Include QuickJS sources in the repositorybptato2023-06-2216-0/+74804
Taken from txiki.js, so it includes zamofex's top-level await patch.