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

Function load_error_func

WebGLPlugins/xlua.c:662–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662LUA_API int load_error_func(lua_State *L, int ref) {
663 lua_rawgeti(L, LUA_REGISTRYINDEX, ref);
664 return lua_gettop(L);
665}
666
667LUA_API int pcall_prepare(lua_State *L, int error_func_ref, int func_ref) {
668 lua_rawgeti(L, LUA_REGISTRYINDEX, error_func_ref);

Callers

nothing calls this directly

Calls 2

lua_rawgetiFunction · 0.85
lua_gettopFunction · 0.85

Tested by

no test coverage detected