|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
ContextFactory.call(ContextAction)
instead as
this method relies on usage of a static singleton "global"
ContextFactory.
Callable.call(Context cx, Scriptable scope, Scriptable thisObj,
Object[] args)
using the Context instance associated with the current thread.
ContextFactory.call(ContextAction)
instead as
this method relies on usage of a static singleton "global"
ContextFactory.
Callable.call(Context cx, Scriptable scope, Scriptable thisObj,
Object[] args)
using the Context instance associated with the current thread.
ContextAction.run(Context cx)
using the Context
instance associated with the current thread.
ContextAction.run(Context cx)
using the Context
instance associated with the current thread.
Callable.call(Context cx, Scriptable scope, Scriptable thisObj,
Object[] args)
of callable under restricted security domain where an action is
allowed only if it is allowed according to the Java stack on the
moment of the execWithDomain call and securityDomain.
Callable.call(Context cx, Scriptable scope, Scriptable thisObj,
Object[] args)
of callable under restricted security domain where an action is
allowed only if it is allowed according to the Java stack on the
moment of the execWithDomain call and securityDomain.
delegee
is null
,
this method creates a new instance of the Delegator itself
rathert than forwarding the call to the
delegee
.
ScriptRuntime.constructError(String,String)
instead.
ScriptRuntime.constructError(String,String,String,int,String,int)
instead.
ContextFactory.enter()
or
ContextFactory.call(ContextAction)
instead.
ContextFactory.enter()
or
ContextFactory.call(ContextAction)
instead.
Context
object.
Context
object.
Context
instances.Context
instances.Context
creation and release events.Context
creation and release events.Context
instances should implement
ContextFactory.Listener
.Context
instance is no longer
associated with the current thread.
Context
instance is no longer
associated with the current thread.
FunctionObject.getTypeTag(Class)
and FunctionObject.convertArg(Context, Scriptable, Object, int)
for type convertion.
FunctionObject.getTypeTag(Class)
and FunctionObject.convertArg(Context, Scriptable, Object, int)
for type convertion.
GeneratedClassLoader
with restrictions imposed by
staticDomain and all current stack frames.
GeneratedClassLoader
with restrictions imposed by
staticDomain and all current stack frames.
Scriptable
instance using the default
constructor for the class of the underlying Java method.
Scriptable
instance using the default
constructor for the class of the underlying Java method.
ContextFactory.enter()
or
ContextFactory.call(ContextAction)
instead as this method relies
on usage of a static singleton "global" ContextFactory.
ContextFactory.enterContext(Context)
instead as
this method relies on usage of a static singleton "global" ContextFactory.
ContextFactory.enter()
or
ContextFactory.call(ContextAction)
instead as this method relies
on usage of a static singleton "global" ContextFactory.
ContextFactory.enterContext(Context)
instead as
this method relies on usage of a static singleton "global" ContextFactory.
ContextFactory.enterContext()
instead
ContextFactory.enterContext()
instead
SecurityController.callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args)
.
SecurityController.callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args)
.
Context.exit()
instead.
Context.exit()
instead.
ScriptableObject.getAttributes(String name)
. The engine always
ignored the start argument.
ScriptableObject.getAttributes(int index)
. The engine always
ignored the start argument.
ScriptableObject.getAttributes(String name)
. The engine always
ignored the start argument.
ScriptableObject.getAttributes(int index)
. The engine always
ignored the start argument.
RhinoException.columnNumber()
from the super class.
RhinoException.columnNumber()
from the super class.
RhinoException.columnNumber()
from the super class.
RhinoException.columnNumber()
from the super class.
Context
instance associated with the current thread
or null if none.
hint
parameter is null,
ScriptRuntime.ScriptableClass
or
ScriptRuntime.FunctionClass
.
Context
.
Context
.
XMLLib.Factory
to be used by the Context
instances produced by this
factory.
XMLLib.Factory
to be used by the Context
instances produced by this
factory.
ContextFactory
instance used to create this Context.
ContextFactory
instance used to create this Context.
observeInstructionCount()
.
observeInstructionCount()
.
FunctionObject.getArity()
.
FunctionObject.getArity()
.
RhinoException.lineNumber()
from the super class.
RhinoException.lineNumber()
from the super class.
RhinoException.lineNumber()
from the super class.
RhinoException.lineNumber()
from the super class.
RhinoException.lineNumber()
from the super class.
RhinoException.lineNumber()
from the super class.
DebugFrame.onLineChange().
- getLineNumbers() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get array containing the line numbers that
that can be passed to
DebugFrame.onLineChange().
- getLineSource() -
Method in exception org.mozilla.javascript.EcmaError
- Deprecated. Use
RhinoException.lineSource()
from the super class.
- getLineSource() -
Method in exception org.mozilla.javascript.EcmaError
- Deprecated. Use
RhinoException.lineSource()
from the super class.
- getLineSource() -
Method in exception org.mozilla.javascript.EvaluatorException
- Deprecated. Use
RhinoException.lineSource()
from the super class.
- getLineSource() -
Method in exception org.mozilla.javascript.EvaluatorException
- Deprecated. Use
RhinoException.lineSource()
from the super class.
- getListener(Object, int) -
Static method in class org.mozilla.javascript.Kit
- Get listener at index position in bag or null if
index equals to number of listeners in bag.
- getLiveLocals() -
Method in class org.mozilla.javascript.FunctionNode
-
- getLocale() -
Method in class org.mozilla.javascript.Context
- Get the current locale.
- getLocale() -
Method in class org.mozilla.javascript.Context
- Get the current locale.
- getLoop() -
Method in class org.mozilla.javascript.Node.Jump
-
- getMainMethodClass() -
Method in class org.mozilla.javascript.optimizer.ClassCompiler
- Get the name of the class for main method implementation.
- getMainMethodClass() -
Method in class org.mozilla.javascript.optimizer.ClassCompiler
- Get the name of the class for main method implementation.
- getMaximumInterpreterStackDepth() -
Method in class org.mozilla.javascript.Context
- Returns the maximum stack depth (in terms of number of call frames)
allowed in a single invocation of interpreter.
- getMaximumInterpreterStackDepth() -
Method in class org.mozilla.javascript.Context
- Returns the maximum stack depth (in terms of number of call frames)
allowed in a single invocation of interpreter.
- getMaxInstanceId() -
Method in class org.mozilla.javascript.BaseFunction
-
- getMaxInstanceId() -
Method in class org.mozilla.javascript.IdScriptableObject
- Get maximum id findInstanceIdInfo can generate.
- getMaxInstanceId() -
Method in class org.mozilla.javascript.NativeArray
-
- getMaxInstanceId() -
Method in class org.mozilla.javascript.regexp.NativeRegExp
-
- getMessage() -
Method in exception org.mozilla.javascript.RhinoException
-
- getMessage() -
Method in exception org.mozilla.javascript.RhinoException
-
- getMessage(String, Object[]) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getMessage0(String) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getMessage1(String, Object) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getMessage2(String, Object, Object) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getMessage3(String, Object, Object, Object) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getMessage4(String, Object, Object, Object, Object) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getMethodOrConstructor() -
Method in class org.mozilla.javascript.FunctionObject
- Get Java method or constructor this function represent.
- getMethodOrConstructor() -
Method in class org.mozilla.javascript.FunctionObject
- Get Java method or constructor this function represent.
- getName() -
Method in exception org.mozilla.javascript.EcmaError
- Gets the name of the error.
- getName() -
Method in exception org.mozilla.javascript.EcmaError
- Gets the name of the error.
- getNameFunctionAndThis(String, Context, Scriptable) -
Static method in class org.mozilla.javascript.ScriptRuntime
- Prepare for calling name(...): return function corresponding to
name and make current top scope available
as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.
- getNext() -
Method in class org.mozilla.javascript.Node
-
- getNextTempName() -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getObject(int) -
Method in class org.mozilla.javascript.UintMap
- Get object value assigned with key.
- getObjectElem(Object, Object, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
- Call obj.[[Get]](id)
- getObjectElem(Scriptable, Object, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getObjectIndex(Object, double, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getObjectIndex(Scriptable, int, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getObjectProp(Object, String, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
- Version of getObjectElem when elem is a valid JS identifier name.
- getObjectProp(Scriptable, String, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getObjectPropNoWarn(Object, String, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getObjectPrototype(Scriptable) -
Static method in class org.mozilla.javascript.ScriptableObject
- Get the Object.prototype property.
- getObjectPrototype(Scriptable) -
Static method in class org.mozilla.javascript.ScriptableObject
- Get the Object.prototype property.
- getOptimizationLevel() -
Method in class org.mozilla.javascript.CompilerEnvirons
-
- getOptimizationLevel() -
Method in class org.mozilla.javascript.CompilerEnvirons
-
- getOptimizationLevel() -
Method in class org.mozilla.javascript.Context
- Get the current optimization level.
- getOptimizationLevel() -
Method in class org.mozilla.javascript.Context
- Get the current optimization level.
- getParamAndVarConst() -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getParamAndVarCount() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get number of declared parameters and local variables.
- getParamAndVarCount() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get number of declared parameters and local variables.
- getParamAndVarCount() -
Method in class org.mozilla.javascript.NativeFunction
- Get number of declared parameters and variables defined through var
statements.
- getParamAndVarCount() -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getParamAndVarNames() -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getParamCount() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get number of declared parameters in the function.
- getParamCount() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get number of declared parameters in the function.
- getParamCount() -
Method in class org.mozilla.javascript.NativeFunction
- Get number of declared parameters.
- getParamCount() -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getParamOrVarConst(int) -
Method in class org.mozilla.javascript.NativeFunction
- Get parameter or variable const-ness.
- getParamOrVarName(int) -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get name of a declared parameter or local variable.
- getParamOrVarName(int) -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get name of a declared parameter or local variable.
- getParamOrVarName(int) -
Method in class org.mozilla.javascript.NativeFunction
- Get parameter or variable name.
- getParamOrVarName(int) -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getParent() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
-
- getParent() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
-
- getParentScope() -
Method in class org.mozilla.javascript.Delegator
-
- getParentScope() -
Method in class org.mozilla.javascript.NativeJavaObject
- Returns the parent (enclosing) scope of the object.
- getParentScope() -
Method in class org.mozilla.javascript.NativeWith
-
- getParentScope() -
Method in interface org.mozilla.javascript.Scriptable
- Get the parent scope of the object.
- getParentScope() -
Method in interface org.mozilla.javascript.Scriptable
- Get the parent scope of the object.
- getParentScope() -
Method in class org.mozilla.javascript.ScriptableObject
- Returns the parent (enclosing) scope of the object.
- getParentScope() -
Method in class org.mozilla.javascript.ScriptableObject
- Returns the parent (enclosing) scope of the object.
- getPatchedStack(RhinoException, String) -
Method in interface org.mozilla.javascript.Evaluator
- Given a native stack trace, patch it with script-specific source
and line information
- getPatchedStack(RhinoException, String) -
Method in class org.mozilla.javascript.Interpreter
-
- getPatchedStack(RhinoException, String) -
Method in class org.mozilla.javascript.optimizer.Codegen
-
- getProp(int) -
Method in class org.mozilla.javascript.Node
-
- GETPROP -
Static variable in class org.mozilla.javascript.Token
- Token types.
- getProperty(Scriptable, String) -
Static method in class org.mozilla.javascript.ScriptableObject
- Gets a named property from an object or any object in its prototype chain.
- getProperty(Scriptable, int) -
Static method in class org.mozilla.javascript.ScriptableObject
- Gets an indexed property from an object or any object in its prototype chain.
- getProperty(Scriptable, String) -
Static method in class org.mozilla.javascript.ScriptableObject
- Gets a named property from an object or any object in its prototype chain.
- getProperty(Scriptable, int) -
Static method in class org.mozilla.javascript.ScriptableObject
- Gets an indexed property from an object or any object in its prototype chain.
- getPropertyIds(Scriptable) -
Static method in class org.mozilla.javascript.ScriptableObject
- Returns an array of all ids from an object and its prototypes.
- getPropertyIds(Scriptable) -
Static method in class org.mozilla.javascript.ScriptableObject
- Returns an array of all ids from an object and its prototypes.
- getPropFunctionAndThis(Object, String, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
- Prepare for calling obj.property(...): return function corresponding to
obj.property and make obj properly converted to Scriptable available
as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.
- GETPROPNOWARN -
Static variable in class org.mozilla.javascript.Token
- Token types.
- getProtectionDomain(Class) -
Static method in class org.mozilla.javascript.SecurityUtilities
-
- getPrototype() -
Method in class org.mozilla.javascript.Delegator
-
- getPrototype() -
Method in class org.mozilla.javascript.IdFunctionObject
-
- getPrototype() -
Method in class org.mozilla.javascript.NativeJavaArray
-
- getPrototype() -
Method in class org.mozilla.javascript.NativeJavaObject
-
- getPrototype() -
Method in class org.mozilla.javascript.NativeWith
-
- getPrototype() -
Method in interface org.mozilla.javascript.Scriptable
- Get the prototype of the object.
- getPrototype() -
Method in interface org.mozilla.javascript.Scriptable
- Get the prototype of the object.
- getPrototype() -
Method in class org.mozilla.javascript.ScriptableObject
- Returns the prototype of the object.
- getPrototype() -
Method in class org.mozilla.javascript.ScriptableObject
- Returns the prototype of the object.
- getRegexpCount() -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getRegexpFlags(int) -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getRegExpProxy(Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getRegexpString(int) -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getResumptionPoints() -
Method in class org.mozilla.javascript.FunctionNode
-
- getScope() -
Method in class org.mozilla.javascript.Node
- Can only be called when node has String context.
- getScriptStack(RhinoException) -
Method in interface org.mozilla.javascript.Evaluator
- Get the script stack for the given exception
- getScriptStack(RhinoException) -
Method in class org.mozilla.javascript.Interpreter
-
- getScriptStack(RhinoException) -
Method in class org.mozilla.javascript.optimizer.Codegen
-
- getScriptStackTrace() -
Method in exception org.mozilla.javascript.RhinoException
- Get a string representing the script stack of this exception.
- getScriptStackTrace(FilenameFilter) -
Method in exception org.mozilla.javascript.RhinoException
- Get a string representing the script stack of this exception.
- getScriptStackTrace() -
Method in exception org.mozilla.javascript.RhinoException
- Get a string representing the script stack of this exception.
- getScriptStackTrace(FilenameFilter) -
Method in exception org.mozilla.javascript.RhinoException
- Get a string representing the script stack of this exception.
- getSourceName() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get the name of the source (usually filename or URL)
of the script.
- getSourceName() -
Method in interface org.mozilla.javascript.debug.DebuggableScript
- Get the name of the source (usually filename or URL)
of the script.
- getSourceName() -
Method in exception org.mozilla.javascript.EcmaError
- Deprecated. Use
RhinoException.sourceName()
from the super class.
- getSourceName() -
Method in exception org.mozilla.javascript.EcmaError
- Deprecated. Use
RhinoException.sourceName()
from the super class.
- getSourceName() -
Method in exception org.mozilla.javascript.EvaluatorException
- Deprecated. Use
RhinoException.sourceName()
from the super class.
- getSourceName() -
Method in exception org.mozilla.javascript.EvaluatorException
- Deprecated. Use
RhinoException.sourceName()
from the super class.
- getSourceName() -
Method in exception org.mozilla.javascript.JavaScriptException
- Deprecated. Use
RhinoException.sourceName()
from the super class.
- getSourceName() -
Method in exception org.mozilla.javascript.JavaScriptException
- Deprecated. Use
RhinoException.sourceName()
from the super class.
- getSourceName() -
Method in class org.mozilla.javascript.ScriptOrFnNode
-
- getSourcePositionFromStack(Context, int[]) -
Method in interface org.mozilla.javascript.Evaluator
- Get the source position information by examining the stack.
- getSourcePositionFromStack(Context, int[]) -
Method in class org.mozilla.javascript.Interpreter
-
- getSourcePositionFromStack(Context, int[]) -
Method in class org.mozilla.javascript.optimizer.Codegen
-
- getStackTop() -
Method in class org.mozilla.classfile.ClassFileWriter
-
- GETSTATIC -
Static variable in class org.mozilla.classfile.ByteCode
- The byte opcodes defined by the Java Virtual Machine.
- getStaticSecurityDomainClass() -
Static method in class org.mozilla.javascript.SecurityController
-
- getStaticSecurityDomainClass() -
Static method in class org.mozilla.javascript.SecurityController
-
- getStaticSecurityDomainClassInternal() -
Method in class org.mozilla.javascript.PolicySecurityController
-
- getStaticSecurityDomainClassInternal() -
Method in class org.mozilla.javascript.SecurityController
-
- getStaticSecurityDomainClassInternal() -
Method in class org.mozilla.javascript.SecurityController
-
- getStopIterationObject(Scriptable) -
Static method in class org.mozilla.javascript.NativeIterator
- Get the value of the "StopIteration" object.
- getString() -
Method in class org.mozilla.javascript.Node
- Can only be called when node has String context.
- getSystemProperty(String) -
Static method in class org.mozilla.javascript.SecurityUtilities
- Retrieves a system property within a privileged block.
- getTargetExtends() -
Method in class org.mozilla.javascript.optimizer.ClassCompiler
- Get the class that the generated target will extend.
- getTargetExtends() -
Method in class org.mozilla.javascript.optimizer.ClassCompiler
- Get the class that the generated target will extend.
- getTargetImplements() -
Method in class org.mozilla.javascript.optimizer.ClassCompiler
- Get the interfaces that the generated target will implement.
- getTargetImplements() -
Method in class org.mozilla.javascript.optimizer.ClassCompiler
- Get the interfaces that the generated target will implement.
- getThreadContextHelper() -
Method in class org.mozilla.javascript.jdk11.VMBridge_jdk11
-
- getThreadContextHelper() -
Method in class org.mozilla.javascript.jdk13.VMBridge_jdk13
-
- getThreadContextHelper() -
Method in class org.mozilla.javascript.VMBridge
- Return a helper object to optimize
Context
access.
- getThreadLocal(Object) -
Method in class org.mozilla.javascript.Context
- Get a value corresponding to a key.
- getThreadLocal(Object) -
Method in class org.mozilla.javascript.Context
- Get a value corresponding to a key.
- getTopCallScope(Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getTopLevelProp(Scriptable, String) -
Static method in class org.mozilla.javascript.ScriptRuntime
-
- getTopLevelScope(Scriptable) -
Static method in class org.mozilla.javascript.ScriptableObject
- Get the global scope.
- getTopLevelScope(Scriptable) -
Static method in class org.mozilla.javascript.ScriptableObject
- Get the global scope.
- getTopScopeValue(Scriptable, Object) -
Static method in class org.mozilla.javascript.ScriptableObject
- Get arbitrary application-specific value associated with the top scope
of the given scope.
- getTopScopeValue(Scriptable, Object) -
Static method in class org.mozilla.javascript.ScriptableObject
- Get arbitrary application-specific value associated with the top scope
of the given scope.
- getType() -
Method in class org.mozilla.javascript.Node
-
- getTypeTag(Class) -
Static method in class org.mozilla.javascript.FunctionObject
-
- getTypeTag(Class) -
Static method in class org.mozilla.javascript.FunctionObject
-
- getUndefinedValue() -
Static method in class org.mozilla.javascript.Context
- Get the singleton object that represents the JavaScript Undefined value.
- getUndefinedValue() -
Static method in class org.mozilla.javascript.Context
- Get the singleton object that represents the JavaScript Undefined value.
- getValue() -
Method in exception org.mozilla.javascript.JavaScriptException
-
- getValue() -
Method in exception org.mozilla.javascript.JavaScriptException
-
- getValue() -
Method in class org.mozilla.javascript.ObjToIntMap.Iterator
-
- getValueFunctionAndThis(Object, Context) -
Static method in class org.mozilla.javascript.ScriptRuntime
- Prepare for calling
(...): return function corresponding to
and make parent scope of the function available
as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.
- GETVAR -
Static variable in class org.mozilla.javascript.Token
- Token types.
- getWrapFactory() -
Method in class org.mozilla.javascript.Context
- Return the current WrapFactory, or null if none is defined.
- getWrapFactory() -
Method in class org.mozilla.javascript.Context
- Return the current WrapFactory, or null if none is defined.
- getWrappedException() -
Method in exception org.mozilla.javascript.WrappedException
- Get the wrapped exception.
- getWrappedException() -
Method in exception org.mozilla.javascript.WrappedException
- Get the wrapped exception.
- GOTO -
Static variable in class org.mozilla.classfile.ByteCode
- The byte opcodes defined by the Java Virtual Machine.
- GOTO -
Static variable in class org.mozilla.javascript.Token
- Token types.
- GOTO_W -
Static variable in class org.mozilla.classfile.ByteCode
- The byte opcodes defined by the Java Virtual Machine.
- GT -
Static variable in class org.mozilla.javascript.Token
- Token types.
Context.hasFeature(int featureIndex)
.
Context.hasFeature(int featureIndex)
.
SecurityController
was already installed.
SecurityController
was already installed.
false
if result of Java method, which is instance of
String
, Number
, Boolean
and
Character
, should be used directly as JavaScript primitive
type.
false
if result of Java method, which is instance of
String
, Number
, Boolean
and
Character
, should be used directly as JavaScript primitive
type.
WrappedException.WrappedException(Throwable)
to report
exceptions in Java code.
WrappedException.WrappedException(Throwable)
to report
exceptions in Java code.
NativeArray.getLength()
instead.
BaseFunction.getFunctionName()
instead.
For backwards compatibility keep an old method name used by
Batik and possibly others.
Context
instance to be associated with the current
thread.
Context
instance to be associated with the current
thread.
with
statement.InterfaceAdapter
.
get
if the property is not
found.
get
if the property is not
found.
Context.observeInstructionCount(int instructionCount)
.
Context.observeInstructionCount(int instructionCount)
.
Policy
in effect.Context.enter()
and Context.exit()
methods will
throw an exception.
Context.enter()
and Context.exit()
methods will
throw an exception.
ScriptableObject.setAttributes(String name, int attributes)
.
The engine always ignored the start argument.
ScriptableObject.setAttributes(int index, int attributes)
.
The engine always ignored the start argument.
ScriptableObject.setAttributes(String name, int attributes)
.
The engine always ignored the start argument.
ScriptableObject.setAttributes(int index, int attributes)
.
The engine always ignored the start argument.
Context
instance with the current thread or remove
the current association if cx is null.
observeInstructionCount()
.
observeInstructionCount()
.
ScriptRuntime.toObject(Scriptable, Object)
instead.
ScriptRuntime.toObject(Context, Scriptable, Object)
instead.
WrappedException.getWrappedException()
instead.
WrappedException.getWrappedException()
instead.
Context.getWrapFactory()
together with calling WrapFactory.wrap(Context, Scriptable, Object, Class)
Context.setWrapFactory(WrapFactory)
Once an instance of this class or an extension of this class is enabled
for a given context (by calling setWrapFactory on that context), Rhino
will call the methods of this class whenever it needs to wrap a value
resulting from a call to a Java method or an access to a Java field.Context.setWrapFactory(WrapFactory)
Once an instance of this class or an extension of this class is enabled
for a given context (by calling setWrapFactory on that context), Rhino
will call the methods of this class whenever it needs to wrap a value
resulting from a call to a Java method or an access to a Java field.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |