| 11448 | |
| 11449 | |
| 11450 | static int luaB_cowrap (lua_State *L) { |
| 11451 | luaB_cocreate(L); |
| 11452 | lua_pushcclosure(L, luaB_auxwrap, 1); |
| 11453 | return 1; |
| 11454 | } |
| 11455 | |
| 11456 | |
| 11457 | static int luaB_yield (lua_State *L) { |
nothing calls this directly
no test coverage detected