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

/external/v8/test/cctest/
H A Dtest-parsing.cc974 } surroundings[] = { local
1053 for (unsigned j = 0; j < arraysize(surroundings); ++j) {
1060 int kProgramByteSize = i::StrLength(surroundings[j].prefix) +
1061 i::StrLength(surroundings[j].suffix) +
1064 i::SNPrintF(program, "%s%s%s", surroundings[j].prefix,
1065 source_data[i].body, surroundings[j].suffix);

Completed in 37 milliseconds