#include <toplevel.h>
Inherits lightspark::ASObject.

Public Member Functions | |
| ASFUNCTION (call) | |
| Undefined () | |
| tiny_string | toString (bool debugMsg) |
| int | toInt () |
| double | toNumber () |
| bool | isEqual (ASObject *r) |
| TRISTATE | isLess (ASObject *r) |
| virtual | ~Undefined () |
Definition at line 386 of file toplevel.h.
| Undefined::Undefined | ( | ) |
Definition at line 1169 of file toplevel.cpp.
| virtual lightspark::Undefined::~Undefined | ( | ) | [inline, virtual] |
Definition at line 396 of file toplevel.h.
| lightspark::Undefined::ASFUNCTION | ( | call | ) |
| bool Undefined::isEqual | ( | ASObject * | r | ) | [virtual] |
Reimplemented from lightspark::ASObject.
Definition at line 1192 of file toplevel.cpp.
Reimplemented from lightspark::ASObject.
Definition at line 1185 of file toplevel.cpp.
| int Undefined::toInt | ( | ) | [virtual] |
Reimplemented from lightspark::ASObject.
Definition at line 1202 of file toplevel.cpp.
| double Undefined::toNumber | ( | ) | [virtual] |
Reimplemented from lightspark::ASObject.
Definition at line 1207 of file toplevel.cpp.
| tiny_string Undefined::toString | ( | bool | debugMsg | ) | [virtual] |
Reimplemented from lightspark::ASObject.
Definition at line 1180 of file toplevel.cpp.
1.6.3