HomeSort by relevance Sort by last modified time
    Searched full:query_count_ (Results 1 - 1 of 1) sorted by null

  /external/v8/test/cctest/
test-decls.cc 69 int query_count() const { return query_count_; }
105 int query_count_; member in class:DeclarationContext
112 : is_initialized_(false), get_count_(0), set_count_(0), query_count_(0) {
135 query_count_ = 0;
201 context->query_count_++;
    [all...]

Completed in 56 milliseconds