mirror of
https://github.com/bellard/quickjs.git
synced 2025-05-12 11:06:10 +08:00
JS_StrictEq()
, JS_SameValue()
, and JS_SameValueZero()
(#264)
* add `JS_StrictEq()`, `JS_SameValue()`, and `JS_SameValueZero()` all accepting `JSValueConst` * make `js_strict_eq` accept `JSValueConst`, remove uses of this function internally and replace them with `js_strict_eq2` instead.
The main documentation is in doc/quickjs.pdf or doc/quickjs.html.
Languages
C
93.9%
JavaScript
5.4%
Makefile
0.5%
Shell
0.2%