KJS::NumberImp Class Reference
Inheritance diagram for KJS::NumberImp:

Detailed Description
Definition at line 127 of file internal.h.
Public Member Functions | |
| double | 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 Member Functions | |
| static ValueImp * | create (int) |
| static ValueImp * | create (double) |
| static ValueImp * | zero () |
| static ValueImp * | one () |
| static ValueImp * | two () |
Static Public Attributes | |
| static NumberImp * | staticNaN |
Friends | |
| class | Number |
| class | InterpreterImp |
The documentation for this class was generated from the following files:

