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

Function fxEndJob

xs/sources/xsAPI.c:1938–1945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1936}
1937
1938void fxEndJob(txMachine* the)
1939{
1940 if (gxDefaults.cleanupFinalizationRegistries)
1941 gxDefaults.cleanupFinalizationRegistries(the);
1942 if (mxDuringJobs.kind == XS_REFERENCE_KIND)
1943 mxDuringJobs.value.reference->next = C_NULL;
1944 fxCheckUnhandledRejections(the, 0);
1945}
1946
1947void fxExitToHost(txMachine* the)
1948{

Callers 2

fxRunLoopFunction · 0.85
fxEndHostFunction · 0.85

Calls 1

Tested by

no test coverage detected