HomeSort by relevance Sort by last modified time
    Searched full:max_number_of_properties (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
api-natives.cc 190 int max_number_of_properties = 0; local
198 max_number_of_properties += props_array.length();
204 if (max_number_of_properties > 0) {
208 isolate->factory()->NewFixedArray(max_number_of_properties);

Completed in 158 milliseconds