Home | History | Annotate | Download | only in src

Lines Matching defs:isBoolean

1811   return this.isUndefined() || this.isNull() || this.isBoolean() ||
1847 ProtocolValue.prototype.isBoolean = function() {