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

Function fxCoderAddByte

xs/sources/xsCode.c:1096–1101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094}
1095
1096void fxCoderAddByte(txCoder* self, txInteger delta, txInteger id)
1097{
1098 txByteCode* code = fxNewParserChunkClear(self->parser, sizeof(txByteCode));
1099 fxCoderAdd(self, delta, code);
1100 code->id = id;
1101}
1102
1103void fxCoderAddIndex(txCoder* self, txInteger delta, txInteger id, txInteger index)
1104{

Callers 15

fxParserCodeFunction · 0.85
fxCoderAdjustEnvironmentFunction · 0.85
fxCoderJumpTargetsFunction · 0.85
fxScopeCodedFunction · 0.85
fxScopeCodedBodyFunction · 0.85
fxScopeCodingBlockFunction · 0.85
fxScopeCodingBodyFunction · 0.85
fxScopeCodingEvalFunction · 0.85
fxScopeCodingParamsFunction · 0.85
fxScopeCodingProgramFunction · 0.85
fxScopeCodeResetFunction · 0.85

Calls 2

fxNewParserChunkClearFunction · 0.85
fxCoderAddFunction · 0.85

Tested by

no test coverage detected