Searched refs:writableSlot (Results 1 – 1 of 1) sorted by relevance
225 PropertySlot writableSlot(description); in toPropertyDescriptor() local226 if (description->getPropertySlot(exec, exec->propertyNames().writable, writableSlot)) { in toPropertyDescriptor()227 … desc.setWritable(writableSlot.getValue(exec, exec->propertyNames().writable).toBoolean(exec)); in toPropertyDescriptor()