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

  /external/v8/test/cctest/
test-ast.cc 49 const int kElements = 100;
50 for (int i = 0; i < kElements; i++) {
53 CHECK_EQ(1 + kElements, list->length());
test-list.cc 122 const int kElements = 100;
123 for (int i = 0; i < kElements; i++) list.Add(i);
124 for (int j = kElements - 1; j >= 0; j--) {

Completed in 30 milliseconds