| 25127 | } |
| 25128 | |
| 25129 | lua_State* thread_state() const { |
| 25130 | auto pp = stack::push_pop(*this); |
| 25131 | lua_State* lthread = lua_tothread(lua_state(), -1); |
| 25132 | return lthread; |
| 25133 | } |
| 25134 | |
| 25135 | thread_status status() const { |
| 25136 | lua_State* lthread = thread_state(); |
no test coverage detected