Package org.htmlunit.corejs.javascript
Class Interpreter.ContinuationJump
- java.lang.Object
-
- org.htmlunit.corejs.javascript.Interpreter.ContinuationJump
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Interpreter
private static final class Interpreter.ContinuationJump extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Interpreter.CallFrame
branchFrame
(package private) Interpreter.CallFrame
capturedFrame
(package private) java.lang.Object
result
(package private) double
resultDbl
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ContinuationJump(NativeContinuation c, Interpreter.CallFrame current)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
capturedFrame
Interpreter.CallFrame capturedFrame
-
branchFrame
Interpreter.CallFrame branchFrame
-
result
java.lang.Object result
-
resultDbl
double resultDbl
-
-
Constructor Detail
-
ContinuationJump
ContinuationJump(NativeContinuation c, Interpreter.CallFrame current)
-
-