| 138 | } |
| 139 | |
| 140 | txSlot* fxGetInstance(txMachine* the, txSlot* theSlot) |
| 141 | { |
| 142 | if (theSlot->kind == XS_REFERENCE_KIND) |
| 143 | return theSlot->value.reference; |
| 144 | return C_NULL; |
| 145 | } |
| 146 | |
| 147 | txSlot* fxGetPrototype(txMachine* the, txSlot* instance) |
| 148 | { |
no outgoing calls
no test coverage detected