MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / modInstrumentMachineReset

Function modInstrumentMachineReset

xs/platforms/mc/xsHosts.c:686–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686void 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
695int32_t modInstrumentationSlotHeapSize(xsMachine *the)
696{

Callers 6

espSampleInstrumentationFunction · 0.85
espSampleInstrumentationFunction · 0.85
espSampleInstrumentationFunction · 0.85
espSampleInstrumentationFunction · 0.85
espSampleInstrumentationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected