| 243 | } |
| 244 | |
| 245 | void PiuDie_empty(xsMachine* the) |
| 246 | { |
| 247 | PiuDie* self = PIU(Die, xsThis); |
| 248 | if (!PiuRegionEmpty((*self)->work)) |
| 249 | xsErrorPrintf("region overflowed"); |
| 250 | xsResult = xsThis; |
| 251 | } |
| 252 | |
| 253 | void PiuDie_cut(xsMachine* the) |
| 254 | { |
nothing calls this directly
no test coverage detected