MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaK_numberK

Function luaK_numberK

ThirdParty/lua/lua/lcode.c:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357
358
359static int luaK_numberK (FuncState *fs, lua_Number r) {
360 TValue o;
361 setfltvalue(&o, r);
362 return addk(fs, &o, &o);
363}
364
365
366static int boolK (FuncState *fs, int b) {

Callers 2

discharge2regFunction · 0.85
luaK_exp2RKFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected