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

Function fxIsKeyName

xs/sources/xsSymbol.c:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314txBoolean fxIsKeyName(txMachine* the, txID theID)
315{
316 txSlot* key = fxGetKey(the, theID);
317 return (key->flag & XS_DONT_ENUM_FLAG) ? 1 : 0;
318}
319
320txBoolean fxIsKeySymbol(txMachine* the, txID theID)
321{

Callers 2

fxQueueIDKeysFunction · 0.85

Calls 1

fxGetKeyFunction · 0.85

Tested by

no test coverage detected