Searched refs:methodGetter (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_object.h84 static JSValue methodGetter(ExecState*, JSValue, PropertyName);
H A Druntime_object.cpp102 JSValue RuntimeObject::methodGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) function in class:JSC::Bindings::RuntimeObject
144 slot.setCustom(thisObject, thisObject->methodGetter);
191 slot.setCustom(thisObject, methodGetter);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DJSNPObject.h100 static JSC::JSValue methodGetter(JSC::ExecState*, JSC::JSValue, JSC::PropertyName);
H A DJSNPObject.cpp285 slot.setCustom(thisObject, thisObject->methodGetter);
319 slot.setCustom(thisObject, methodGetter);
491 JSValue JSNPObject::methodGetter(ExecState* exec, JSValue slotBase, PropertyName propertyName) function in class:WebKit::JSNPObject

Completed in 208 milliseconds