Uses of Class
org.mozilla.javascript.ScriptRuntime.NoSuchMethodShim
-
Packages that use ScriptRuntime.NoSuchMethodShim Package Description org.mozilla.javascript -
-
Uses of ScriptRuntime.NoSuchMethodShim in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type ScriptRuntime.NoSuchMethodShim Modifier and Type Method Description private static Interpreter.CallFrame
Interpreter. initFrameForNoSuchMethod(Context cx, Interpreter.CallFrame frame, int indexReg, java.lang.Object[] stack, double[] sDbl, int stackTop, int op, Scriptable funThisObj, Scriptable calleeScope, ScriptRuntime.NoSuchMethodShim noSuchMethodShim, InterpretedFunction ifun)
Call __noSuchMethod__.
-