Home | History | Annotate | Download | only in src

Lines Matching refs:BooleanObject

2486 void v8::BooleanObject::CheckCast(v8::Value* that) {
2488 if (IsDeadCheck(isolate, "v8::BooleanObject::Cast()")) return;
2491 "v8::BooleanObject::Cast()",
2492 "Could not convert to BooleanObject");
4827 Local<v8::Value> v8::BooleanObject::New(bool value) {
4829 EnsureInitializedForIsolate(isolate, "v8::BooleanObject::New()");
4830 LOG_API(isolate, "BooleanObject::New");
4839 bool v8::BooleanObject::BooleanValue() const {
4841 if (IsDeadCheck(isolate, "v8::BooleanObject::BooleanValue()")) return 0;
4842 LOG_API(isolate, "BooleanObject::BooleanValue");