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

Function db_setupvalue

third-party/lua-5.2.4/src/ldblib.c:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230static int db_setupvalue (lua_State *L) {
231 luaL_checkany(L, 3);
232 return auxupvalue(L, 0);
233}
234
235
236static int checkupval (lua_State *L, int argf, int argnup) {

Callers

nothing calls this directly

Calls 2

luaL_checkanyFunction · 0.70
auxupvalueFunction · 0.70

Tested by

no test coverage detected