#include <object.h>
Inherits impulse::Frame.
Public Member Functions | |
Object () | |
void | initSlots () |
string | inspect () |
Value | _test (Array &args, Value self) |
Value | _setSlot_ (Array &args, Value self) |
The term "an Object" refers to a Frame which has an Object in its proto chain, else it's only just a "Frame".
impulse::Object::Object | ( | ) | [inline] |
void impulse::Object::initSlots | ( | ) | [inline, virtual] |
Reimplemented from impulse::Frame.
string impulse::Object::inspect | ( | ) | [inline, virtual] |
Reimplemented from impulse::Frame.