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

Function fxRunForOf

xs/sources/xsRun.c:4667–4673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4665}
4666
4667void fxRunForOf(txMachine* the)
4668{
4669 txSlot* slot = the->stack;
4670 fxBeginHost(the);
4671 fxGetIterator(the, slot, slot, C_NULL, 0);
4672 fxEndHost(the);
4673}
4674
4675txBoolean fxRunHas(txMachine* the, txSlot* instance, txID id, txIndex index)
4676{

Callers 1

xsRun.cFile · 0.85

Calls 3

fxBeginHostFunction · 0.85
fxGetIteratorFunction · 0.85
fxEndHostFunction · 0.85

Tested by

no test coverage detected