| 1238 | } |
| 1239 | |
| 1240 | void PiuContent_set_time(xsMachine *the) |
| 1241 | { |
| 1242 | PiuContent* self = PIU(Content, xsThis); |
| 1243 | PiuContentSetTime(self, xsToNumber(xsArg(0))); |
| 1244 | } |
| 1245 | |
| 1246 | void PiuContent_set_variant(xsMachine *the) |
| 1247 | { |
nothing calls this directly
no test coverage detected