Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
void fxJump(txMachine* the)
304
{
305
txJump* aJump = the->firstJump;
306
c_longjmp(aJump->buffer, 1);
307
}
Callers
15
_xsbug_module_
Function · 0.85
fxLoadModulesFrom
Function · 0.85
fxMapModuleDescriptor
Function · 0.85
fxAwaitImport
Function · 0.85
fxRunImportNow
Function · 0.85
fx_Compartment
Function · 0.85
fx_Map
Function · 0.85
fx_Set
Function · 0.85
fx_WeakMap
Function · 0.85
fx_WeakSet
Function · 0.85
fx_FinalizationRegistryCleanup
Function · 0.85
fxGroupBy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected