HomeSort by relevance Sort by last modified time
    Searched refs:StaticValueEntry (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/API/
JSClassRef.h 37 struct StaticValueEntry {
40 StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes)
62 typedef HashMap<RefPtr<StringImpl>, StaticValueEntry*> OpaqueJSClassStaticValuesTable;
JSClassRef.cpp 85 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);
JSCallbackObjectFunctions.h 212 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 51 milliseconds