Uses of Class
org.htmlunit.corejs.javascript.InterpretedFunction
Packages that use InterpretedFunction
-
Uses of InterpretedFunction in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as InterpretedFunctionModifier and TypeFieldDescription(package private) final InterpretedFunctionInterpreter.CallFrame.fnOrScriptMethods in org.htmlunit.corejs.javascript that return InterpretedFunctionModifier and TypeMethodDescription(package private) static InterpretedFunctionInterpretedFunction.createFunction(Context cx, Scriptable scope, InterpretedFunction parent, int index) Create function embedded in script or another function.(package private) static InterpretedFunctionInterpretedFunction.createFunction(Context cx, Scriptable scope, InterpreterData idata, Object staticSecurityDomain) Create function compiled from Function(...) constructor.(package private) static InterpretedFunctionInterpretedFunction.createScript(InterpreterData idata, Object staticSecurityDomain) Create script from compiled bytecode.Methods in org.htmlunit.corejs.javascript with parameters of type InterpretedFunctionModifier and TypeMethodDescription(package private) static InterpretedFunctionInterpretedFunction.createFunction(Context cx, Scriptable scope, InterpretedFunction parent, int index) Create function embedded in script or another function.private static booleanEqualObjectGraphs.equalInterpretedFunctions(InterpretedFunction f1, InterpretedFunction f2) 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 voidInterpreter.initFunction(Context cx, Scriptable scope, InterpretedFunction parent, int index) (package private) static ObjectInterpreter.interpret(InterpretedFunction ifun, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Constructors in org.htmlunit.corejs.javascript with parameters of type InterpretedFunctionModifierConstructorDescription(package private)CallFrame(Context cx, Scriptable thisObj, InterpretedFunction fnOrScript, Interpreter.CallFrame parentFrame) privateInterpretedFunction(InterpretedFunction parent, int index)