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

Function lua_pcall

WebGLPlugins/xlua.c:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143#undef lua_pcall
144LUA_API int lua_pcall (lua_State *L, int nargs, int nresults, int errfunc) {
145 return lua_pcallk(L, nargs, nresults, errfunc, 0, NULL);
146}
147
148#undef lua_tonumber
149LUA_API lua_Number lua_tonumber (lua_State *L, int idx) {

Callers 11

docallFunction · 0.85
l_printFunction · 0.85
mainFunction · 0.85
xlua_pgettableFunction · 0.85
xlua_pgettable_bypathFunction · 0.85
xlua_psettableFunction · 0.85
xlua_psettable_bypathFunction · 0.85
xlua_getglobalFunction · 0.85
xlua_setglobalFunction · 0.85
mainFunction · 0.85
db_debugFunction · 0.85

Calls 1

lua_pcallkFunction · 0.85

Tested by

no test coverage detected