|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <BytecodeGenerator.h>
Public Member Functions | |
| IndexedForInContext (RegisterID *localRegister, RegisterID *indexRegister) | |
| ForInContextType | type () const override |
| RegisterID * | index () const |
Public Member Functions inherited from JSC::ForInContext | |
| ForInContext (RegisterID *localRegister) | |
| virtual | ~ForInContext () |
| bool | isValid () const |
| void | invalidate () |
| RegisterID * | local () const |
Additional Inherited Members | |
Public Types inherited from JSC::ForInContext | |
| enum | ForInContextType { StructureForInContextType, IndexedForInContextType } |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements JSC::ForInContext.
1.8.13