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

Function fxPushNULL

xs/sources/xsSyntaxical.c:646–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646void fxPushNULL(txParser* parser)
647{
648 txNodeLink* node = fxNewParserChunkClear(parser, sizeof(txNodeLink));
649 fxPushNode(parser, (txNode*)node);
650}
651
652void fxPushNumberNode(txParser* parser, txNumber value, txInteger line)
653{

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
fxDoStatementFunction · 0.85
fxForStatementFunction · 0.85
xsSyntaxical.cFile · 0.85
fxIfStatementFunction · 0.85

Calls 2

fxNewParserChunkClearFunction · 0.85
fxPushNodeFunction · 0.85

Tested by

no test coverage detected