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

Function fxForInForOfNodeHoist

xs/sources/xsScope.c:705–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703}
704
705void fxForInForOfNodeHoist(void* it, void* param)
706{
707 txForInForOfNode* self = it;
708 self->scope = fxScopeNew(param, it, XS_TOKEN_BLOCK);
709 fxNodeDispatchHoist(self->reference, param);
710 fxNodeDispatchHoist(self->expression, param);
711 fxNodeDispatchHoist(self->statement, param);
712 fxScopeHoisted(self->scope, param);
713}
714
715void fxFunctionNodeHoist(void* it, void* param)
716{

Callers

nothing calls this directly

Calls 3

fxScopeNewFunction · 0.85
fxNodeDispatchHoistFunction · 0.85
fxScopeHoistedFunction · 0.85

Tested by

no test coverage detected