Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/API/
DJSClassRef.h37 struct StaticValueEntry { struct
40StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setPropert… in StaticValueEntry() function
62 typedef HashMap<RefPtr<StringImpl>, StaticValueEntry*> OpaqueJSClassStaticValuesTable; argument
DJSClassRef.cpp85StaticValueEntry* entry = new StaticValueEntry(staticValue->getProperty, staticValue->setProperty,… in OpaqueJSClass()
87 StaticValueEntry* existingEntry = m_staticValues->get(impl); in OpaqueJSClass()
170StaticValueEntry* entry = new StaticValueEntry(it->second->getProperty, it->second->setProperty, i… in OpaqueJSClassContextData()
DJSCallbackObjectFunctions.h212 if (StaticValueEntry* entry = staticValues->get(propertyName.impl())) { in put()
270 if (StaticValueEntry* entry = staticValues->get(propertyName.impl())) { in deleteProperty()
417 StaticValueEntry* entry = it->second; in getOwnPropertyNames()
527 if (StaticValueEntry* entry = staticValues->get(propertyName.impl())) in staticValueGetter()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-149924 (StaticValueEntry::StaticValueEntry):
DChangeLog-2010-05-2426042 Inherit StaticValueEntry and StaticFunctionEntry struct from FastAllocBase because these