Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperation-typer.h102 Type singleton_zero_string_; variable
Doperation-typer.cc34 singleton_zero_string_ = in OperationTyper()
546 if (type.Is(cache_.kZeroOrMinusZero)) return singleton_zero_string_; in NumberToString()