Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | avoid relying on 'FILE *' in JS_PrintValue() API | Fabrice Bellard | 2025-05-05 |
| | |||
* | added JS_PrintValue() and use it in console.log(), print() and the REPL (#256) | Fabrice Bellard | 2025-04-30 |
| | |||
* | run-test262: added $262.gc() | Fabrice Bellard | 2025-04-22 |
| | |||
* | - removed the 'use strip' extension | Fabrice Bellard | 2025-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 | ||
* | Improve run-test262 | Charlie Gordon | 2024-02-18 |
| | | | | | | | | | | - add -t to show timings - add -C to select compact progress meter - default to compact progress meter if not attached to console - set agent stack size to 2MB - compute module filename relative to current path - ignore `testdir` for -d and -f options - return non zero status on errors changes | ||
* | Strip trailing spaces | Charlie Gordon | 2024-02-10 |
| | |||
* | fixed uninitialized harnessbuf | Fabrice Bellard | 2024-01-11 |
| | |||
* | fixed run_test262_harness_test() with modules | Fabrice Bellard | 2024-01-06 |
| | |||
* | top-level-await support - follow the spec in the implementation of the ↵ | Fabrice Bellard | 2023-12-27 |
| | | | | module linking and evaluation to avoid errors with cycling module dependencies | ||
* | 2021-03-27 release | bellard | 2021-03-27 |
| | |||
* | 2020-09-06 release | bellard | 2020-09-06 |
| | |||
* | 2020-04-12 release | bellard | 2020-09-06 |
| | |||
* | 2020-03-16 release | bellard | 2020-09-06 |
| | |||
* | 2020-01-05 release | bellard | 2020-09-06 |