We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
flag is too cryptic and should have been called something like is_uncatchable, or have been left out and been replaced with:
flag
is_uncatchable
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)
The text was updated successfully, but these errors were encountered:
Rework JS_SetUncatchableError
7480dae
Remove the (cryptic!) `flag` argument and add JS_ClearUncatchableError. Fixes: quickjs-ng#826
Rework JS_SetUncatchableError (#827)
8bcc070
Remove the (cryptic!) `flag` argument and add JS_ClearUncatchableError. Fixes: #826
Successfully merging a pull request may close this issue.
flag
is 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)
The text was updated successfully, but these errors were encountered: