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

Function if

xs/sources/xsSyntaxical.c:1558–1560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556 }
1557#endif
1558 else if (parser->states[0].token == XS_TOKEN_VAR) {
1559 fxVariableStatement(parser, XS_TOKEN_VAR, 0);
1560 }
1561 else {
1562 fxCommaExpression(parser);
1563 expressionFlag = 1;

Callers

nothing calls this directly

Calls 1

fxVariableStatementFunction · 0.85

Tested by

no test coverage detected