Searched defs:LUAI_THROW (Results 1 – 2 of 2) sorted by relevance
62 #define LUAI_THROW(L,c) throw(c) macro70 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) macro77 #define LUAI_THROW(L,c) longjmp((c)->b, 1) macro
851 #define LUAI_THROW(L,c) longjmp(&((c)->b)) macro