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

Function fxPushSymbol

xs/sources/xsSyntaxical.c:687–692  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687void fxPushSymbol(txParser* parser, txSymbol* symbol)
688{
689 txNodeLink* node = fxNewParserChunkClear(parser, sizeof(txNodeLink));
690 node->symbol = symbol;
691 fxPushNode(parser, (txNode*)node);
692}
693
694void fxSwapNodes(txParser* parser)
695{

Callers 15

fxExportDeclarationFunction · 0.85
fxExportBindingFunction · 0.85
fxImportDeclarationFunction · 0.85
fxSpecifiersFunction · 0.85
fxWithAttributesFunction · 0.85
fxStatementFunction · 0.85
fxBreakStatementFunction · 0.85
fxContinueStatementFunction · 0.85
fxRelationalExpressionFunction · 0.85
fxCallExpressionFunction · 0.85
fxLiteralExpressionFunction · 0.85
fxClassExpressionFunction · 0.85

Calls 2

fxNewParserChunkClearFunction · 0.85
fxPushNodeFunction · 0.85

Tested by

no test coverage detected