HomeSort by relevance Sort by last modified time
    Searched full:singleton_empty_string_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
typer.h 53 Type* singleton_empty_string_; member in class:v8::internal::compiler::Typer
typer.cc 46 singleton_empty_string_ = Type::HeapConstant(factory->empty_string(), zone);
52 Type::Union(singleton_empty_string_, Type::Hole(), zone),
    [all...]

Completed in 351 milliseconds