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

Function lua_pushnumber

Source/Misc/lua/src/lua.c:2278–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2276
2277
2278LUA_API void lua_pushnumber (lua_State *L, lua_Number n) {
2279lua_lock(L);
2280setnvalue(L->top, n);
2281api_incr_top(L);
2282lua_unlock(L);
2283}
2284
2285
2286LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) {

Calls

no outgoing calls

Tested by

no test coverage detected