Uses of Class
org.mozilla.javascript.Interpreter.CallFrame
Packages that use Interpreter.CallFrame
-
Uses of Interpreter.CallFrame in org.mozilla.javascript
Fields in org.mozilla.javascript declared as Interpreter.CallFrameModifier and TypeFieldDescription(package private) Interpreter.CallFrameInterpreter.ContinuationJump.branchFrame(package private) Interpreter.CallFrameInterpreter.ContinuationJump.capturedFrame(package private) Interpreter.CallFrameInterpreter.CallFrame.parentFrame(package private) final Interpreter.CallFrameInterpreter.CallFrame.varSourceMethods in org.mozilla.javascript that return Interpreter.CallFrameModifier and TypeMethodDescriptionprivate static Interpreter.CallFrameInterpreter.captureFrameForGenerator(Interpreter.CallFrame frame) (package private) Interpreter.CallFrameInterpreter.CallFrame.cloneFrozen()private static Interpreter.CallFrameInterpreter.initFrame(Context cx, Scriptable callerScope, Scriptable thisObj, Object[] args, double[] argsDbl, int argShift, int argCount, InterpretedFunction fnOrScript, Interpreter.CallFrame parentFrame) private static Interpreter.CallFrameInterpreter.initFrameForApplyOrCall(Context cx, Interpreter.CallFrame frame, int indexReg, Object[] stack, double[] sDbl, int stackTop, int op, Scriptable calleeScope, IdFunctionObject ifun, InterpretedFunction iApplyCallable) private static Interpreter.CallFrameInterpreter.initFrameForNoSuchMethod(Context cx, Interpreter.CallFrame frame, int indexReg, Object[] stack, double[] sDbl, int stackTop, int op, Scriptable funThisObj, Scriptable calleeScope, ScriptRuntime.NoSuchMethodShim noSuchMethodShim, InterpretedFunction ifun) Call __noSuchMethod__.private static Interpreter.CallFrameInterpreter.processThrowable(Context cx, Object throwable, Interpreter.CallFrame frame, int indexReg, boolean instructionCounting) Methods in org.mozilla.javascript with parameters of type Interpreter.CallFrameModifier and TypeMethodDescriptionprivate static voidInterpreter.addInstructionCount(Context cx, Interpreter.CallFrame frame, int extra) private static NativeContinuationInterpreter.captureContinuation(Context cx, Interpreter.CallFrame frame, boolean requireContinuationsTopFrame) private static Interpreter.CallFrameInterpreter.captureFrameForGenerator(Interpreter.CallFrame frame) private static intInterpreter.doArithmetic(Interpreter.CallFrame frame, int op, Object[] stack, double[] sDbl, int stackTop) private static intInterpreter.doBitNOT(Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop) private static intInterpreter.doBitOp(Interpreter.CallFrame frame, int op, Object[] stack, double[] sDbl, int stackTop) private static intInterpreter.doCallSpecial(Context cx, Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop, byte[] iCode, int indexReg) private static intInterpreter.doCompare(Interpreter.CallFrame frame, int op, Object[] stack, double[] sDbl, int stackTop) private static intInterpreter.doDelName(Context cx, Interpreter.CallFrame frame, int op, Object[] stack, double[] sDbl, int stackTop) private static intInterpreter.doElemIncDec(Context cx, Interpreter.CallFrame frame, byte[] iCode, Object[] stack, double[] sDbl, int stackTop) private static intInterpreter.doGetElem(Context cx, Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop) private static intInterpreter.doGetVar(Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop, Object[] vars, double[] varDbls, int indexReg) private static intInterpreter.doRefNsName(Context cx, Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop, int flags) private static intInterpreter.doSetConstVar(Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop, Object[] vars, double[] varDbls, int[] varAttributes, int indexReg) private static intInterpreter.doSetElem(Context cx, Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop) private static intInterpreter.doSetVar(Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop, Object[] vars, double[] varDbls, int[] varAttributes, int indexReg) private static intInterpreter.doVarIncDec(Context cx, Interpreter.CallFrame frame, Object[] stack, double[] sDbl, int stackTop, Object[] vars, double[] varDbls, int[] varAttributes, int indexReg) private static voidInterpreter.enterFrame(Context cx, Interpreter.CallFrame frame, Object[] args, boolean continuationRestart) private static BooleanInterpreter.CallFrame.equals(Interpreter.CallFrame f1, Interpreter.CallFrame f2, EqualObjectGraphs equal) private static voidInterpreter.exitFrame(Context cx, Interpreter.CallFrame frame, Object throwable) private booleanInterpreter.CallFrame.fieldsEqual(Interpreter.CallFrame other, EqualObjectGraphs equal) private static ObjectInterpreter.freezeGenerator(Context cx, Interpreter.CallFrame frame, int stackTop, Interpreter.GeneratorState generatorState, boolean yieldStar) private static intInterpreter.getExceptionHandler(Interpreter.CallFrame frame, boolean onlyFinally) private static Interpreter.CallFrameInterpreter.initFrame(Context cx, Scriptable callerScope, Scriptable thisObj, Object[] args, double[] argsDbl, int argShift, int argCount, InterpretedFunction fnOrScript, Interpreter.CallFrame parentFrame) private static Interpreter.CallFrameInterpreter.initFrameForApplyOrCall(Context cx, Interpreter.CallFrame frame, int indexReg, Object[] stack, double[] sDbl, int stackTop, int op, Scriptable calleeScope, IdFunctionObject ifun, InterpretedFunction iApplyCallable) private static Interpreter.CallFrameInterpreter.initFrameForNoSuchMethod(Context cx, Interpreter.CallFrame frame, int indexReg, Object[] stack, double[] sDbl, int stackTop, int op, Scriptable funThisObj, Scriptable calleeScope, ScriptRuntime.NoSuchMethodShim noSuchMethodShim, InterpretedFunction ifun) Call __noSuchMethod__.private static ObjectInterpreter.interpretLoop(Context cx, Interpreter.CallFrame frame, Object throwable) private static Interpreter.CallFrameInterpreter.processThrowable(Context cx, Object throwable, Interpreter.CallFrame frame, int indexReg, boolean instructionCounting) private static voidInterpreter.setCallResult(Interpreter.CallFrame frame, Object callResult, double callResultDbl) private static booleanInterpreter.stack_boolean(Interpreter.CallFrame frame, int i) private static doubleInterpreter.stack_double(Interpreter.CallFrame frame, int i) private static intInterpreter.stack_int32(Interpreter.CallFrame frame, int i) private static NumberInterpreter.stack_numeric(Interpreter.CallFrame frame, int i) private static ObjectInterpreter.thawGenerator(Interpreter.CallFrame frame, int stackTop, Interpreter.GeneratorState generatorState, int op) Constructors in org.mozilla.javascript with parameters of type Interpreter.CallFrameModifierConstructorDescription(package private)CallFrame(Context cx, Scriptable thisObj, InterpretedFunction fnOrScript, Interpreter.CallFrame parentFrame) (package private)ContinuationJump(NativeContinuation c, Interpreter.CallFrame current)