Loading...
Searching...
No Matches
Go to the documentation of this file.
5#define JS_CHECK_EXC(val) \
8 if (val.is_exception()) \
14#define JS_CHECK_SET(val) \
19 return ccf::js::core::constants::Exception; \
23#define JS_CHECK_OR_THROW(val) \
28 throw std::runtime_error("Unable to populate JS object"); \