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

Function fxDeleteIndex

xs/sources/xsAPI.c:1135–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133}
1134
1135void fxDeleteIndex(txMachine* the, txIndex index)
1136{
1137 fxDeleteAll(the, the->stack, XS_NO_ID, index);
1138}
1139
1140void fxDefineAll(txMachine* the, txSlot* stack, txID id, txIndex index, txFlag flag, txFlag mask)
1141{

Callers

nothing calls this directly

Calls 1

fxDeleteAllFunction · 0.85

Tested by

no test coverage detected