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

  /external/v8/src/compiler/
operation-typer.h 60 Type* singleton_the_hole() const { return singleton_the_hole_; }
85 Type* singleton_the_hole_; member in class:v8::internal::compiler::OperationTyper
operation-typer.cc 29 singleton_the_hole_ = Type::HeapConstant(factory->the_hole_value(), zone);
    [all...]

Completed in 125 milliseconds