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 50 const int kElements = 100;
51 for (int i = 0; i < kElements; i++) {
54 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 60 milliseconds