Searched refs:LUAI_THROW (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/lua/src/
H A Dldo.c44 ** LUAI_THROW/LUAI_TRY define how Lua does exception handling. By
49 #if !defined(LUAI_THROW)
53 #define LUAI_THROW(L,c) throw(c) macro
60 #define LUAI_THROW(L,c) _longjmp((c)->b, 1) macro
66 #define LUAI_THROW(L,c) longjmp((c)->b, 1) macro
106 LUAI_THROW(L, L->errorJmp); /* jump to it */

Completed in 68 milliseconds