Gnash
0.8.10
|
The state of the machine. More...
Public Member Functions | |
void | to_debug_string () |
Public Attributes | |
unsigned int | _stackDepth |
unsigned int | _stackTotalSize |
unsigned int | _scopeStackDepth |
unsigned int | mScopeTotalSize |
bool | mReturn |
CodeStream * | mStream |
Namespace * | mDefaultXMLNamespace |
as_object * | mCurrentScope |
as_value * | mGlobalReturn |
as_object * | mThis |
std::vector< as_value > | _registers |
abc_function * | mFunction |
The state of the machine.
void gnash::abc::Machine::State::to_debug_string | ( | ) | [inline] |
References _stackDepth, _stackTotalSize, _scopeStackDepth, and mScopeTotalSize.
std::vector<as_value> gnash::abc::Machine::State::_registers |
unsigned int gnash::abc::Machine::State::_scopeStackDepth |
Referenced by to_debug_string().
unsigned int gnash::abc::Machine::State::_stackDepth |
Referenced by to_debug_string().
unsigned int gnash::abc::Machine::State::_stackTotalSize |
Referenced by to_debug_string().
unsigned int gnash::abc::Machine::State::mScopeTotalSize |
Referenced by to_debug_string().