Searched refs:getDOMPrototype (Results 1 – 6 of 6) sorted by relevance
119 return getDOMPrototype<JSTestSerializedScriptValueInterface>(exec, globalObject); in self()
119 return getDOMPrototype<JSTestMediaQueryListListener>(exec, globalObject); in self()
133 return getDOMPrototype<JSTestInterface>(exec, globalObject); in self()
244 return getDOMPrototype<JSTestObj>(exec, globalObject); in self()
143 …template<class WrapperClass> inline JSC::JSObject* getDOMPrototype(JSC::ExecState* exec, JSC::JSGl… in getDOMPrototype() function
24280 (WebCore::getDOMPrototype):74050 * bindings/js/JSDOMBinding.h: (WebCore::getDOMPrototype): Moved to JSDOMGlobalObject.77083 (WebCore::getDOMPrototype): Use asObject.88163 to use the getDOMPrototype function -- later we can eliminate it and88164 have callers invoke getDOMPrototype directly instead. Updated other