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

Function xlua_csharp_error

WebGLPlugins/xlua.c:817–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

815}
816
817LUALIB_API int xlua_csharp_error(lua_State* L)
818{
819 lua_pushboolean(L, 1);
820 lua_replace(L, lua_upvalueindex(2));
821 return 1;
822}
823
824typedef struct {
825 int fake_id;

Callers 1

lua_errorMethod · 0.85

Calls 2

lua_pushbooleanFunction · 0.85
lua_replaceFunction · 0.85

Tested by

no test coverage detected