Searched refs:propertyGetter (Results 1 - 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
H A D | Lookup.h | 86 GetFunction propertyGetter() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; } function in class:JSC::HashEntry 200 slot.setCacheableCustom(thisObj, entry->propertyGetter()); 217 slot.setCustom(thisObj, entry->propertyGetter()); 277 slot.setCacheableCustom(thisObj, entry->propertyGetter()); 295 slot.setCustom(thisObj, entry->propertyGetter());
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
H A D | JSNPObject.h | 72 static JSC::JSValue propertyGetter(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
|
H A D | JSNPObject.cpp | 240 slot.setCustom(this, propertyGetter); 265 slot.setCustom(this, propertyGetter); 364 JSValue JSNPObject::propertyGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName) function in class:WebKit::JSNPObject
|
/external/webkit/Source/WebCore/bindings/js/ |
H A D | JSDOMWindowCustom.cpp | 150 if (entry && !(entry->attributes() & Function) && entry->propertyGetter() == jsDOMWindowClosed) { 151 slot.setCustom(this, entry->propertyGetter()); 223 slot.setCustom(this, entry->propertyGetter()); 293 if (entry && !(entry->attributes() & Function) && entry->propertyGetter() == jsDOMWindowClosed) { 311 slot.setCustom(this, entry->propertyGetter());
|
Completed in 4493 milliseconds