Lines Matching full:do
55 #define DUK_ERROR(thr,err,msg) do { \
60 #define DUK_ERROR_RAW(thr,file,line,err,msg) do { \
66 #define DUK_ERROR_FMT1(thr,err,fmt,arg1) do { \
71 #define DUK_ERROR_RAW_FMT1(thr,file,line,err,fmt,arg1) do { \
77 #define DUK_ERROR_FMT2(thr,err,fmt,arg1,arg2) do { \
82 #define DUK_ERROR_RAW_FMT2(thr,file,line,err,fmt,arg1,arg2) do { \
88 #define DUK_ERROR_FMT3(thr,err,fmt,arg1,arg2,arg3) do { \
93 #define DUK_ERROR_RAW_FMT3(thr,file,line,err,fmt,arg1,arg2,arg3) do { \
99 #define DUK_ERROR_FMT4(thr,err,fmt,arg1,arg2,arg3,arg4) do { \
104 #define DUK_ERROR_RAW_FMT4(thr,file,line,err,fmt,arg1,arg2,arg3,arg4) do { \
169 #define DUK_ASSERT(x) do { \
193 #define DUK_ASSERT(x) do { /* assertion omitted */ } while (0)
202 #define DUK_ASSERT_DISABLE(x) do { /* assertion disabled */ } while (0)
209 #define DUK_ASSERT_REFCOUNT_NONZERO_HEAPHDR(h) do { \
212 #define DUK_ASSERT_REFCOUNT_NONZERO_TVAL(tv) do { \
225 #define DUK_ASSERT_DOUBLE_IS_NORMALIZED(dval) do { \
246 #define DUK_ASSERT_VALSTACK_SPACE(thr,n) do { \
270 #define DUK_ERROR_REQUIRE_TYPE_INDEX(thr,index,expectname,lowmemstr) do { \
274 #define DUK_ERROR_REQUIRE_TYPE_INDEX(thr,index,expectname,lowmemstr) do { \
279 #define DUK_ERROR_UNIMPLEMENTED(thr,msg) do { \
282 #define DUK_ERROR_UNIMPLEMENTED_DEFMSG(thr) do { \
285 #define DUK_ERROR_UNSUPPORTED(thr,msg) do { \
289 #define DUK_ERROR_UNSUPPORTED_DEFMSG(thr) do { \
293 #define DUK_ERROR_INTERNAL(thr,msg) do { \
296 #define DUK_ERROR_INTERNAL_DEFMSG(thr) do { \
299 #define DUK_ERROR_ALLOC(thr,msg) do { \
302 #define DUK_ERROR_ALLOC_DEFMSG(thr) do { \
306 #define DUK_ERROR_API_INDEX(thr,index) do { \
309 #define DUK_ERROR_API(thr,msg) do { \
315 #define DUK_ERROR_RANGE(thr,msg) do { \
319 #define DUK_ERROR_SYNTAX(thr,msg) do { \
322 #define DUK_ERROR_TYPE(thr,msg) do { \
329 #define DUK_ERROR_REQUIRE_TYPE_INDEX(thr,index,expectname,lowmemstr) do { \
333 #define DUK_ERROR_UNIMPLEMENTED(thr,msg) do { \
336 #define DUK_ERROR_UNIMPLEMENTED_DEFMSG(thr) do { \
339 #define DUK_ERROR_UNSUPPORTED(thr,msg) do { \
342 #define DUK_ERROR_UNSUPPORTED_DEFMSG(thr) do { \
345 #define DUK_ERROR_INTERNAL(thr,msg) do { \
348 #define DUK_ERROR_INTERNAL_DEFMSG(thr) do { \
351 #define DUK_ERROR_ALLOC(thr,msg) do { \
354 #define DUK_ERROR_ALLOC_DEFMSG(thr) do { \
357 #define DUK_ERROR_API_INDEX(thr,index) do { \
360 #define DUK_ERROR_API(thr,msg) do { \
363 #define DUK_ERROR_RANGE(thr,msg) do { \
366 #define DUK_ERROR_SYNTAX(thr,msg) do { \
369 #define DUK_ERROR_TYPE(thr,msg) do { \