Package org.htmlunit.corejs.javascript
Class Interpreter.ContinuationJump
java.lang.Object
org.htmlunit.corejs.javascript.Interpreter.ContinuationJump
- All Implemented Interfaces:
Serializable
- Enclosing class:
Interpreter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Interpreter.CallFrame
(package private) Interpreter.CallFrame
(package private) Object
(package private) double
private static final long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
capturedFrame
Interpreter.CallFrame capturedFrame -
branchFrame
Interpreter.CallFrame branchFrame -
result
Object result -
resultDbl
double resultDbl
-
-
Constructor Details
-
ContinuationJump
ContinuationJump(NativeContinuation c, Interpreter.CallFrame current)
-