MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / prepCallInfo

Function prepCallInfo

third-party/lua-5.4.6/src/ldo.c:509–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507
508
509l_sinline CallInfo *prepCallInfo (lua_State *L, StkId func, int nret,
510 int mask, StkId top) {
511 CallInfo *ci = L->ci = next_ci(L); /* new frame */
512 ci->func.p = func;
513 ci->nresults = nret;
514 ci->callstatus = mask;
515 ci->top.p = top;
516 return ci;
517}
518
519
520/*

Callers 2

precallCFunction · 0.70
luaD_precallFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected