Searched refs:PutFunction (Results 1 – 1 of 1) sorted by relevance
52 typedef void (*PutFunction)(ExecState*, JSObject* baseObject, JSValue value); typedef74 …PutFunction propertyPutter() const { ASSERT(!(m_attributes & Function)); return m_u.property.put; } in propertyPutter()96 PutFunction put;