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

Function fxDefineID

xs/sources/xsAPI.c:1167–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1165}
1166
1167void fxDefineID(txMachine* the, txID id, txFlag flag, txFlag mask)
1168{
1169 fxDefineAll(the, the->stack, id, 0, flag, mask);
1170}
1171
1172void fxDefineIndex(txMachine* the, txIndex index, txFlag flag, txFlag mask)
1173{

Callers 2

xsffi.cFile · 0.85
_xsDefineFunction · 0.85

Calls 1

fxDefineAllFunction · 0.85

Tested by

no test coverage detected