Searched refs:propertyGetter (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DLookup.h74 GetFunction propertyGetter() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; } function in class:JSC::HashEntry
254 slot.setCacheableCustom(thisObj, entry->propertyGetter());
274 slot.setCustom(thisObj, entry->propertyGetter());
333 slot.setCacheableCustom(thisObj, entry->propertyGetter());
351 slot.setCustom(thisObj, entry->propertyGetter());
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPObject.h99 static JSC::JSValue propertyGetter(JSC::ExecState*, JSC::JSValue, JSC::PropertyName);
H A DJSNPObject.cpp279 slot.setCustom(thisObject, thisObject->propertyGetter);
311 slot.setCustom(thisObject, propertyGetter);
455 JSValue JSNPObject::propertyGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) function in class:WebKit::JSNPObject
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDOMWindowCustom.cpp129 if (entry && !(entry->attributes() & JSC::Function) && entry->propertyGetter() == jsDOMWindowClosed) {
130 slot.setCustom(thisObject, entry->propertyGetter());
202 slot.setCustom(thisObject, entry->propertyGetter());
349 if (entry && !(entry->attributes() & JSC::Function) && entry->propertyGetter() == jsDOMWindowClosed) {
367 slot.setCustom(thisObject, entry->propertyGetter());
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/JS/
H A DJSTestEventTarget.cpp150 slot.setCustom(thisObject, entry->propertyGetter());
172 slot.setCustom(thisObject, entry->propertyGetter());

Completed in 180 milliseconds