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

Function lua_pushvalue

Source/Misc/lua/src/lua.c:2077–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2075
2076
2077LUA_API void lua_pushvalue (lua_State *L, int idx) {
2078lua_lock(L);
2079setobj2s(L, L->top, index2adr(L, idx));
2080api_incr_top(L);
2081lua_unlock(L);
2082}
2083
2084
2085

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected