MCPcopy 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
383void fx_RangeError(txMachine* the)
384{
385 fx_Error_aux(the, XS_RANGE_ERROR, 0);
386}
387
388void fx_ReferenceError(txMachine* the)
389{

Callers

nothing calls this directly

Calls 1

fx_Error_auxFunction · 0.85

Tested by

no test coverage detected