Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent UB on memcpy and floating point conversions | Charlie Gordon | 2024-03-13 | 1 | -1/+1 |
| | | | | | | | - add `memcpy_no_ub` that accepts null pointers for 0 count - prevent 0 length allocation in `js_worker_postMessage` - use safer test for `int` value in `JS_NewFloat64`, `JS_ToArrayLengthFree` and `js_typed_array_indexOf` | ||||
* | Strip trailing spaces | Charlie Gordon | 2024-03-02 | 1 | -2/+2 |
| | |||||
* | Include QuickJS sources in the repository | bptato | 2023-06-22 | 1 | -0/+631 |
Taken from txiki.js, so it includes zamofex's top-level await patch. |