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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExceptionRef
orelse return null
try
catch return null
JSValue.get()
JSValue.toZigString()
globalThis.throw*
globalThis.hasException()
fromJS()
globalThis.ERR_*().throw()
more to come
The text was updated successfully, but these errors were encountered:
nektro
No branches or pull requests
ExceptionRef
in zig #15100orelse return null
withtry
catch return null
withtry
(done in 15120)JSValue.get()
return a possible JSErrorJSValue.toZigString()
return a possible JSErrorglobalThis.throw*
return a JSErrorglobalThis.hasException()
calls for redundancyfromJS()
functions to return possible JSErrorglobalThis.ERR_*().throw()
return a JSErrormore to come
The text was updated successfully, but these errors were encountered: