Home
last modified time | relevance | path

Searched refs:singleton_zero_string_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Doperation-typer.h106 Type singleton_zero_string_; variable
Doperation-typer.cc31 singleton_zero_string_ = Type::Constant(broker, factory->zero_string(), zone); in OperationTyper()
547 if (type.Is(cache_->kZeroOrMinusZero)) return singleton_zero_string_; in NumberToString()