Searched refs:num_custom_sections (Results 1 – 1 of 1) sorted by relevance
287 int num_custom_sections = static_cast<int>(matching_sections.size()); in GetCustomSections() local289 Handle<FixedArray> storage = factory->NewFixedArray(num_custom_sections); in GetCustomSections()291 array_object->set_length(Smi::FromInt(num_custom_sections)); in GetCustomSections()293 for (int i = 0; i < num_custom_sections; i++) { in GetCustomSections()