| 106 | } |
| 107 | |
| 108 | int lua_resume_worker_53_52(lua_State* L, lua_State* from, int nargs) |
| 109 | { |
| 110 | LPVOID lp; |
| 111 | LhBarrierGetCallback(&lp); |
| 112 | const auto luaResume = (_lua_resume_53_52)lp; |
| 113 | EmmyFacade::Get().Attach(L); |
| 114 | return luaResume(L, from, nargs); |
| 115 | } |
| 116 | |
| 117 | int lua_resume_worker_51(lua_State* L, int nargs) |
| 118 | { |
nothing calls this directly
no test coverage detected