|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <BytecodeGenerator.h>
Public Types | |
| enum | ForInContextType { StructureForInContextType, IndexedForInContextType } |
Public Member Functions | |
| ForInContext (RegisterID *localRegister) | |
| virtual | ~ForInContext () |
| bool | isValid () const |
| void | invalidate () |
| virtual ForInContextType | type () const =0 |
| RegisterID * | local () const |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
pure virtual |
Implemented in JSC::IndexedForInContext, and JSC::StructureForInContext.
1.8.13