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

Function fxPrivateMemberNodeBind

xs/sources/xsScope.c:1281–1289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1279}
1280
1281void fxPrivateMemberNodeBind(void* it, void* param)
1282{
1283 txBinder* binder = param;
1284 txPrivateMemberNode* self = it;
1285 fxScopeLookup(binder->scope, (txAccessNode*)self, 0);
1286 if (!self->declaration)
1287 fxReportParserError(binder->parser, self->line, "invalid private identifier");
1288 fxNodeDispatchBind(self->reference, param);
1289}
1290
1291void fxProgramNodeBind(void* it, void* param)
1292{

Callers

nothing calls this directly

Calls 3

fxScopeLookupFunction · 0.85
fxReportParserErrorFunction · 0.85
fxNodeDispatchBindFunction · 0.85

Tested by

no test coverage detected