| 663 | } |
| 664 | |
| 665 | void fxStripClass(txLinker* linker, txMachine* the, txSlot* slot) |
| 666 | { |
| 667 | mxPushSlot(slot); |
| 668 | fxStripInstance(linker, the, the->stack->value.reference); |
| 669 | mxGetID(mxID(_prototype)); |
| 670 | fxStripInstance(linker, the, the->stack->value.reference); |
| 671 | mxPop(); |
| 672 | } |
| 673 | |
| 674 | void fxStripDefaults(txLinker* linker, FILE* file) |
| 675 | { |
no test coverage detected