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

Function fxDefineIndex

xs/sources/xsAPI.c:1172–1175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170}
1171
1172void fxDefineIndex(txMachine* the, txIndex index, txFlag flag, txFlag mask)
1173{
1174 fxDefineAll(the, the->stack, XS_NO_ID, index, flag, mask);
1175}
1176
1177void fxCall(txMachine* the)
1178{

Callers

nothing calls this directly

Calls 1

fxDefineAllFunction · 0.85

Tested by

no test coverage detected