Searched refs:CIST_FRESH (Results 1 – 3 of 3) sorted by relevance
207 #define CIST_FRESH (1<<2) /* call is on a fresh "luaV_execute" frame */ macro
576 ci->callstatus = CIST_FRESH; /* mark that it is a "fresh" execute */ in ccall()
1722 if (ci->callstatus & CIST_FRESH) in luaV_execute()
Completed in 12 milliseconds