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

Function fxNextReferenceProperty

xs/sources/xsProperty.c:141–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141txSlot* fxNextReferenceProperty(txMachine* the, txSlot* property, txSlot* slot, txID id, txFlag flag)
142{
143 property = property->next = fxNewSlot(the);
144 property->flag = flag;
145 property->ID = id;
146 property->kind = XS_REFERENCE_KIND;
147 property->value.reference = slot;
148 return property;
149}
150
151txSlot* fxNextSlotProperty(txMachine* the, txSlot* property, txSlot* slot, txID id, txFlag flag)
152{

Callers 5

fxNewModuleStuffInstanceFunction · 0.85
fx_Iterator_concatFunction · 0.85
fxNewRealmInstanceFunction · 0.85
fxCombinePromisesFunction · 0.85

Calls 1

fxNewSlotFunction · 0.85

Tested by

no test coverage detected