Home | History | Annotate | Download | only in API

Lines Matching full:false

40 @constant     kJSTypeBoolean    A primitive boolean value, one of true or false.
72 @result true if value's type is the undefined type, otherwise false.
81 @result true if value's type is the null type, otherwise false.
90 @result true if value's type is the boolean type, otherwise false.
99 @result true if value's type is the number type, otherwise false.
108 @result true if value's type is the string type, otherwise false.
117 @result true if value's type is the object type, otherwise false.
127 @result true if value is an object and has jsClass in its class chain, otherwise false.
140 @result true if the two values are equal, false if they are not equal or an exception is thrown.
150 @result true if the two values are strict equal, otherwise false.
161 @result true if value is an object constructed by constructor, as compared by the JS instanceof operator, otherwise false.