Package org.mozilla.javascript
Class Interpreter.ContinuationJump
java.lang.Object
org.mozilla.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) doubleprivate 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)
-