Home
last modified time | relevance | path

Searched refs:propertyGetter (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DLookup.h86 …GetFunction propertyGetter() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; } in propertyGetter() function
200 slot.setCacheableCustom(thisObj, entry->propertyGetter()); in getStaticPropertySlot()
217 slot.setCustom(thisObj, entry->propertyGetter()); in getStaticPropertyDescriptor()
277 slot.setCacheableCustom(thisObj, entry->propertyGetter()); in getStaticValueSlot()
295 slot.setCustom(thisObj, entry->propertyGetter()); in getStaticValueDescriptor()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPObject.cpp240 slot.setCustom(this, propertyGetter); in getOwnPropertySlot()
265 slot.setCustom(this, propertyGetter); in getOwnPropertyDescriptor()
364 JSValue JSNPObject::propertyGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyNam… in propertyGetter() function in WebKit::JSNPObject
DJSNPObject.h72 static JSC::JSValue propertyGetter(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
/external/webkit/Source/WebCore/bindings/js/
DJSDOMWindowCustom.cpp149 … if (entry && !(entry->attributes() & Function) && entry->propertyGetter() == jsDOMWindowClosed) { in getOwnPropertySlot()
150 slot.setCustom(this, entry->propertyGetter()); in getOwnPropertySlot()
222 slot.setCustom(this, entry->propertyGetter()); in getOwnPropertySlot()
292 … if (entry && !(entry->attributes() & Function) && entry->propertyGetter() == jsDOMWindowClosed) { in getOwnPropertyDescriptor()
310 slot.setCustom(this, entry->propertyGetter()); in getOwnPropertyDescriptor()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1636061 (WebKit::JSNPObject::propertyGetter):
36163 (WebKit::JSNPObject::propertyGetter):
37177 (WebKit::JSNPObject::propertyGetter):
37619 (WebKit::JSNPObject::propertyGetter):
37626 Implement JSNPObject::propertyGetter
37630 (WebKit::JSNPObject::propertyGetter):
37725 (WebKit::JSNPObject::propertyGetter):
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1632336 (JSC::HashEntry::propertyGetter):