Uses of Class
net.sourceforge.htmlunit.corejs.javascript.UniqueTag

Packages that use UniqueTag
net.sourceforge.htmlunit.corejs.javascript   
 

Uses of UniqueTag in net.sourceforge.htmlunit.corejs.javascript
 

Fields in net.sourceforge.htmlunit.corejs.javascript declared as UniqueTag
static UniqueTag UniqueTag.DOUBLE_MARK
          Tag to indicate that a object represents "double" with the real value stored somewhere else.
static UniqueTag UniqueTag.NOT_FOUND
          Tag to mark non-existing values.
static UniqueTag UniqueTag.NULL_VALUE
          Tag to distinguish between uninitialized and null values.