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

Function fxNextSlotProperty

xs/sources/xsProperty.c:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151txSlot* fxNextSlotProperty(txMachine* the, txSlot* property, txSlot* slot, txID id, txFlag flag)
152{
153 property = property->next = fxNewSlot(the);
154 property->flag = flag;
155 property->ID = id;
156 property->kind = slot->kind;
157 property->value = slot->value;
158 return property;
159}
160
161txSlot* fxNextStringProperty(txMachine* the, txSlot* property, txString string, txID id, txFlag flag)
162{

Callers 15

_262_agent_start_auxFunction · 0.85
fxNewFunctionNameFunction · 0.85
fxBuildAgentFunction · 0.85
fx_agent_start_auxFunction · 0.85
mainFunction · 0.85
fxPushModuleOptionsFunction · 0.85
fxMapModuleDescriptorFunction · 0.85
fxPrepareModuleFunction · 0.85
fxPrepareTransferFunction · 0.85
fxRunImportFunction · 0.85

Calls 1

fxNewSlotFunction · 0.85

Tested by

no test coverage detected