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.5.0/src/lapi.c:268–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
267
268
LUA_API void lua_pushvalue (lua_State *L, int idx) {
269
lua_lock(L);
270
setobj2s(L, L->top.p, index2value(L, idx));
271
api_incr_top(L);
272
lua_unlock(L);
273
}
274
275
276
Callers
15
luaB_error
Function · 0.70
luaB_pairs
Function · 0.70
luaB_ipairs
Function · 0.70
load_aux
Function · 0.70
generic_reader
Function · 0.70
finishpcall
Function · 0.70
luaB_xpcall
Function · 0.70
luaopen_base
Function · 0.70
math_min
Function · 0.70
math_max
Function · 0.70
str_dump
Function · 0.70
tonum
Function · 0.70
Calls
1
index2value
Function · 0.70
Tested by
no test coverage detected