Except.h File Reference
Include dependency graph for Except.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| class | Jerryscript::Except |
Namespaces | |
| Jerryscript | |
Macros | |
| #define | XX(jt, t) t = jt, |
| #define | JS_TRY() |
| #define | JS_CATCH() else |
Enumerations | |
| enum class | Jerryscript::FatalCode { Jerryscript::XX } |
Functions | |
| String | toString (Jerryscript::FatalCode code) |
Macro Definition Documentation
◆ JS_CATCH
| #define JS_CATCH | ( | ) | else |
◆ JS_TRY
| #define JS_TRY | ( | ) |
Value:
if(setjmp(e.context) == 0)
Definition: Except.h:25
◆ XX
| #define XX | ( | jt, | |
| t | |||
| ) | t = jt, |
Function Documentation
◆ toString()
| String toString | ( | Jerryscript::FatalCode | code | ) |
1.9.1