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

  /external/v8/src/compiler/
representation-change.h 83 type_error_(false) {}
113 bool type_error_; // Set when a type error is detected. member in class:v8::internal::compiler::final
representation-change.cc 505 type_error_ = true;
  /external/v8/test/cctest/compiler/
test-representation-change.cc 89 changer()->type_error_ = false;
92 CHECK(changer()->type_error_);

Completed in 672 milliseconds