MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / boolF

Function boolF

3rd/lua-5.4.3/src/lcode.c:607–611  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

605** Add a false to list of constants and return its index.
606*/
607static int boolF (FuncState *fs) {
608 TValue o;
609 setbfvalue(&o);
610 return addk(fs, &o, &o); /* use boolean itself as key */
611}
612
613
614/*

Callers 1

luaK_exp2KFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected