Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ lua_insert
Function
lua_insert
WebGLPlugins/xlua.c:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
#undef lua_insert
127
LUA_API void lua_insert (lua_State *L, int idx) {
128
lua_rotate(L, idx, 1);
129
}
130
131
#undef lua_remove
132
LUA_API void lua_remove (lua_State *L, int idx) {
Callers
15
docall
Function · 0.85
multiline
Function · 0.85
l_print
Function · 0.85
load_aux
Function · 0.85
luaB_pcall
Function · 0.85
obj_indexer
Function · 0.85
obj_newindexer
Function · 0.85
cls_indexer
Function · 0.85
cls_newindexer
Function · 0.85
xlua_push_csharp_function
Function · 0.85
findfield
Function · 0.85
luaL_addvalue
Function · 0.85
Calls
1
lua_rotate
Function · 0.85
Tested by
no test coverage detected