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

Function fxCoderAddIndex

xs/sources/xsCode.c:1103–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103void fxCoderAddIndex(txCoder* self, txInteger delta, txInteger id, txInteger index)
1104{
1105 txIndexCode* code = fxNewParserChunkClear(self->parser, sizeof(txIndexCode));
1106 fxCoderAdd(self, delta, code);
1107 code->id = id;
1108 code->index = index;
1109}
1110
1111void fxCoderAddInteger(txCoder* self, txInteger delta, txInteger id, txInteger integer)
1112{

Callers 15

fxCoderAddLineFunction · 0.85
fxCoderAdjustScopeFunction · 0.85
fxCoderFinalizeTargetsFunction · 0.85
fxCoderJumpTargetsFunction · 0.85
fxScopeCodedFunction · 0.85
fxScopeCodedBodyFunction · 0.85
fxScopeCodingBlockFunction · 0.85
fxScopeCodingBodyFunction · 0.85
fxScopeCodingEvalFunction · 0.85
fxScopeCodingParamsFunction · 0.85

Calls 2

fxNewParserChunkClearFunction · 0.85
fxCoderAddFunction · 0.85

Tested by

no test coverage detected