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

Function fxCall

xs/sources/xsAPI.c:1177–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175}
1176
1177void fxCall(txMachine* the)
1178{
1179 // RESULT
1180 (--the->stack)->next = C_NULL;
1181 mxInitSlotKind(the->stack, XS_UNDEFINED_KIND);
1182 // FRAME
1183 (--the->stack)->next = C_NULL;
1184 mxInitSlotKind(the->stack, XS_UNINITIALIZED_KIND);
1185}
1186
1187void fxCallID(txMachine* the, txID theID)
1188{

Callers 4

PiuContent_delegateAuxFunction · 0.85
fxCallIDFunction · 0.85
fxCallFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected