mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-15 10:12:14 +03:00
5417ab0159fc48c217ff91344a833d3286b8895d
JS_HasException() when null is thrown (#313)
Use `JS_UNINITIALIZED` instead of `JS_NULL` when no exception is pending, so `null` can be thrown and distinguished from no exception pending.
The main documentation is in doc/quickjs.pdf or doc/quickjs.html.
Languages
C
94.2%
JavaScript
5.2%
Makefile
0.5%
Shell
0.1%