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

Public Member Functions | |
| TypeError (const tiny_string &error_message="", int id=0) | |
| ASFUNCTION (_constructor) | |
Static Public Member Functions | |
| static void | sinit (Class_base *c) |
| static void | buildTraits (ASObject *o) |
Private Member Functions | |
| CLASSBUILDABLE (TypeError) | |
Definition at line 883 of file toplevel.h.
| lightspark::TypeError::TypeError | ( | const tiny_string & | error_message = "", |
|
| int | id = 0 | |||
| ) | [inline] |
Definition at line 887 of file toplevel.h.
| lightspark::TypeError::ASFUNCTION | ( | _constructor | ) |
Reimplemented from lightspark::ASError.
| void TypeError::buildTraits | ( | ASObject * | o | ) | [static] |
Reimplemented from lightspark::ASError.
Definition at line 2504 of file toplevel.cpp.
| lightspark::TypeError::CLASSBUILDABLE | ( | TypeError | ) | [private] |
| void TypeError::sinit | ( | Class_base * | c | ) | [static] |
Reimplemented from lightspark::ASError.
Definition at line 2497 of file toplevel.cpp.
1.6.3