Home
last modified time | relevance | path

Searched refs:singleton_true_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Doperation-typer.h74 Type singleton_true() const { return singleton_true_; } in singleton_true()
104 Type singleton_true_; variable
Dtyper.cc45 singleton_true_ = operation_typer_.singleton_true(); in Typer()
435 return t->singleton_true_; in FalsifyUndefined()
571 if (type.Is(Type::BigInt())) return t->singleton_true_; in ObjectIsBigInt()
577 if (type.Is(Type::Callable())) return t->singleton_true_; in ObjectIsCallable()
589 if (type.Is(Type::DetectableCallable())) return t->singleton_true_; in ObjectIsDetectableCallable()
595 if (type.Is(Type::MinusZero())) return t->singleton_true_; in ObjectIsMinusZero()
601 if (type.Is(Type::NaN())) return t->singleton_true_; in ObjectIsNaN()
607 if (type.Is(Type::NaN())) return t->singleton_true_; in NumberIsNaN()
613 if (type.Is(Type::NonCallable())) return t->singleton_true_; in ObjectIsNonCallable()
619 if (type.Is(Type::Number())) return t->singleton_true_; in ObjectIsNumber()
[all …]
Dtyper.h55 Type singleton_true_; variable
Doperation-typer.cc38 singleton_true_ = in OperationTyper()
52 singleton_true_, in OperationTyper()
279 if (type.Is(singleton_true_)) return cache_.kSingletonOne; in ToNumberCommon()
525 return singleton_true_; // Ruled out nan, -0 and +0. in NumberToBoolean()
1195 if (type.Is(truish_)) return singleton_true_; in ToBoolean()