Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h73 Type singleton_false() const { return singleton_false_; } in singleton_false()
103 Type singleton_false_; variable
Dtyper.cc44 singleton_false_ = operation_typer_.singleton_false(); in Typer()
431 : t->singleton_false_; in FalsifyUndefined()
566 if (!type.Maybe(Type::OtherObject())) return t->singleton_false_; in ObjectIsArrayBufferView()
572 if (!type.Maybe(Type::BigInt())) return t->singleton_false_; in ObjectIsBigInt()
578 if (!type.Maybe(Type::Callable())) return t->singleton_false_; in ObjectIsCallable()
584 if (!type.Maybe(Type::Callable())) return t->singleton_false_; in ObjectIsConstructor()
590 if (!type.Maybe(Type::DetectableCallable())) return t->singleton_false_; in ObjectIsDetectableCallable()
596 if (!type.Maybe(Type::MinusZero())) return t->singleton_false_; in ObjectIsMinusZero()
602 if (!type.Maybe(Type::NaN())) return t->singleton_false_; in ObjectIsNaN()
608 if (!type.Maybe(Type::NaN())) return t->singleton_false_; in NumberIsNaN()
[all …]
Dtyper.h54 Type singleton_false_; variable
Doperation-typer.cc36 singleton_false_ = in OperationTyper()
47 Type::Union(Type::Union(singleton_false_, cache_.kZeroish, zone), in OperationTyper()
278 if (type.Is(singleton_false_)) return cache_.kSingletonZero; in ToNumberCommon()
523 if (type.Is(cache_.kZeroish)) return singleton_false_; in NumberToBoolean()
1194 if (type.Is(falsish_)) return singleton_false_; in ToBoolean()