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

Function fxNextHostFunctionProperty

xs/tools/xslSlot.c:591–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589}
590
591txSlot* fxNextHostFunctionProperty(txMachine* the, txSlot* property, txCallback call, txInteger length, txID id, txFlag flag)
592{
593 property = property->next = fxNewSlot(the);
594 property->flag = flag;
595 property->ID = id;
596 fxSetHostFunctionProperty(the, property, call, length, id);
597 return property;
598}
599
600void fxPetrifyInstance(txMachine* the, txSlot* instance)
601{

Callers 3

fxBuildAgentFunction · 0.70
fx_agent_start_auxFunction · 0.70
_262_agent_start_auxFunction · 0.50

Calls 2

fxNewSlotFunction · 0.85

Tested by

no test coverage detected