Class OptRuntime.GeneratorState
- java.lang.Object
-
- org.htmlunit.corejs.javascript.optimizer.OptRuntime.GeneratorState
-
- Enclosing class:
- OptRuntime
public static class OptRuntime.GeneratorState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String
CLASS_NAME
(package private) java.lang.Object[]
localsState
(package private) int
maxLocals
(package private) int
maxStack
int
resumptionPoint
(package private) static java.lang.String
resumptionPoint_NAME
(package private) static java.lang.String
resumptionPoint_TYPE
(package private) java.lang.Object
returnValue
(package private) java.lang.Object[]
stackState
Scriptable
thisObj
(package private) static java.lang.String
thisObj_NAME
(package private) static java.lang.String
thisObj_TYPE
-
Constructor Summary
Constructors Constructor Description GeneratorState(Scriptable thisObj, int maxLocals, int maxStack)
-
-
-
Field Detail
-
CLASS_NAME
static final java.lang.String CLASS_NAME
- See Also:
- Constant Field Values
-
resumptionPoint
public int resumptionPoint
-
resumptionPoint_NAME
static final java.lang.String resumptionPoint_NAME
- See Also:
- Constant Field Values
-
resumptionPoint_TYPE
static final java.lang.String resumptionPoint_TYPE
- See Also:
- Constant Field Values
-
thisObj
public Scriptable thisObj
-
thisObj_NAME
static final java.lang.String thisObj_NAME
- See Also:
- Constant Field Values
-
thisObj_TYPE
static final java.lang.String thisObj_TYPE
- See Also:
- Constant Field Values
-
stackState
java.lang.Object[] stackState
-
localsState
java.lang.Object[] localsState
-
maxLocals
int maxLocals
-
maxStack
int maxStack
-
returnValue
java.lang.Object returnValue
-
-
Constructor Detail
-
GeneratorState
GeneratorState(Scriptable thisObj, int maxLocals, int maxStack)
-
-