Searched defs:LUAI_THROW (Results 1 – 1 of 1) sorted by relevance
58 #define LUAI_THROW(L,c) throw(c) macro66 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) macro73 #define LUAI_THROW(L,c) longjmp((c)->b, 1) macro
Completed in 4 milliseconds