Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ lua_pushvalue
Function
lua_pushvalue
third-party/lua-5.2.4/src/lapi.c:235–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
234
235
LUA_API void lua_pushvalue (lua_State *L, int idx) {
236
lua_lock(L);
237
setobj2s(L, L->top, index2addr(L, idx));
238
api_incr_top(L);
239
lua_unlock(L);
240
}
241
242
243
Callers
15
luaB_print
Function · 0.70
luaB_error
Function · 0.70
pairsmeta
Function · 0.70
load_aux
Function · 0.70
generic_reader
Function · 0.70
luaB_xpcall
Function · 0.70
add_value
Function · 0.70
createmetatable
Function · 0.70
luaL_newmetatable
Function · 0.70
luaL_callmeta
Function · 0.70
luaL_tolstring
Function · 0.70
luaL_findtable
Function · 0.70
Calls
1
index2addr
Function · 0.70
Tested by
no test coverage detected