summaryrefslogtreecommitdiff
path: root/qjs.c
Commit message (Collapse)AuthorAge
* - removed the 'use strip' extensionFabrice Bellard2025-04-12
| | | | | | - removed the JS_EVAL_FLAG_STRIP eval flag and replaced it with JS_SetStripInfo() which has simpler semantics. - qjs: added the '-s' and '--strip-source' options - qjsc: added the '-s' and '--keep-source' options
* qjs: allow SI suffixes in memory sizes - set default stack size to 1 MBFabrice Bellard2025-04-07
|
* disable rejection tracker in the repl - repl cleanupFabrice Bellard2025-03-27
|
* exit by default on unhandled promise rejections (issue #305)Fabrice Bellard2025-03-27
|
* removed bignum support and qjscalc - added optimized BigInt implementationFabrice Bellard2025-03-18
|
* Use malloc_usable_size() on any OS based on GNU libcPino Toscano2024-07-21
| | | | | malloc_usable_size() is a GNU extension in GNU libc; hence, use it every time GNU libc is used, rather than only on Linux.
* FreeBSD QuickJS Patch (#203)Nick Vatamaniuc2024-02-12
|
* Strip trailing spacesCharlie Gordon2024-02-10
|
* added js_std_await() and use it to wait for the evaluation of a module ↵Fabrice Bellard2024-01-19
| | | | (github issue #219)
* native cosmopolitan buildFabrice Bellard2024-01-11
|
* the BigInt support is now always includedbellard2023-12-04
|
* 2021-03-27 releasebellard2021-03-27
|
* 2020-09-06 releasebellard2020-09-06
|
* 2020-07-05 releasebellard2020-09-06
|
* 2020-01-19 releasebellard2020-09-06
|
* 2020-01-05 releasebellard2020-09-06