MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / prepCallInfo

Function prepCallInfo

lib/lua/src/ldo.c:502–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500
501
502l_sinline CallInfo *prepCallInfo (lua_State *L, StkId func, int nret,
503 int mask, StkId top) {
504 CallInfo *ci = L->ci = next_ci(L); /* new frame */
505 ci->func.p = func;
506 ci->nresults = nret;
507 ci->callstatus = mask;
508 ci->top.p = top;
509 return ci;
510}
511
512
513/*

Callers 2

precallCFunction · 0.85
luaD_precallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected