Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | quickjs: add Array.prototype.at | bptato | 2023-09-03 | 1 | -0/+30 | |
| | ||||||
* | Add utf-8 support to libregexp | bptato | 2023-07-04 | 1 | -6/+14 | |
| | | | | | | | This allows us to greatly simplify exec(Regex). In particular, we no longer have to convert any line containing non-ascii characters into UTF-16 (which was a significant inefficiency in regex search until now). | |||||
* | Remove getClassID hack | bptato | 2023-06-27 | 2 | -0/+10 | |
| | | | | Add a JS_GetClassID function to QJS instead. | |||||
* | Working Nim-QuickJS GC integration | bptato | 2023-06-24 | 2 | -2/+60 | |
| | | | | I believe this works correctly. Hopefully I'm not wrong. | |||||
* | Include QuickJS sources in the repository | bptato | 2023-06-22 | 16 | -0/+74804 | |
Taken from txiki.js, so it includes zamofex's top-level await patch. |