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

Function nilK

third-party/lua-5.2.4/src/lcode.c:350–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348
349
350static int nilK (FuncState *fs) {
351 TValue k, v;
352 setnilvalue(&v);
353 /* cannot use nil as key; instead use table itself to represent nil */
354 sethvalue(fs->ls->L, &k, fs->h);
355 return addk(fs, &k, &v);
356}
357
358
359void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) {

Callers 1

luaK_exp2RKFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected