HomeSort by: relevance | last modified time | path
    Searched defs:finishCcall (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/lua/dist/src/
ldo.c 665 ** (The caller, 'finishCcall', does the final call to 'adjustresults'.)
668 ** to 'finishCcall' (when that '__close' method finally returns) and
671 ** 'unroll' which calls ''finishCcall' and we are back here again, to
712 static void finishCcall (lua_State *L, CallInfo *ci) {
745 finishCcall(L, ci); /* complete its execution */

Completed in 26 milliseconds