Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc287 int num_custom_sections = static_cast<int>(matching_sections.size()); in GetCustomSections() local
289 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()