| 1258 | } |
| 1259 | |
| 1260 | void PiuText_end(xsMachine *the) |
| 1261 | { |
| 1262 | PiuText* self = PIU(Text, xsThis); |
| 1263 | if ((*self)->nodeOffset != -1) |
| 1264 | xsUnknownError("mismatch"); |
| 1265 | PiuTextEnd(self); |
| 1266 | } |
| 1267 | |
| 1268 | void PiuText_endBlock(xsMachine *the) |
| 1269 | { |
nothing calls this directly
no test coverage detected