| 484 | } |
| 485 | |
| 486 | void fxArrayCacheBegin(txMachine* the, txSlot* reference) |
| 487 | { |
| 488 | txSlot* array = reference->value.reference->next; |
| 489 | array->value.array.address = C_NULL; |
| 490 | array->value.array.length = 0; |
| 491 | } |
| 492 | |
| 493 | void fxArrayCacheEnd(txMachine* the, txSlot* reference) |
| 494 | { |
no outgoing calls
no test coverage detected