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

Function espInstrumentMachineReset

xs/platforms/qca4020/xsHost.c:825–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825void espInstrumentMachineReset(txMachine *the)
826{
827 the->garbageCollectionCount = 0;
828 the->stackPeak = the->stack;
829 the->peakParserSize = 0;
830 the->floatingPointOps = 0;
831}
832#endif
833
834/*

Callers 1

espSampleInstrumentationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected