CCF
Loading...
Searching...
No Matches
src
js
Macros
checks.h File Reference
Go to the source code of this file.
Macros
#define
JS_CHECK_EXC
(val)
#define
JS_CHECK_SET
(val)
Macro Definition Documentation
◆
JS_CHECK_EXC
#define JS_CHECK_EXC
(
val
)
Value:
do
\
{ \
if (val.is_exception()) \
{ \
return
val.take(); \
} \
}
while
(0)
◆
JS_CHECK_SET
#define JS_CHECK_SET
(
val
)
Value:
do
\
{ \
if (val != 1) \
{ \
return
ccf::js::core::constants::Exception; \
} \
}
while
(0)
Generated by
1.9.8