Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
Dapi-natives.cc195 int max_number_of_properties = 0; in ConfigureInstance() local
200 max_number_of_properties += TemplateList::cast(props).length(); in ConfigureInstance()
205 if (max_number_of_properties > 0) { in ConfigureInstance()
209 isolate->factory()->NewFixedArray(max_number_of_properties); in ConfigureInstance()