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

Function fxCoderUseTemporaryVariable

xs/sources/xsCode.c:1367–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1365}
1366
1367txInteger fxCoderUseTemporaryVariable(txCoder* self)
1368{
1369 txInteger result = self->scopeLevel++;
1370 fxCoderAddIndex(self, 0, XS_CODE_NEW_TEMPORARY, result);
1371 return result;
1372}
1373
1374void fxCoderUnuseTemporaryVariables(txCoder* self, txInteger count)
1375{

Callers 13

fxScopeCodeUsingFunction · 0.85
fxArrayNodeCodeFunction · 0.85
fxClassNodeCodeFunction · 0.85
fxDelegateNodeCodeFunction · 0.85
fxForInForOfNodeCodeFunction · 0.85
fxObjectNodeCodeFunction · 0.85
fxParamsNodeCodeFunction · 0.85
fxSpreadNodeCodeFunction · 0.85
fxTemplateNodeCodeFunction · 0.85

Calls 1

fxCoderAddIndexFunction · 0.85

Tested by

no test coverage detected