Home | History | Annotate | Download | only in src

Lines Matching refs:IsFalse

114   if (IsFalse()) return this;
1266 else if (IsFalse())
2685 if (configurable->IsFalse()) {
2797 if (configurable->IsFalse()) {
2808 if (enumerable->ToBoolean()->IsFalse()) attributes |= DONT_ENUM;
2809 if (configurable->ToBoolean()->IsFalse()) attributes |= DONT_DELETE;
2810 if (writable->ToBoolean()->IsFalse()) attributes |= READ_ONLY;