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

/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.h36 struct StaticValueEntry { struct
39 StaticValueEntry(JSObjectGetPropertyCallback _getProperty, JSObjectSetPropertyCallback _setProperty, JSPropertyAttributes _attributes, String& propertyName) function in struct:StaticValueEntry
62 typedef HashMap<RefPtr<StringImpl>, std::unique_ptr<StaticValueEntry>> OpaqueJSClassStaticValuesTable;
H A DJSClassRef.cpp69 m_staticValues->set(valueName.impl(), std::make_unique<StaticValueEntry>(staticValue->getProperty, staticValue->setProperty, staticValue->attributes, valueName));
139 staticValues->add(valueName.impl(), std::make_unique<StaticValueEntry>(it->value->getProperty, it->value->setProperty, it->value->attributes, valueName));
H A DJSCallbackObjectFunctions.h248 if (StaticValueEntry* entry = staticValues->get(name)) {
307 if (StaticValueEntry* entry = staticValues->get(propertyName.impl())) {
363 if (StaticValueEntry* entry = staticValues->get(name)) {
518 StaticValueEntry* entry = it->value.get();
569 if (StaticValueEntry* entry = staticValues->get(name)) {

Completed in 72 milliseconds