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

Function fxScopeCodeUsingStatement

xs/sources/xsCode.c:1933–1943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1931}
1932
1933void fxScopeCodeUsingStatement(txScope* self, txCoder* coder, txNode* statement)
1934{
1935 if (self->disposableNodeCount) {
1936 txUsingContext context;
1937 fxScopeCodeUsing(self, coder, &context);
1938 fxNodeDispatchCode(statement, coder);
1939 fxScopeCodeUsed(self, coder, &context);
1940 }
1941 else
1942 fxNodeDispatchCode(statement, coder);
1943}
1944
1945void fxNodeDispatchCode(void* it, void* param)
1946{

Callers 3

fxBlockNodeCodeFunction · 0.85
fxBodyNodeCodeFunction · 0.85
fxCatchNodeCodeFunction · 0.85

Calls 3

fxScopeCodeUsingFunction · 0.85
fxNodeDispatchCodeFunction · 0.85
fxScopeCodeUsedFunction · 0.85

Tested by

no test coverage detected