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

  /external/chromium_org/v8/src/
ast.h 187 AstProperties() : node_count_(0) { }
190 int node_count() { return node_count_; }
191 void add_node_count(int count) { node_count_ += count; }
195 int node_count_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/
ast.h 176 AstProperties() : node_count_(0) { }
179 int node_count() { return node_count_; }
180 void add_node_count(int count) { node_count_ += count; }
184 int node_count_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 30 milliseconds