Home
last modified time | relevance | path

Searched refs:finishCcall (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dldo.c518 static void finishCcall (lua_State *L, int status) { in finishCcall() function
550 finishCcall(L, *(int *)ud); /* finish 'lua_pcallk' callee */ in unroll()
553 finishCcall(L, LUA_YIELD); /* complete its execution */ in unroll()