Searched defs:Assert (Results 1 – 8 of 8) sorted by relevance
16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro23 # define Assert(cond,msg) macro
102 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro109 # define Assert(cond,msg) macro
65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro72 # define Assert(cond,msg) macro
55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro62 # define Assert(cond, msg) macro
6 #define Assert(err, str) macro
107 function Assert(testContext){this.test=testContext;} class