Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ lua_remove
Function
lua_remove
WebGLPlugins/xlua.c:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
131
#undef lua_remove
132
LUA_API void lua_remove (lua_State *L, int idx) {
133
lua_rotate(L, idx, -1);
134
lua_pop(L, 1);
135
}
136
137
#undef lua_replace
138
LUA_API void lua_replace (lua_State *L, int idx) {
Callers
15
docall
Function · 0.85
addreturn
Function · 0.85
loadline
Function · 0.85
pushargs
Function · 0.85
luaB_assert
Function · 0.85
add_s
Function · 0.85
xlua_getloaders
Function · 0.85
xlua_getref_indirect
Function · 0.85
xlua_pgettable
Function · 0.85
c_lua_gettable_bypath
Function · 0.85
xlua_psettable
Function · 0.85
c_lua_settable_bypath
Function · 0.85
Calls
1
lua_rotate
Function · 0.85
Tested by
no test coverage detected