MCPcopy Create free account
hub / github.com/Tencent/xLua / lua_replace

Function lua_replace

WebGLPlugins/xlua.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137#undef lua_replace
138LUA_API void lua_replace (lua_State *L, int idx) {
139 lua_copy(L, -1, idx);
140 lua_pop(L, 1);
141}
142
143#undef lua_pcall
144LUA_API int lua_pcall (lua_State *L, int nargs, int nresults, int errfunc) {

Callers 10

generic_readerFunction · 0.85
obj_indexerFunction · 0.85
obj_newindexerFunction · 0.85
cls_indexerFunction · 0.85
cls_newindexerFunction · 0.85
csharp_function_wrapFunction · 0.85
xlua_csharp_str_errorFunction · 0.85
xlua_csharp_errorFunction · 0.85
io_linesFunction · 0.85

Calls 1

lua_copyFunction · 0.85

Tested by

no test coverage detected