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

  /external/v8/src/
prototype-inl.h 24 is_at_end_(false),
36 is_at_end_(false),
46 is_at_end_(object_->IsNull(isolate_)),
48 if (!is_at_end_ && where_to_end_ == END_AT_NON_HIDDEN) {
51 is_at_end_ = !map->has_hidden_prototype();
62 is_at_end_(handle_->IsNull(isolate_)),
64 if (!is_at_end_ && where_to_end_ == END_AT_NON_HIDDEN) {
67 is_at_end_ = !map->has_hidden_prototype();
84 is_at_end_ = true;
88 is_at_end_ = true
    [all...]
prototype.h 71 bool IsAtEnd() const { return is_at_end_; }
79 bool is_at_end_; member in class:v8::internal::PrototypeIterator

Completed in 1350 milliseconds