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

Function fxArrayOwnKeys

xs/sources/xsArray.c:1094–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094void fxArrayOwnKeys(txMachine* the, txSlot* instance, txFlag flag, txSlot* keys)
1095{
1096 txSlot* property = instance->next;
1097 keys = fxQueueIndexKeys(the, property, flag, keys);
1098 if (flag & XS_EACH_NAME_FLAG)
1099 keys = fxQueueKey(the, mxID(_length), 0, keys);
1100 property = property->next;
1101 fxQueueIDKeys(the, property, flag, keys);
1102}
1103
1104txSlot* fxArraySetProperty(txMachine* the, txSlot* instance, txID id, txIndex index, txFlag flag)
1105{

Callers

nothing calls this directly

Calls 3

fxQueueIndexKeysFunction · 0.85
fxQueueKeyFunction · 0.85
fxQueueIDKeysFunction · 0.85

Tested by

no test coverage detected