HomeSort by relevance Sort by last modified time
    Searched full:worst_case_length (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
json-stringifier.h 205 int worst_case_length = local
208 if (worst_case_length > 32 * KB) { // Slow path if too large.
218 ->NewRawOneByteString(worst_case_length)
221 result, worst_case_length);
229 ->NewRawTwoByteString(worst_case_length)
232 worst_case_length);
632 int worst_case_length = length << 3; local
633 if (builder_.CurrentPartCanFit(worst_case_length)) {
637 &builder_, worst_case_length);

Completed in 55 milliseconds