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

Function fxNextNullProperty

xs/sources/xsProperty.c:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102txSlot* fxNextNullProperty(txMachine* the, txSlot* property, txID id, txFlag flag)
103{
104 property = property->next = fxNewSlot(the);
105 property->flag = flag;
106 property->ID = id;
107 property->kind = XS_NULL_KIND;
108 return property;
109}
110
111txSlot* fxNextBooleanProperty(txMachine* the, txSlot* property, txBoolean boolean, txID id, txFlag flag)
112{

Callers 9

fxNewModuleFunction · 0.85
fxPrepareTransferFunction · 0.85
fxNewModuleStuffInstanceFunction · 0.85
fxNewDataViewInstanceFunction · 0.85
fxNewTypedArrayInstanceFunction · 0.85

Calls 1

fxNewSlotFunction · 0.85

Tested by

no test coverage detected