| 262 | } |
| 263 | |
| 264 | void PiuFontListNew(xsMachine* the) |
| 265 | { |
| 266 | PiuFontList* self; |
| 267 | xsResult = xsNewHostObject(NULL); |
| 268 | xsSetHostChunk(xsResult, NULL, sizeof(PiuFontListRecord)); |
| 269 | self = PIU(FontList, xsResult); |
| 270 | (*self)->reference = xsToReference(xsResult); |
| 271 | xsSetHostHooks(xsResult, &PiuFontListHooks); |
| 272 | } |
no outgoing calls
no test coverage detected