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

Function fx_Error

xs/sources/xsError.c:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void fx_Error(txMachine* the)
253{
254 fx_Error_aux(the, XS_UNKNOWN_ERROR, 0);
255}
256
257void fx_Error_isError(txMachine* the)
258{

Callers

nothing calls this directly

Calls 1

fx_Error_auxFunction · 0.85

Tested by

no test coverage detected