Uses of Class
org.mozilla.javascript.Ref
-
Uses of Ref in org.mozilla.javascript
Modifier and TypeMethodDescriptionstatic Ref
ScriptRuntime.callRef
(Callable function, Scriptable thisObj, Object[] args, Context cx) Perform function call in reference context.static Ref
static Ref
static Ref
ScriptRuntime.nameRef
(Object namespace, Object name, Context cx, Scriptable scope, int memberTypeFlags) static Ref
ScriptRuntime.nameRef
(Object name, Context cx, Scriptable scope, int memberTypeFlags) RefCallable.refCall
(Context cx, Scriptable thisObj, Object[] args) Perform function call in reference context.static Ref
ScriptRuntime.specialRef
(Object obj, String specialProperty, Context cx) Deprecated.static Ref
ScriptRuntime.specialRef
(Object obj, String specialProperty, Context cx, Scriptable scope) Modifier and TypeMethodDescriptionstatic Object
static Object
static Object
ScriptRuntime.refIncrDecr
(Ref ref, Context cx, int incrDecrMask) Deprecated.static Object
ScriptRuntime.refIncrDecr
(Ref ref, Context cx, Scriptable scope, int incrDecrMask) static Object
Deprecated.static Object
ScriptRuntime.refSet
(Ref ref, Object value, Context cx, Scriptable scope) -
Uses of Ref in org.mozilla.javascript.xml
Modifier and TypeMethodDescriptionabstract Ref
Generic reference to implement x.abstract Ref
Generic reference to implement x::ns, x.abstract Ref
XMLLib.nameRef
(Context cx, Object namespace, Object name, Scriptable scope, int memberTypeFlags) abstract Ref
XMLLib.nameRef
(Context cx, Object name, Scriptable scope, int memberTypeFlags)
ScriptRuntime.specialRef(Object, String, Context, Scriptable)
instead