Package org.mozilla.javascript.optimizer
Class OptRuntime.GeneratorState
java.lang.Object
org.mozilla.javascript.optimizer.OptRuntime.GeneratorState
- Enclosing class:
OptRuntime
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String
(package private) Object[]
(package private) int
(package private) int
int
(package private) static final String
(package private) static final String
(package private) Object
(package private) Object[]
(package private) static final String
(package private) static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLASS_NAME
- See Also:
-
resumptionPoint
public int resumptionPoint -
resumptionPoint_NAME
- See Also:
-
resumptionPoint_TYPE
- See Also:
-
thisObj
-
thisObj_NAME
- See Also:
-
thisObj_TYPE
- See Also:
-
stackState
Object[] stackState -
localsState
Object[] localsState -
maxLocals
int maxLocals -
maxStack
int maxStack -
returnValue
Object returnValue
-
-
Constructor Details
-
GeneratorState
GeneratorState(Scriptable thisObj, int maxLocals, int maxStack)
-