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