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

Function fxEndHost

xs/sources/xsAPI.c:1927–1936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1925}
1926
1927void fxEndHost(txMachine* the)
1928{
1929 if (the->frame->next == C_NULL) {
1930 fxEndJob(the);
1931 }
1932 the->stack = the->frame + 4;
1933 the->scope = the->frame->value.frame.scope;
1934 the->code = the->frame->value.frame.code;
1935 the->frame = the->frame->next;
1936}
1937
1938void fxEndJob(txMachine* the)
1939{

Callers 15

fx_callbackTimerFunction · 0.85
fxRunImportFunction · 0.85
fxRunImportMetaFunction · 0.85
fxRunConstructorFunction · 0.85
fxRunDefineFunction · 0.85
fxRunDeleteFunction · 0.85
fxRunExtendsFunction · 0.85
fxRunForAwaitOfFunction · 0.85
fxRunForOfFunction · 0.85
fxRunHasFunction · 0.85
fxRunInFunction · 0.85
fxRunInstanceOfFunction · 0.85

Calls 1

fxEndJobFunction · 0.85

Tested by

no test coverage detected