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

Function boolF

third-party/lua-5.4.6/src/lcode.c:626–630  ·  view source on GitHub ↗

** Add a false to list of constants and return its index. */

Source from the content-addressed store, hash-verified

624** Add a false to list of constants and return its index.
625*/
626static int boolF (FuncState *fs) {
627 TValue o;
628 setbfvalue(&o);
629 return addk(fs, &o, &o); /* use boolean itself as key */
630}
631
632
633/*

Callers 1

luaK_exp2KFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected