|
TorqueScript
0.2
|
Execution state structure - this is passed around internally in the virtual machine for arbitrary access. More...
#include <executionstate.hpp>

Public Member Functions | |
| ExecutionState (Interpreter *interpreter) | |
Public Attributes | |
| AddressType | mInstructionPointer |
| Instruction pointer - used primarily for handling breaks. | |
| Interpreter * | mInterpreter |
| The interpreter instance this state is associated with. | |
| ExecutionScope | mExecutionScope |
| The execution scope used for managing local variables & for loop structures. | |
Execution state structure - this is passed around internally in the virtual machine for arbitrary access.