| 684 | } |
| 685 | |
| 686 | void modInstrumentMachineReset(xsMachine *the) |
| 687 | { |
| 688 | the->garbageCollectionCount = 0; |
| 689 | the->stackPeak = the->stack; |
| 690 | the->peakParserSize = 0; |
| 691 | the->floatingPointOps = 0; |
| 692 | the->promisesSettledCount = 0; |
| 693 | } |
| 694 | |
| 695 | int32_t modInstrumentationSlotHeapSize(xsMachine *the) |
| 696 | { |
no outgoing calls
no test coverage detected