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

Function fxNextStringProperty

xs/sources/xsProperty.c:161–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161txSlot* fxNextStringProperty(txMachine* the, txSlot* property, txString string, txID id, txFlag flag)
162{
163 property = property->next = fxNewSlot(the);
164 property->flag = flag;
165 property->ID = id;
166 fxCopyStringC(the, property, string);
167 return property;
168}
169
170txSlot* fxNextStringXProperty(txMachine* the, txSlot* property, txString string, txID id, txFlag flag)
171{

Callers 3

fxPushModuleOptionsFunction · 0.85
fxThrowMessageFunction · 0.85

Calls 2

fxNewSlotFunction · 0.85
fxCopyStringCFunction · 0.85

Tested by

no test coverage detected