MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_error_worker

Function lua_error_worker

emmy_hook/src/emmy_hook.windows.cpp:88–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88int lua_error_worker(lua_State* L)
89{
90 typedef int (*dll_lua_error)(lua_State*);
91 EmmyFacade::Get().Attach(L);
92 LPVOID lp;
93 LhBarrierGetCallback(&lp);
94 const auto error = (dll_lua_error)lp;
95 // EmmyFacade::Get().BreakHere(L);
96 return error(L);
97}
98
99int lua_resume_worker_54(lua_State* L, lua_State* from, int nargs, int* nresults)
100{

Callers

nothing calls this directly

Calls 3

LhBarrierGetCallbackFunction · 0.85
errorFunction · 0.50
AttachMethod · 0.45

Tested by

no test coverage detected