| 78 | } |
| 79 | |
| 80 | txSlot* fxNewNumberInstance(txMachine* the) |
| 81 | { |
| 82 | txSlot* instance; |
| 83 | instance = fxNewObjectInstance(the); |
| 84 | fxNextNumberProperty(the, instance, 0, XS_NO_ID, XS_INTERNAL_FLAG); |
| 85 | return instance; |
| 86 | } |
| 87 | |
| 88 | void fxNumberCoerce(txMachine* the, txSlot* slot) |
| 89 | { |
no test coverage detected