| 1936 | } |
| 1937 | |
| 1938 | void 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 | |
| 1947 | void fxExitToHost(txMachine* the) |
| 1948 | { |
no test coverage detected