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

Function fxPushIndexNode

xs/sources/xsSyntaxical.c:575–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void fxPushIndexNode(txParser* parser, txIndex value, txInteger line)
576{
577 if (((txInteger)value) >= 0)
578 fxPushIntegerNode(parser, (txInteger)value, line);
579 else
580 fxPushNumberNode(parser, value, line);
581}
582
583void fxPushIntegerNode(txParser* parser, txInteger value, txInteger line)
584{

Callers 2

fxPropertyNameFunction · 0.85
fxObjectBindingFunction · 0.85

Calls 2

fxPushIntegerNodeFunction · 0.85
fxPushNumberNodeFunction · 0.85

Tested by

no test coverage detected