Searched defs:attribute_count_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dprettyprinter.h210 bool is_used() { return attribute_count_ > 0; }
211 void use() { ++attribute_count_; }
215 int attribute_count_; member in class:v8::internal::BASE_EMBEDDED

Completed in 55 milliseconds