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