Home
last modified time | relevance | path

Searched refs:enumerableSlot (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DObjectConstructor.cpp203 PropertySlot enumerableSlot(description); in toPropertyDescriptor() local
204 if (description->getPropertySlot(exec, exec->propertyNames().enumerable, enumerableSlot)) { in toPropertyDescriptor()
205 …desc.setEnumerable(enumerableSlot.getValue(exec, exec->propertyNames().enumerable).toBoolean(exec)… in toPropertyDescriptor()