Closed
Description
It seems like there's no api for supporting exception handling in Jerry API.
We need exception handling api that facilitates following use case:
- Creating error object
- Throwing an error.
And below is probably less significant.
- Creating try-catch block. See Exception API on v8 for more understanding.