Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DLookup.h52 typedef void (*PutFunction)(ExecState*, JSObject* baseObject, JSValue value); typedef
74PutFunction propertyPutter() const { ASSERT(!(m_attributes & Function)); return m_u.property.put; } in propertyPutter()
96 PutFunction put;