Uses of Class
org.htmlunit.corejs.javascript.ScriptRuntime.NoSuchMethodShim
Packages that use ScriptRuntime.NoSuchMethodShim
-
Uses of ScriptRuntime.NoSuchMethodShim in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript with parameters of type ScriptRuntime.NoSuchMethodShimModifier and TypeMethodDescriptionprivate static Interpreter.CallFrame
Interpreter.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__.