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

Function fxGo

xs/sources/xsDebug.c:2331–2338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2329}
2330
2331void fxGo(txMachine* the)
2332{
2333 txSlot* aSlot = the->frame;
2334 while (aSlot) {
2335 aSlot->flag &= ~(XS_STEP_INTO_FLAG | XS_STEP_OVER_FLAG);
2336 aSlot = aSlot->next;
2337 }
2338}
2339
2340void fxIndexToString(txMachine* the, txIndex theIndex, txString theBuffer, txSize theSize)
2341{

Callers 1

fxDebugPushTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected