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

Function fxStringNodeCode

xs/sources/xsCode.c:4366–4374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4364}
4365
4366void fxStringNodeCode(void* it, void* param)
4367{
4368 txStringNode* self = it;
4369 txCoder* coder = param;
4370 txParser* parser = coder->parser;
4371 if (self->flags & mxStringErrorFlag)
4372 fxReportParserError(parser, self->line, "invalid escape sequence");
4373 fxCoderAddString(param, 1, XS_CODE_STRING_1, self->length, self->value);
4374}
4375
4376void fxSuperNodeCode(void* it, void* param)
4377{

Callers 1

Calls 2

fxReportParserErrorFunction · 0.85
fxCoderAddStringFunction · 0.85

Tested by

no test coverage detected