Searched refs:LUAI_THROW (Results 1 – 2 of 2) sorted by relevance
57 #if !defined(LUAI_THROW) /* { */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) macro122 LUAI_THROW(L, L->errorJmp); /* jump to it */ in luaD_throw()
851 #define LUAI_THROW(L,c) longjmp(&((c)->b)) macro