Home
last modified time | relevance | path

Searched refs:new_content_size (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dliteral-buffer.cc47 int new_content_size = position_ * base::kUC16Size; in ConvertToTwoByte() local
48 if (new_content_size >= backing_store_.length()) { in ConvertToTwoByte()
51 new_store = base::Vector<byte>::New(NewCapacity(new_content_size)); in ConvertToTwoByte()
64 position_ = new_content_size; in ConvertToTwoByte()