org.mozilla.javascript.Context.compileReader(Scriptable,Reader,String,int,Object) The method implementation simply calls |
org.mozilla.javascript.Context.toObject(Object,Scriptable,Class) |
org.mozilla.javascript.Context.setCachingEnabled(boolean) |
org.mozilla.javascript.Context.setWrapHandler(org.mozilla.javascript.WrapHandler) As of Rhino 1.5 Release 4, use |
org.mozilla.javascript.Context.getWrapHandler() As of Rhino 1.5 Release 4, use |
org.mozilla.javascript.EcmaError.getErrorObject() |
org.mozilla.javascript.FunctionObject.convertArg(Context,Scriptable,Object,Class) |
org.mozilla.javascript.ScriptableObject.getAttributes(String,Scriptable) Use getAttributes(String name) . |
org.mozilla.javascript.ScriptableObject.getAttributes(int,Scriptable) Use getAttributes(int index) . |
org.mozilla.javascript.ScriptableObject.setAttributes(String,Scriptable,int) Use setAttributes(String name, int attributes) . |
org.mozilla.javascript.ScriptableObject.setAttributes(int,Scriptable,int) Use setAttributes(int index, int attributes) . |
org.mozilla.javascript.SecurityController.execWithDomain(Context,Scriptable,Script,Object) The application should not override this method and instead
override |
org.mozilla.javascript.WrappedException.unwrap() |