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

Public Member Functions | |
| ReferenceError (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 (ReferenceError) | |
Definition at line 863 of file toplevel.h.
| lightspark::ReferenceError::ReferenceError | ( | const tiny_string & | error_message = "", |
|
| int | id = 0 | |||
| ) | [inline] |
Definition at line 867 of file toplevel.h.
| lightspark::ReferenceError::ASFUNCTION | ( | _constructor | ) |
Reimplemented from lightspark::ASError.
| void ReferenceError::buildTraits | ( | ASObject * | o | ) | [static] |
Reimplemented from lightspark::ASError.
Definition at line 2460 of file toplevel.cpp.
| lightspark::ReferenceError::CLASSBUILDABLE | ( | ReferenceError | ) | [private] |
| void ReferenceError::sinit | ( | Class_base * | c | ) | [static] |
Reimplemented from lightspark::ASError.
Definition at line 2453 of file toplevel.cpp.
1.6.3