flag is too cryptic and should have been called something like is_uncatchable, or have been left out and been replaced with:
JS_EXTERN void JS_SetUncatchableError(JSContext *ctx, JSValue val);
JS_EXTERN void JS_ClearUncatchableError(JSContext *ctx, JSValue val);
Originally posted by @bnoordhuis in #824 (comment)
flagis too cryptic and should have been called something likeis_uncatchable, or have been left out and been replaced with:Originally posted by @bnoordhuis in #824 (comment)