Searched defs:LUAI_THROW (Results 1 – 1 of 1) sorted by relevance
53 #define LUAI_THROW(L,c) throw(c) macro60 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) macro66 #define LUAI_THROW(L,c) longjmp((c)->b, 1) macro