KJS
KJS::GetterSetterImp Class Reference
#include <object.h>
Inheritance diagram for KJS::GetterSetterImp:

Detailed Description
Definition at line 79 of file object.h.
Public Member Functions | |
| JSType | type () const |
| GetterSetterImp () | |
| virtual JSValue * | toPrimitive (ExecState *exec, JSType preferred=UnspecifiedType) const |
| virtual bool | getPrimitiveNumber (ExecState *, double &number, JSValue *&value) |
| virtual bool | toBoolean (ExecState *exec) const |
| virtual double | toNumber (ExecState *exec) const |
| virtual UString | toString (ExecState *exec) const |
| virtual JSObject * | toObject (ExecState *exec) const |
| virtual void | mark () |
| JSObject * | getGetter () |
| void | setGetter (JSObject *g) |
| JSObject * | getSetter () |
| void | setSetter (JSObject *s) |
Constructor & Destructor Documentation
Member Function Documentation
| JSType KJS::GetterSetterImp::type | ( | ) | const [inline, virtual] |
| void KJS::GetterSetterImp::mark | ( | ) | [virtual] |
| void KJS::GetterSetterImp::setGetter | ( | JSObject * | g | ) | [inline] |
| void KJS::GetterSetterImp::setSetter | ( | JSObject * | s | ) | [inline] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference