Fixes: https://github.com/quickjs-ng/quickjs/issues/339
JSValueConst was only used for the now removed CONFIG_CHECK_JSVALUE build mode. It is kept around as an alias for JSValue in quickjs.h to avoid breaking everyone's source builds but remove it everywhere else.
Not purely cosmetic because it breaks navigation with { and } in the One True Editor.