Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc183 int max_number_of_properties = 0; in ConfigureInstance() local
188 max_number_of_properties += TemplateList::cast(props)->length(); in ConfigureInstance()
193 if (max_number_of_properties > 0) { in ConfigureInstance()
197 isolate->factory()->NewFixedArray(max_number_of_properties); in ConfigureInstance()