Home | History | Annotate | Download | only in API

Lines Matching full:whether

21  * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
69 @abstract Tests whether a JavaScript value's type is the undefined type.
78 @abstract Tests whether a JavaScript value's type is the null type.
87 @abstract Tests whether a JavaScript value's type is the boolean type.
96 @abstract Tests whether a JavaScript value's type is the number type.
105 @abstract Tests whether a JavaScript value's type is the string type.
114 @abstract Tests whether a JavaScript value's type is the object type.
123 @abstract Tests whether a JavaScript value is an object with a given class in its class chain.
135 @abstract Tests whether two JavaScript values are equal, as compared by the JS == operator.
146 @abstract Tests whether two JavaScript values are strict equal, as compared by the JS === operator.
156 @abstract Tests whether a JavaScript value is an object constructed by a given constructor, as compared by the JS instanceof operator.