Searched refs:propertyGetter (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Lookup.h | 86 …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/ |
D | JSNPObject.cpp | 240 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
|
D | JSNPObject.h | 72 static JSC::JSValue propertyGetter(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSDOMWindowCustom.cpp | 149 … 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/ |
D | ChangeLog-2011-02-16 | 36061 (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/ |
D | ChangeLog-2009-06-16 | 32336 (JSC::HashEntry::propertyGetter):
|