KJS::BooleanImp Class Reference
Inheritance diagram for KJS::BooleanImp:

Detailed Description
Definition at line 87 of file internal.h.
Public Member Functions | |
BooleanImp (bool v=false) | |
bool | value () const |
Type | type () const |
Value | toPrimitive (ExecState *exec, Type preferred=UnspecifiedType) const |
bool | toBoolean (ExecState *exec) const |
double | toNumber (ExecState *exec) const |
UString | toString (ExecState *exec) const |
Object | toObject (ExecState *exec) const |
Static Public Attributes | |
static BooleanImp * | staticTrue = 0 |
static BooleanImp * | staticFalse = 0 |
The documentation for this class was generated from the following files: