| 1685 | |
| 1686 | |
| 1687 | static int getlabel (lua_State *L, int labelidx) { |
| 1688 | if (labelidx == 0) return 0; |
| 1689 | else return value2fenv(L, labelidx); |
| 1690 | } |
| 1691 | |
| 1692 | |
| 1693 | static int capture_aux (lua_State *L, int kind, int labelidx) { |
no test coverage detected