Searched refs:chars_to_append (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-parsing.cc84 static const char chars_to_append[] = { 'z', '0', '_' }; local
85 for (int j = 0; j < static_cast<int>(ARRAY_SIZE(chars_to_append)); ++j) {
87 buffer[length] = chars_to_append[j];

Completed in 101 milliseconds