Searched refs:StaticValueEntry (Results 1 – 5 of 5) sorted by relevance
37 struct StaticValueEntry { struct40 …StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setPropert… in StaticValueEntry() function62 typedef HashMap<RefPtr<StringImpl>, StaticValueEntry*> OpaqueJSClassStaticValuesTable; argument
85 …StaticValueEntry* entry = new StaticValueEntry(staticValue->getProperty, staticValue->setProperty,… in OpaqueJSClass()87 StaticValueEntry* existingEntry = m_staticValues->get(impl); in OpaqueJSClass()170 …StaticValueEntry* entry = new StaticValueEntry(it->second->getProperty, it->second->setProperty, i… in OpaqueJSClassContextData()
212 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()
9924 (StaticValueEntry::StaticValueEntry):
26042 Inherit StaticValueEntry and StaticFunctionEntry struct from FastAllocBase because these