Searched defs:LUAI_THROW (Results 1 – 1 of 1) sorted by relevance
50 #define LUAI_THROW(L,c) longjmp(&(c)->b) macro56 #define LUAI_THROW(L,c) throw(c) macro63 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) macro69 #define LUAI_THROW(L,c) longjmp((c)->b, 1) macro