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

Function fxDebuggerStatement

xs/sources/xsSyntaxical.c:1478–1483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476}
1477
1478void fxDebuggerStatement(txParser* parser)
1479{
1480 txInteger aLine = parser->states[0].line;
1481 fxMatchToken(parser, XS_TOKEN_DEBUGGER);
1482 fxPushNodeStruct(parser, 0, XS_TOKEN_DEBUGGER, aLine);
1483}
1484
1485void fxDoStatement(txParser* parser)
1486{

Callers 1

fxStatementFunction · 0.85

Calls 2

fxMatchTokenFunction · 0.85
fxPushNodeStructFunction · 0.85

Tested by

no test coverage detected