Home | History | Annotate | Download | only in qt

Lines Matching full:jsvalue

57     virtual JSValue valueFromInstance(ExecState* exec, const Instance* pixmap) const
61 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {}
66 virtual JSValue valueFromInstance(ExecState* exec, const Instance* inst) const
70 virtual void setValueToInstance(ExecState*, const Instance*, JSValue) const {}
79 virtual JSValue invoke(ExecState* exec, QVariant&, PassRefPtr<RootObject> root, QtPixmapInstance* inst) = 0;
86 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance*)
118 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance*)
140 JSValue invoke(ExecState* exec, QVariant& v, PassRefPtr<RootObject> root, QtPixmapInstance* inst)
163 static PassRefPtr<Structure> createStructure(JSValue prototype)
193 JSValue QtPixmapInstance::invokeMethod(ExecState* exec, const MethodList& methods, const ArgList& args)
232 JSValue QtPixmapInstance::defaultValue(ExecState* exec, PreferredPrimitiveType ptype) const
244 JSValue QtPixmapInstance::valueOf(ExecState* exec) const