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

  /external/v8/src/compiler/
operation-typer.h 53 Type* singleton_true() { return singleton_true_; } function in class:v8::internal::compiler::OperationTyper
operation-typer.cc 378 if (type->Is(singleton_false())) return singleton_true();
379 if (type->Is(singleton_true())) return singleton_false();
400 return singleton_true();

Completed in 1949 milliseconds