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

Function fxThrow

xs/sources/xsAPI.c:1330–1336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328/* Exceptions */
1329
1330void fxThrow(txMachine* the, txString path, txInteger line)
1331{
1332#ifdef mxDebug
1333 fxDebugThrow(the, path, line, "C: xsThrow");
1334#endif
1335 fxJump(the);
1336}
1337
1338void fxThrowMessage(txMachine* the, txString path, txInteger line, txError error, txString format, ...)
1339{

Calls 2

fxDebugThrowFunction · 0.85
fxJumpFunction · 0.85

Tested by

no test coverage detected