Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danomatika/ofxLua
/ lua_pushvalue
Function
lua_pushvalue
libs/lua/lapi.c:270–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
269
270
LUA_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
readVectorHelper
Method · 0.85
clearTable
Method · 0.85
printTable
Method · 0.85
writeTable
Method · 0.85
SWIG_Lua_elua_emulate_register
Function · 0.85
SWIG_Lua_emulate_elua_getmetatable
Function · 0.85
SWIG_Lua_namespace_get
Function · 0.85
SWIG_Lua_namespace_set
Function · 0.85
SWIG_Lua_namespace_register
Function · 0.85
SWIG_Lua_iterate_bases
Function · 0.85
SWIG_Lua_class_do_get_item
Function · 0.85
SWIG_Lua_class_do_get
Function · 0.85
Calls
1
index2value
Function · 0.85
Tested by
no test coverage detected