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

/external/chromium_org/v8/test/cctest/
H A Dtest-parsing.cc3120 int comment_len = 2048; local
3121 i::ScopedVector<char> comment(comment_len + 1);
3122 i::SNPrintF(comment, "/*%0*d*/", comment_len - 4, 0);
3136 int outer_comment_len = outer_lazy ? comment_len : 0;
3137 int inner_comment_len = inner_lazy ? comment_len : 0;

Completed in 55 milliseconds