Searched refs:m_privateProperties (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObject.h52 if (!m_privateProperties)
54 return m_privateProperties->getPrivateProperty(propertyName);
59 if (!m_privateProperties)
60 m_privateProperties = adoptPtr(new JSPrivatePropertyMap);
61 m_privateProperties->setPrivateProperty(globalData, owner, propertyName, value);
66 if (!m_privateProperties)
68 m_privateProperties->deletePrivateProperty(propertyName);
73 if (!m_privateProperties)
75 m_privateProperties->markChildren(markStack);
112 OwnPtr<JSPrivatePropertyMap> m_privateProperties; member in struct:JSC::JSCallbackObjectData
[all...]

Completed in 47 milliseconds