Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h188 int worst_case_length = length << 3; in EscapedLengthIfCurrentPartFits() local
189 return CurrentPartCanFit(worst_case_length) ? worst_case_length : 0; in EscapedLengthIfCurrentPartFits()
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc998 if (int worst_case_length = builder_.EscapedLengthIfCurrentPartFits(length)) { in SerializeString_()
1002 &builder_, worst_case_length, no_gc); in SerializeString_()

Completed in 3 milliseconds