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

Function fxDeleteAll

xs/sources/xsAPI.c:1116–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1114}
1115
1116void fxDeleteAll(txMachine* the, txSlot* stack, txID id, txIndex index)
1117{
1118 txSlot* instance = fxToInstance(the, stack);
1119 if (!mxBehaviorDeleteProperty(the, instance, id, index))
1120 mxDebugID(XS_TYPE_ERROR, "delete %s: not configurable", id);
1121 the->stack = stack;
1122}
1123
1124void fxDeleteAt(txMachine* the)
1125{

Callers 3

fxDeleteAtFunction · 0.85
fxDeleteIDFunction · 0.85
fxDeleteIndexFunction · 0.85

Calls 1

fxToInstanceFunction · 0.85

Tested by

no test coverage detected