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

Function fxRunDelete

xs/sources/xsRun.c:4557–4565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4555
4556
4557txBoolean fxRunDelete(txMachine* the, txSlot* instance, txID id, txIndex index)
4558{
4559 txBoolean result;
4560 fxBeginHost(the);
4561 mxCheck(the, instance->kind == XS_INSTANCE_KIND);
4562 result = mxBehaviorDeleteProperty(the, instance, id, index);
4563 fxEndHost(the);
4564 return result;
4565}
4566
4567void fxRunDerived(txMachine* the)
4568{

Callers 1

fxRunIDFunction · 0.85

Calls 2

fxBeginHostFunction · 0.85
fxEndHostFunction · 0.85

Tested by

no test coverage detected