#include <value.h>
Inherited by KJS::BooleanImp, KJS::NullImp, KJS::NumberImp, KJS::ObjectImp, KJS::StringImp, and KJS::UndefinedImp.
ValueImp is the base type for all primitives (Undefined, Null, Boolean, String, Number) and objects in ECMAScript.
Note: you should never inherit from ValueImp as it is for primitive types only (all of which are provided internally by KJS). Instead, inherit from ObjectImp.
Definition at line 78 of file value.h.
◆ ValueImp()
◆ ~ValueImp()
◆ deref()
bool KJS::ValueImp::deref |
( |
| ) |
|
|
inline |
◆ dispatchToBoolean()
bool ValueImp::dispatchToBoolean |
( |
ExecState * |
exec | ) |
const |
◆ dispatchToNumber()
double ValueImp::dispatchToNumber |
( |
ExecState * |
exec | ) |
const |
◆ dispatchToObject()
◆ dispatchToPrimitive()
Value ValueImp::dispatchToPrimitive |
( |
ExecState * |
exec, |
|
|
Type |
preferredType = UnspecifiedType |
|
) |
| const |
◆ dispatchToString()
◆ dispatchToUInt32()
bool ValueImp::dispatchToUInt32 |
( |
unsigned & |
result | ) |
const |
◆ dispatchType()
Type ValueImp::dispatchType |
( |
| ) |
const |
◆ isDestroyed()
bool KJS::ValueImp::isDestroyed |
( |
| ) |
const |
|
inline |
◆ mark()
◆ marked()
bool ValueImp::marked |
( |
| ) |
const |
◆ operator delete()
void ValueImp::operator delete |
( |
void * |
| ) |
|
◆ operator new()
void * ValueImp::operator new |
( |
size_t |
s | ) |
|
◆ ref()
◆ setGcAllowed()
void ValueImp::setGcAllowed |
( |
| ) |
|
◆ setGcAllowedFast()
void KJS::ValueImp::setGcAllowedFast |
( |
| ) |
|
|
inline |
◆ toInt32()
int ValueImp::toInt32 |
( |
ExecState * |
exec | ) |
const |
◆ toInteger()
int ValueImp::toInteger |
( |
ExecState * |
exec | ) |
const |
◆ toUInt16()
unsigned short ValueImp::toUInt16 |
( |
ExecState * |
exec | ) |
const |
◆ toUInt32()
unsigned int ValueImp::toUInt32 |
( |
ExecState * |
exec | ) |
const |
◆ Collector
◆ ContextImp
◆ Value
◆ refcount
unsigned short int KJS::ValueImp::refcount |
The documentation for this class was generated from the following files: