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

Function boolK

third-party/lua-5.2.4/src/lcode.c:343–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342
343static int boolK (FuncState *fs, int b) {
344 TValue o;
345 setbvalue(&o, b);
346 return addk(fs, &o, &o);
347}
348
349
350static int nilK (FuncState *fs) {

Callers 1

luaK_exp2RKFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected