Problem or motivation
When an exception is thrown in QuickJS, the error message does not provide any useful information for debugging.
Proposed solution
Using Ctx::catch, we can retrieve the JS Value exception and expose its details.
Alternatives considered
No response
Example usage
Additional context
No response
Problem or motivation
When an exception is thrown in QuickJS, the error message does not provide any useful information for debugging.
Proposed solution
Using
Ctx::catch, we can retrieve the JSValueexception and expose its details.Alternatives considered
No response
Example usage
Additional context
No response