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 70 int query_count() const { return query_count_; }
107 int query_count_; member in class:DeclarationContext
114 : is_initialized_(false), get_count_(0), set_count_(0), query_count_(0) {
203 context->query_count_++;

Completed in 139 milliseconds