Home | History | Annotate | Download | only in src

Lines Matching refs:false

29     return false;
52 // Special check for NaN as NaN == NaN is false.
576 return this.value_ ? 'true' : 'false';
1085 this.resolved_ = false;
1474 return false;
1482 return MakeMirror(this.value_, false);
1491 return this.exception_ ? true : false;
1515 return this.getter_ ? true : false;
1524 return this.setter_ ? true : false;
1592 return MakeMirror(this.value_, false);
2449 var json = this.serialize_(mirror, false, true);
2469 content.push(this.serialize_(this.mirrors_[i], false, false));