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

Function fxNewParserChunkClear

xs/sources/xsScript.c:205–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void* fxNewParserChunkClear(txParser* parser, txSize size)
206{
207 void* result = fxNewParserChunk(parser, size);
208 c_memset(result, 0, size);
209 return result;
210}
211
212txString fxNewParserString(txParser* parser, txString buffer, txSize size)
213{

Callers 15

fxInitializeParserFunction · 0.85
fxPushNodeStructFunction · 0.85
fxPushNULLFunction · 0.85
fxPushSymbolFunction · 0.85
fxAccessNodeNewFunction · 0.85
fxDeclareNodeNewFunction · 0.85
fxDefineNodeNewFunction · 0.85
fxFieldNodeNewFunction · 0.85
fxSpecifierNodeNewFunction · 0.85
fxValueNodeNewFunction · 0.85
fxLabelNodeNewFunction · 0.85
fxParserSourceMapFunction · 0.85

Calls 1

fxNewParserChunkFunction · 0.85

Tested by

no test coverage detected