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

Function _xsSetAt

xs/sources/xsmc.c:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void _xsSetAt(txMachine *the, txSlot *self, txSlot *at , txSlot *v)
127{
128 mxOverflow(-3);
129 fxPush(*v);
130 fxPush(*self);
131 fxPush(*at);
132 fxSetAt(the);
133 mxPop();
134}
135
136void _xsSetIndex(txMachine *the, txSlot *self, txIndex index, txSlot *v)
137{

Callers

nothing calls this directly

Calls 1

fxSetAtFunction · 0.85

Tested by

no test coverage detected