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

Function fxPopNode

xs/sources/xsSyntaxical.c:548–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548txNode* fxPopNode(txParser* parser)
549{
550 txNode* node = parser->root;
551 parser->root = node->next;
552 node->next = NULL;
553 parser->nodeCount--;
554 return node;
555}
556
557void fxPushNode(txParser* parser, txNode* node)
558{

Callers 10

fxExportDeclarationFunction · 0.85
fxStatementFunction · 0.85
fxCallExpressionFunction · 0.85
fxClassExpressionFunction · 0.85
fxBindingFromExpressionFunction · 0.85
fxCheckNativeConstructorFunction · 0.85
fxCheckNativeFunctionFunction · 0.85
fxJSXElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected