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

Function fx_ReferenceError

xs/sources/xsError.c:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void fx_ReferenceError(txMachine* the)
389{
390 fx_Error_aux(the, XS_REFERENCE_ERROR, 0);
391}
392
393void fx_SyntaxError(txMachine* the)
394{

Callers

nothing calls this directly

Calls 1

fx_Error_auxFunction · 0.85

Tested by

no test coverage detected