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

Function fxCoderAddInteger

xs/sources/xsCode.c:1111–1117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111void fxCoderAddInteger(txCoder* self, txInteger delta, txInteger id, txInteger integer)
1112{
1113 txIntegerCode* code = fxNewParserChunkClear(self->parser, sizeof(txIntegerCode));
1114 fxCoderAdd(self, delta, code);
1115 code->id = id;
1116 code->integer = integer;
1117}
1118
1119void fxCoderAddLine(txCoder* self, txInteger delta, txInteger id, txNode* node)
1120{

Callers 15

fxParserCodeFunction · 0.85
fxCoderFinalizeTargetsFunction · 0.85
fxCoderJumpTargetsFunction · 0.85
fxScopeCodeUsedFunction · 0.85
fxScopeCodeUsedReverseFunction · 0.85
fxArrayNodeCodeFunction · 0.85
fxClassNodeCodeFunction · 0.85
fxDelegateNodeCodeFunction · 0.85
fxFieldNodeCodeFunction · 0.85
fxForInForOfNodeCodeFunction · 0.85

Calls 2

fxNewParserChunkClearFunction · 0.85
fxCoderAddFunction · 0.85

Tested by

no test coverage detected