| 1086 | } |
| 1087 | |
| 1088 | void PiuContent_set_fraction(xsMachine *the) |
| 1089 | { |
| 1090 | PiuContent* self = PIU(Content, xsThis); |
| 1091 | PiuContentSetFraction(self, xsToNumber(xsArg(0))); |
| 1092 | } |
| 1093 | |
| 1094 | void PiuContent_set_interval(xsMachine *the) |
| 1095 | { |
nothing calls this directly
no test coverage detected