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