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

Function fxDefineAt

xs/sources/xsAPI.c:1161–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1159}
1160
1161void fxDefineAt(txMachine* the, txFlag flag, txFlag mask)
1162{
1163 txSlot* at = fxAt(the, the->stack);
1164 fxDefineAll(the, the->stack + 1, at->value.at.id, at->value.at.index, flag, mask);
1165}
1166
1167void fxDefineID(txMachine* the, txID id, txFlag flag, txFlag mask)
1168{

Callers

nothing calls this directly

Calls 2

fxAtFunction · 0.85
fxDefineAllFunction · 0.85

Tested by

no test coverage detected