Searched refs:CIST_CLSRET (Results 1 – 2 of 2) sorted by relevance
428 L->ci->callstatus |= CIST_CLSRET; /* in case of yields */ in moveresults()431 L->ci->callstatus &= ~CIST_CLSRET; in moveresults()467 (CIST_HOOKED | CIST_YPCALL | CIST_FIN | CIST_TRAN | CIST_CLSRET))); in luaD_poscall()651 if (ci->callstatus & CIST_CLSRET) { /* was returning? */ in finishCcall()
214 #define CIST_CLSRET (1<<9) /* function is closing tbc variables */ macro
Completed in 5 milliseconds