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

Function fxExitToHost

xs/sources/xsAPI.c:1947–1957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1945}
1946
1947void fxExitToHost(txMachine* the)
1948{
1949 txJump* jump = the->firstJump;
1950 while (jump->nextJump) {
1951 txJump* nextJump = jump->nextJump;
1952 if (jump->flag)
1953 c_free(jump);
1954 jump = nextJump;
1955 }
1956 c_longjmp(jump->buffer, 1);
1957}
1958
1959typedef struct {
1960 txMachine* machine;

Callers 3

fxAbortFunction · 0.85
fxAbortFunction · 0.85
fxAbortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected