Searched refs:estimate_size (Results 1 – 1 of 1) sorted by relevance
266 int estimate_size = length * 2 + 1; in GenerateListFormatParts() local267 Handle<JSArray> array = factory->NewJSArray(estimate_size); in GenerateListFormatParts()