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

Function fxSuperNodeBind

xs/sources/xsScope.c:1310–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308}
1309
1310void fxSuperNodeBind(void* it, void* param)
1311{
1312 txSuperNode* self = it;
1313 txBinder* binder = param;
1314 fxScopeArrow(binder->scope);
1315 fxNodeDispatchBind(self->params, param);
1316 if (binder->classNode->instanceInitAccess) {
1317 self->instanceInitAccess = fxAccessNodeNew(binder->parser, XS_TOKEN_ACCESS, binder->classNode->instanceInitAccess->symbol);
1318 fxScopeLookup(binder->scope, self->instanceInitAccess, 0);
1319 }
1320}
1321
1322void fxSwitchNodeBind(void* it, void* param)
1323{

Callers

nothing calls this directly

Calls 4

fxScopeArrowFunction · 0.85
fxNodeDispatchBindFunction · 0.85
fxAccessNodeNewFunction · 0.85
fxScopeLookupFunction · 0.85

Tested by

no test coverage detected