MCPcopy Create free account
hub / github.com/axmolengine/axmol / lua_pushvalue

Function lua_pushvalue

3rdparty/lua/plainlua/lapi.c:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269
270LUA_API void lua_pushvalue (lua_State *L, int idx) {
271 lua_lock(L);
272 setobj2s(L, L->top.p, index2value(L, idx));
273 api_incr_top(L);
274 lua_unlock(L);
275}
276
277
278

Callers 15

getMethod · 0.85
compat53_call_luaFunction · 0.85
lua_arithFunction · 0.85
lua_compareFunction · 0.85
lua_copyFunction · 0.85
luaL_getsubtableFunction · 0.85
luaL_setfuncsFunction · 0.85
compat53_reverseFunction · 0.85
luaL_tolstringFunction · 0.85
luaL_requirefFunction · 0.85
pushMethod · 0.85

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected