Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fx_EvalError
Function
fx_EvalError
xs/sources/xsError.c:378–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
void fx_EvalError(txMachine* the)
379
{
380
fx_Error_aux(the, XS_EVAL_ERROR, 0);
381
}
382
383
void fx_RangeError(txMachine* the)
384
{
Callers
nothing calls this directly
Calls
1
fx_Error_aux
Function · 0.85
Tested by
no test coverage detected