| 143 | |
| 144 | |
| 145 | static int luaB_costatus (lua_State *L) { |
| 146 | lua_State *co = getco(L); |
| 147 | lua_pushstring(L, statname[auxstatus(L, co)]); |
| 148 | return 1; |
| 149 | } |
| 150 | |
| 151 | |
| 152 | static int luaB_yieldable (lua_State *L) { |
nothing calls this directly
no test coverage detected