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

Function boolT

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

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

Source from the content-addressed store, hash-verified

634** Add a true to list of constants and return its index.
635*/
636static int boolT (FuncState *fs) {
637 TValue o;
638 setbtvalue(&o);
639 return addk(fs, &o, &o); /* use boolean itself as key */
640}
641
642
643/*

Callers 1

luaK_exp2KFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected