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

Function fxAccessNodeNew

xs/sources/xsTree.c:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262txAccessNode* fxAccessNodeNew(txParser* parser, txToken token, txSymbol* symbol)
263{
264 txAccessNode* node = fxNewParserChunkClear(parser, sizeof(txAccessNode));
265 node->description = &gxTokenDescriptions[token];
266 node->symbol = symbol;
267 return node;
268}
269
270txDeclareNode* fxDeclareNodeNew(txParser* parser, txToken token, txSymbol* symbol)
271{

Callers 3

fxClassNodeHoistFunction · 0.85
fxExportNodeBindFunction · 0.85
fxSuperNodeBindFunction · 0.85

Calls 1

fxNewParserChunkClearFunction · 0.85

Tested by

no test coverage detected