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

Function fxCoderCreateTarget

xs/sources/xsCode.c:1243–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241}
1242
1243txTargetCode* fxCoderCreateTarget(txCoder* self)
1244{
1245 txTargetCode* result = fxNewParserChunkClear(self->parser, sizeof(txTargetCode));
1246 result->index = self->targetIndex++;
1247 result->environmentLevel = self->environmentLevel;
1248 result->scopeLevel = self->scopeLevel;
1249 result->stackLevel = self->stackLevel;
1250 return result;
1251}
1252
1253txTargetCode* fxCoderFinalizeTargets(txCoder* self, txTargetCode* alias, txInteger selector, txInteger* address, txTargetCode* finallyTarget)
1254{

Callers 15

fxCoderJumpTargetsFunction · 0.85
fxScopeCodeUsedFunction · 0.85
fxScopeCodeUsedReverseFunction · 0.85
fxScopeCodeUsingFunction · 0.85
fxAndExpressionNodeCodeFunction · 0.85
fxArrayNodeCodeFunction · 0.85
fxAwaitNodeCodeFunction · 0.85
fxBindingNodeCodeAssignFunction · 0.85
fxChainNodeCodeFunction · 0.85
fxChainNodeCodeThisFunction · 0.85

Calls 1

fxNewParserChunkClearFunction · 0.85

Tested by

no test coverage detected