Class SpecialRef
java.lang.Object
org.mozilla.javascript.Ref
org.mozilla.javascript.SpecialRef
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate static final longprivate static final intprivate static final intprivate static final intprivate Scriptableprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static RefcreateSpecial(Context cx, Scriptable scope, Object object, String name) booleanbooleanDeprecated.set(Context cx, Scriptable scope, Object value)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
SPECIAL_NONE
private static final int SPECIAL_NONE- See Also:
-
SPECIAL_PROTO
private static final int SPECIAL_PROTO- See Also:
-
SPECIAL_PARENT
private static final int SPECIAL_PARENT- See Also:
-
target
-
type
private int type -
name
-
-
Constructor Details
-
SpecialRef
-
-
Method Details
-
createSpecial
-
get
-
set
-
set
-
has
-
delete
-