MCPcopy Create free account
hub / github.com/axmolengine/axmol / boolF

Function boolF

3rdparty/lua/plainlua/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.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected