Searched defs:BooleanValue (Results 1 – 7 of 7) sorted by relevance
38 public interface BooleanValue extends PrimitiveValue { interface
100 public static class BooleanValue extends Value { class in Const103 public BooleanValue(boolean value) { in BooleanValue() method in Const.BooleanValue
43 @interface BooleanValue {} annotation in TypeConversionTest
1095 bool ObjectRef::BooleanValue() { in BooleanValue() function in v8::internal::compiler::ObjectRef
543 …BooleanValue *bool `protobuf:"varint,2,opt,name=booleanValue" json:"bo… member
3918 Maybe<bool> Value::BooleanValue(Local<Context> context) const { in BooleanValue() function in v8::Value3923 bool Value::BooleanValue() const { in BooleanValue() function in v8::Value
504 bool Object::BooleanValue(Isolate* isolate) { in BooleanValue() function in v8::internal::Object