Home | History | Annotate | Download | only in src

Lines Matching defs:BooleanValue

2975         isolate->factory()->ToBoolean(obj->BooleanValue());
3214 bool Value::BooleanValue() const {
3215 return Utils::OpenHandle(this)->BooleanValue();
6172 if (IsDeadCheck(isolate, "v8::BooleanObject::BooleanValue()")) return 0;
6173 LOG_API(isolate, "BooleanObject::BooleanValue");