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

Function fxJump

xs/sources/xsAll.c:303–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void fxJump(txMachine* the)
304{
305 txJump* aJump = the->firstJump;
306 c_longjmp(aJump->buffer, 1);
307}

Callers 15

_xsbug_module_Function · 0.85
fxLoadModulesFromFunction · 0.85
fxMapModuleDescriptorFunction · 0.85
fxAwaitImportFunction · 0.85
fxRunImportNowFunction · 0.85
fx_CompartmentFunction · 0.85
fx_MapFunction · 0.85
fx_SetFunction · 0.85
fx_WeakMapFunction · 0.85
fx_WeakSetFunction · 0.85
fxGroupByFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected