webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <BytecodeGenerator.h>
Public Member Functions | |
StructureForInContext (RegisterID *localRegister, RegisterID *indexRegister, RegisterID *propertyRegister, RegisterID *enumeratorRegister) | |
ForInContextType | type () const override |
RegisterID * | index () const |
RegisterID * | property () const |
RegisterID * | enumerator () 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 |
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements JSC::ForInContext.