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

/external/webkit/Source/JavaScriptCore/API/
H A DJSClassRef.h37 struct StaticValueEntry { struct
40 StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes) function in struct:StaticValueEntry
62 typedef HashMap<RefPtr<StringImpl>, StaticValueEntry*> OpaqueJSClassStaticValuesTable;
H A DJSClassRef.cpp85 StaticValueEntry* entry = new StaticValueEntry(staticValue->getProperty, staticValue->setProperty, staticValue->attributes);
87 StaticValueEntry* existingEntry = m_staticValues->get(impl);
170 StaticValueEntry* entry = new StaticValueEntry(it->second->getProperty, it->second->setProperty, it->second->attributes);
H A DJSCallbackObjectFunctions.h212 if (StaticValueEntry* entry = staticValues->get(propertyName.impl())) {
270 if (StaticValueEntry* entry = staticValues->get(propertyName.impl())) {
417 StaticValueEntry* entry = it->second;
527 if (StaticValueEntry* entry = staticValues->get(propertyName.impl()))

Completed in 242 milliseconds