org.mozilla.javascript.Context.addContextListener(ContextListener) |
org.mozilla.javascript.Context.addContextListener(ContextListener) |
org.mozilla.javascript.Context.call(ContextAction)
|
org.mozilla.javascript.Context.call(ContextAction)
|
org.mozilla.javascript.ScriptRuntime.call(Context, Object, Object, Object[], Scriptable)
The method is only present for compatibility.
|
org.mozilla.javascript.NativeJavaObject.coerceType(Class>, Object)
as of 1.5 Release 4
|
org.mozilla.javascript.Context.compileReader(Scriptable, Reader, String, int, Object) |
org.mozilla.javascript.Context.compileReader(Scriptable, Reader, String, int, Object) |
org.mozilla.javascript.NativeGlobal.constructError(Context, String, String, Scriptable)
|
org.mozilla.javascript.NativeGlobal.constructError(Context, String, String, Scriptable, String, int, int, String)
|
org.mozilla.javascript.ContextListener.contextEntered(Context)
Rhino runtime never calls the method.
|
org.mozilla.javascript.ContextListener.contextExited(Context)
Rhino runtime never calls the method.
|
org.mozilla.javascript.FunctionObject.convertArg(Context, Scriptable, Object, Class>)
|
org.mozilla.javascript.FunctionObject.convertArg(Context, Scriptable, Object, Class>)
|
org.mozilla.javascript.ScriptRuntime.delete(Object, Object, Context) |
org.mozilla.javascript.ContextFactory.enter()
|
org.mozilla.javascript.ContextFactory.enter()
|
org.mozilla.javascript.Context.enter(Context)
|
org.mozilla.javascript.Context.enter(Context)
|
org.mozilla.javascript.SecurityController.execWithDomain(Context, Scriptable, Script, Object)
|
org.mozilla.javascript.SecurityController.execWithDomain(Context, Scriptable, Script, Object)
|
org.mozilla.javascript.ContextFactory.exit()
|
org.mozilla.javascript.ContextFactory.exit()
|
org.mozilla.javascript.ScriptableObject.getAttributes(int, Scriptable)
|
org.mozilla.javascript.ScriptableObject.getAttributes(int, Scriptable)
|
org.mozilla.javascript.ScriptableObject.getAttributes(String, Scriptable)
|
org.mozilla.javascript.ScriptableObject.getAttributes(String, Scriptable)
|
org.mozilla.javascript.EcmaError.getColumnNumber()
|
org.mozilla.javascript.EvaluatorException.getColumnNumber()
|
org.mozilla.javascript.EcmaError.getColumnNumber()
|
org.mozilla.javascript.EvaluatorException.getColumnNumber()
|
org.mozilla.javascript.EcmaError.getErrorObject()
Always returns null.
|
org.mozilla.javascript.EcmaError.getErrorObject()
Always returns null.
|
org.mozilla.javascript.EcmaError.getLineNumber()
|
org.mozilla.javascript.EvaluatorException.getLineNumber()
|
org.mozilla.javascript.JavaScriptException.getLineNumber()
|
org.mozilla.javascript.EcmaError.getLineNumber()
|
org.mozilla.javascript.JavaScriptException.getLineNumber()
|
org.mozilla.javascript.EvaluatorException.getLineNumber()
|
org.mozilla.javascript.EcmaError.getLineSource()
|
org.mozilla.javascript.EvaluatorException.getLineSource()
|
org.mozilla.javascript.EcmaError.getLineSource()
|
org.mozilla.javascript.EvaluatorException.getLineSource()
|
org.mozilla.javascript.RhinoException.getScriptStackTrace(FilenameFilter)
the filter argument is ignored as we are able to
recognize script stack elements by our own. Use
#getScriptStackTrace() instead.
|
org.mozilla.javascript.RhinoException.getScriptStackTrace(FilenameFilter)
the filter argument is ignored as we are able to
recognize script stack elements by our own. Use
#getScriptStackTrace() instead.
|
org.mozilla.javascript.EcmaError.getSourceName()
|
org.mozilla.javascript.EvaluatorException.getSourceName()
|
org.mozilla.javascript.JavaScriptException.getSourceName()
|
org.mozilla.javascript.EcmaError.getSourceName()
|
org.mozilla.javascript.JavaScriptException.getSourceName()
|
org.mozilla.javascript.EvaluatorException.getSourceName()
|
org.mozilla.javascript.ImporterTopLevel.importPackage(Context, Scriptable, Object[], Function)
Kept only for compatibility.
|
org.mozilla.javascript.ImporterTopLevel.importPackage(Context, Scriptable, Object[], Function)
Kept only for compatibility.
|
org.mozilla.javascript.ClassCache.isInvokerOptimizationEnabled()
The method always returns false.
|
org.mozilla.javascript.ClassCache.isInvokerOptimizationEnabled()
The method always returns false.
|
org.mozilla.javascript.NativeArray.jsGet_length()
|
org.mozilla.javascript.NativeFunction.jsGet_name()
|
org.mozilla.javascript.ScriptRuntime.nameIncrDecr(Scriptable, String, int)
The method is only present for compatibility.
|
org.mozilla.javascript.ScriptRuntime.newObjectLiteral(Object[], Object[], Context, Scriptable)
This method only present for compatibility.
|
org.mozilla.javascript.Context.removeContextListener(ContextListener) |
org.mozilla.javascript.Context.removeContextListener(ContextListener) |
org.mozilla.javascript.ScriptableObject.setAttributes(int, Scriptable, int)
|
org.mozilla.javascript.ScriptableObject.setAttributes(int, Scriptable, int)
|
org.mozilla.javascript.ScriptableObject.setAttributes(String, Scriptable, int)
|
org.mozilla.javascript.ScriptableObject.setAttributes(String, Scriptable, int)
|
org.mozilla.javascript.Context.setCachingEnabled(boolean) |
org.mozilla.javascript.Context.setCachingEnabled(boolean) |
org.mozilla.javascript.ClassCache.setInvokerOptimizationEnabled(boolean)
The method does nothing.
Invoker optimization is no longer used by Rhino.
On modern JDK like 1.4 or 1.5 the disadvantages of the optimization
like increased memory usage or longer initialization time overweight
small speed increase that can be gained using generated proxy class
to replace reflection.
|
org.mozilla.javascript.ClassCache.setInvokerOptimizationEnabled(boolean)
The method does nothing.
Invoker optimization is no longer used by Rhino.
On modern JDK like 1.4 or 1.5 the disadvantages of the optimization
like increased memory usage or longer initialization time overweight
small speed increase that can be gained using generated proxy class
to replace reflection.
|
org.mozilla.javascript.ScriptRuntime.toObject(Context, Scriptable, Object, Class>)
|
org.mozilla.javascript.Context.toObject(Object, Scriptable, Class>) |
org.mozilla.javascript.Context.toObject(Object, Scriptable, Class>) |
org.mozilla.javascript.ScriptRuntime.toObject(Scriptable, Object, Class>)
|
org.mozilla.javascript.Context.toType(Object, Class>) |
org.mozilla.javascript.Context.toType(Object, Class>) |
org.mozilla.javascript.WrappedException.unwrap()
|
org.mozilla.javascript.WrappedException.unwrap()
|
org.mozilla.javascript.NativeJavaObject.wrap(Scriptable, Object, Class>)
|