MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaK_numberK

Function luaK_numberK

Source/Misc/lua/src/lua.c:3926–3930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3924
3925
3926int luaK_numberK (FuncState *fs, lua_Number r) {
3927TValue o;
3928setnvalue(&o, r);
3929return addk(fs, &o, &o);
3930}
3931
3932
3933static int boolK (FuncState *fs, int b) {

Callers 3

discharge2regFunction · 0.85
luaK_exp2RKFunction · 0.85
fornumFunction · 0.85

Calls 1

addkFunction · 0.85

Tested by

no test coverage detected