Home | History | Annotate | Download | only in src

Lines Matching defs:ToBoolean

112 Object* Object::ToBoolean() {
116 return Isolate::Current()->heap()->ToBoolean(Smi::cast(this)->value() != 0);
127 return heap_object->GetHeap()->ToBoolean(
2630 return result->ToBoolean()->IsTrue();
2739 Object* bool_result = result->ToBoolean();
2808 if (enumerable->ToBoolean()->IsFalse()) attributes |= DONT_ENUM;
2809 if (configurable->ToBoolean()->IsFalse()) attributes |= DONT_DELETE;
2810 if (writable->ToBoolean()->IsFalse()) attributes |= READ_ONLY;