Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
817
LUALIB_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
824
typedef struct {
825
int fake_id;
Callers
1
lua_error
Method · 0.85
Calls
2
lua_pushboolean
Function · 0.85
lua_replace
Function · 0.85
Tested by
no test coverage detected