Searched refs:to_fill (Results 1 – 1 of 1) sorted by relevance
31 size_t to_fill = length; in CopyCharsHelper() local32 if (to_fill > src_length - *src_pos) to_fill = src_length - *src_pos; in CopyCharsHelper()35 v8::internal::CopyChars<uint8_t, uint16_t>(dest, src + *src_pos, to_fill); in CopyCharsHelper()39 dest, reinterpret_cast<const uint16_t*>(src + *src_pos), to_fill); in CopyCharsHelper()41 *src_pos += to_fill; in CopyCharsHelper()42 return to_fill; in CopyCharsHelper()