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

Function if

xs/sources/xsMapSet.c:1383–1389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1381 slot = slot->value.reference;
1382#if mxKeysGarbageCollection
1383 else if (slot->kind == XS_SYMBOL_KIND) {
1384 slot = fxGetKey(the, slot->value.symbol);
1385 if (slot->kind == XS_REFERENCE_KIND)
1386 slot = slot->value.reference;
1387 else
1388 slot = C_NULL;
1389 }
1390#endif
1391 else
1392 slot = C_NULL;

Callers

nothing calls this directly

Calls 1

fxGetKeyFunction · 0.85

Tested by

no test coverage detected