MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nilK

Function nilK

freebsd/contrib/openzfs/module/lua/lcode.c:348–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347
348static int nilK (FuncState *fs) {
349 TValue k, v;
350 setnilvalue(&v);
351 /* cannot use nil as key; instead use table itself to represent nil */
352 sethvalue(fs->ls->L, &k, fs->h);
353 return addk(fs, &k, &v);
354}
355
356
357void 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