Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ fx_SyntaxError
Function
fx_SyntaxError
xs/sources/xsError.c:393–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
void fx_SyntaxError(txMachine* the)
394
{
395
fx_Error_aux(the, XS_SYNTAX_ERROR, 0);
396
}
397
398
void fx_TypeError(txMachine* the)
399
{
Callers
nothing calls this directly
Calls
1
fx_Error_aux
Function · 0.85
Tested by
no test coverage detected