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

Function fxNextTypeDispatchProperty

xs/sources/xsProperty.c:195–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195txSlot* fxNextTypeDispatchProperty(txMachine* the, txSlot* property, txTypeDispatch* dispatch, txTypeAtomics* atomics, txID id, txFlag flag)
196{
197 property = property->next = fxNewSlot(the);
198 property->flag = flag;
199 property->ID = id;
200 property->kind = XS_TYPED_ARRAY_KIND;
201 property->value.typedArray.dispatch = dispatch;
202 property->value.typedArray.atomics = atomics;
203 return property;
204}
205
206txSlot* fxQueueKey(txMachine* the, txID id, txIndex index, txSlot* keys)
207{

Callers 2

fxBuildDataViewFunction · 0.85
fxNewTypedArrayInstanceFunction · 0.85

Calls 1

fxNewSlotFunction · 0.85

Tested by

no test coverage detected