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

Function fxIsKeySymbol

xs/sources/xsSymbol.c:320–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320txBoolean fxIsKeySymbol(txMachine* the, txID theID)
321{
322 txSlot* key = fxGetKey(the, theID);
323 return (key->flag & XS_DONT_ENUM_FLAG) ? 0 : 1;
324}
325
326txID fxNewName(txMachine* the, txSlot* theSlot)
327{

Callers 5

fxModuleDeletePropertyFunction · 0.85
fxModuleFindPropertyFunction · 0.85
fxModuleGetPropertyFunction · 0.85
fxModuleHasPropertyFunction · 0.85
fxQueueIDKeysFunction · 0.85

Calls 1

fxGetKeyFunction · 0.85

Tested by

no test coverage detected