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

Function fxAssignNodeBind

xs/sources/xsScope.c:932–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

930}
931
932void fxAssignNodeBind(void* it, void* param)
933{
934 txAssignNode* self = it;
935 txToken token = self->reference->description->token;
936 fxNodeDispatchBind(self->reference, param);
937 if ((token == XS_TOKEN_ACCESS) || (token == XS_TOKEN_ARG) || (token == XS_TOKEN_CONST) || (token == XS_TOKEN_LET) || (token == XS_TOKEN_USING) || (token == XS_TOKEN_VAR))
938 fxFunctionNodeRename(self->value, ((txAccessNode*)self->reference)->symbol);
939 fxNodeDispatchBind(self->value, param);
940}
941
942void fxBindingNodeBind(void* it, void* param)
943{

Callers

nothing calls this directly

Calls 2

fxNodeDispatchBindFunction · 0.85
fxFunctionNodeRenameFunction · 0.85

Tested by

no test coverage detected