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

Function boolT

third-party/lua-5.5.0/src/lcode.c:655–659  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

653** Add a true to list of constants and return its index.
654*/
655static int boolT (FuncState *fs) {
656 TValue o;
657 setbtvalue(&o);
658 return k2proto(fs, &o, &o); /* use boolean itself as key */
659}
660
661
662/*

Callers 1

luaK_exp2KFunction · 0.70

Calls 1

k2protoFunction · 0.85

Tested by

no test coverage detected