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

Function fxPushNode

xs/sources/xsSyntaxical.c:557–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557void fxPushNode(txParser* parser, txNode* node)
558{
559 node->next = parser->root;
560 parser->root = (txNode*)node;
561 parser->nodeCount++;
562}
563
564void fxPushBigIntNode(txParser* parser, txBigInt* value, txInteger line)
565{

Callers 15

fxPushBigIntNodeFunction · 0.85
fxPushIntegerNodeFunction · 0.85
fxPushNodeStructFunction · 0.85
fxPushNodeListFunction · 0.85
fxPushNULLFunction · 0.85
fxPushNumberNodeFunction · 0.85
fxPushRawNodeFunction · 0.85
fxPushStringNodeFunction · 0.85
fxPushSymbolFunction · 0.85
fxExportDeclarationFunction · 0.85
fxStatementFunction · 0.85
fxClassExpressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected