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

Function luaK_numberK

third-party/lua-5.1.5/src/lcode.c:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256
257int luaK_numberK (FuncState *fs, lua_Number r) {
258 TValue o;
259 setnvalue(&o, r);
260 return addk(fs, &o, &o);
261}
262
263
264static int boolK (FuncState *fs, int b) {

Callers 3

fornumFunction · 0.70
discharge2regFunction · 0.70
luaK_exp2RKFunction · 0.70

Calls 1

addkFunction · 0.70

Tested by

no test coverage detected