| 76 | } |
| 77 | |
| 78 | txSlot* fxNewSymbolInstance(txMachine* the) |
| 79 | { |
| 80 | txSlot* instance; |
| 81 | instance = fxNewObjectInstance(the); |
| 82 | fxNextSymbolProperty(the, instance, XS_NO_ID, XS_NO_ID, XS_INTERNAL_FLAG); |
| 83 | return instance; |
| 84 | } |
| 85 | |
| 86 | void fx_Symbol(txMachine* the) |
| 87 | { |
no test coverage detected