Searched refs:singleton_true_ (Results 1 – 4 of 4) sorted by relevance
59 Type* singleton_true() const { return singleton_true_; } in singleton_true()84 Type* singleton_true_; variable
48 singleton_true_ = operation_typer_.singleton_true(); in Typer()56 singleton_true_, in Typer()393 if (type->Is(t->singleton_false_)) return t->singleton_true_; in Invert()394 if (type->Is(t->singleton_true_)) return t->singleton_false_; in Invert()417 return t->singleton_true_; in FalsifyUndefined()433 if (type->Is(t->truish_)) return t->singleton_true_; in ToBoolean()507 if (type->Is(Type::DetectableCallable())) return t->singleton_true_; in ObjectIsDetectableCallable()513 if (type->Is(Type::NonCallable())) return t->singleton_true_; in ObjectIsNonCallable()519 if (type->Is(Type::Number())) return t->singleton_true_; in ObjectIsNumber()526 if (type->Is(Type::Receiver())) return t->singleton_true_; in ObjectIsReceiver()[all …]
55 Type* singleton_true_; variable
28 singleton_true_ = Type::HeapConstant(factory->true_value(), zone); in OperationTyper()253 if (type->Is(singleton_true_)) return cache_.kSingletonOne; in ToNumber()465 return singleton_true_; // Ruled out nan, -0 and +0. in NumberToBoolean()