MCPcopy Create free account
hub / github.com/crownengine/crown / lua_pushvalue

Function lua_pushvalue

3rdparty/luajit/src/lj_api.c:209–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209LUA_API void lua_pushvalue(lua_State *L, int idx)
210{
211 copyTV(L, L->top, index2adr(L, idx));
212 incr_top(L);
213}
214
215/* -- Stack getters ------------------------------------------------------- */
216

Callers 15

add_valueFunction · 0.70
treatstackoptionFunction · 0.70
lib_debug.cFile · 0.70
lib_base.cFile · 0.70
sort_compFunction · 0.70
auxsortFunction · 0.70
loadjitmoduleFunction · 0.70
dojitcmdFunction · 0.70
lib_jit.cFile · 0.70
luaL_findtableFunction · 0.70
luaL_pushmoduleFunction · 0.70
luaL_setfuncsFunction · 0.70

Calls 2

copyTVFunction · 0.85
index2adrFunction · 0.70

Tested by

no test coverage detected