| 4565 | } |
| 4566 | |
| 4567 | void fxRunDerived(txMachine* the) |
| 4568 | { |
| 4569 | txSlot* slot; |
| 4570 | if (!mxHasTarget) |
| 4571 | mxTypeError("call: class"); |
| 4572 | slot = fxNewSlot(the); |
| 4573 | slot->kind = XS_UNINITIALIZED_KIND; |
| 4574 | mxPushClosure(slot); |
| 4575 | mxPullSlot(mxThis); |
| 4576 | } |
| 4577 | |
| 4578 | void fxRunExtends(txMachine* the) |
| 4579 | { |