Package org.htmlunit.corejs.javascript
Class SpecialRef
java.lang.Object
org.htmlunit.corejs.javascript.Ref
org.htmlunit.corejs.javascript.SpecialRef
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private static final long
private static final int
private static final int
private static final int
private Scriptable
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Ref
createSpecial
(Context cx, Scriptable scope, Object object, String name) boolean
boolean
Deprecated.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