| 97 | } |
| 98 | |
| 99 | int lua_resume_worker_54(lua_State* L, lua_State* from, int nargs, int* nresults) |
| 100 | { |
| 101 | LPVOID lp; |
| 102 | LhBarrierGetCallback(&lp); |
| 103 | const auto luaResume = (_lua_resume_54)lp; |
| 104 | EmmyFacade::Get().Attach(L); |
| 105 | return luaResume(L, from, nargs, nresults); |
| 106 | } |
| 107 | |
| 108 | int lua_resume_worker_53_52(lua_State* L, lua_State* from, int nargs) |
| 109 | { |
nothing calls this directly
no test coverage detected