HomeSort by relevance Sort by last modified time
    Searched refs:propertyGetter (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
Lookup.h 86 GetFunction propertyGetter() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; }
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/
JSNPObject.h 72 static JSC::JSValue propertyGetter(JSC::ExecState*, JSC::JSValue, const JSC::Identifier&);
JSNPObject.cpp 240 slot.setCustom(this, propertyGetter);
265 slot.setCustom(this, propertyGetter);
364 JSValue JSNPObject::propertyGetter(ExecState* exec, JSValue slotBase, const Identifier& propertyName)
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowCustom.cpp 149 if (entry && !(entry->attributes() & Function) && entry->propertyGetter() == jsDOMWindowClosed) {
150 slot.setCustom(this, entry->propertyGetter());
222 slot.setCustom(this, entry->propertyGetter());
292 if (entry && !(entry->attributes() & Function) && entry->propertyGetter() == jsDOMWindowClosed) {
310 slot.setCustom(this, entry->propertyGetter());

Completed in 666 milliseconds