IterStackRecord
Engine/source/console/codeInterpreter.h
Frame data for a foreach/foreach$ loop.
Classes:
class
Information for an object iterator loop.
class
Information for a string iterator loop.
Public Attributes
union IterStackRecord::@47
bool
If true, this is a foreach$ loop; if not, it's a foreach loop.
The iterator variable.
Detailed Description
Frame data for a foreach/foreach$ loop.
Public Attributes
union IterStackRecord::@47 mData
bool mIsStringIter
If true, this is a foreach$ loop; if not, it's a foreach loop.
ObjectPos mObj
StringPos mStr
Dictionary::Entry * mVariable
The iterator variable.