Searched refs:enumerableSlot (Results 1 – 1 of 1) sorted by relevance
203 PropertySlot enumerableSlot(description); in toPropertyDescriptor() local204 if (description->getPropertySlot(exec, exec->propertyNames().enumerable, enumerableSlot)) { in toPropertyDescriptor()205 …desc.setEnumerable(enumerableSlot.getValue(exec, exec->propertyNames().enumerable).toBoolean(exec)… in toPropertyDescriptor()