Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc2533 std::vector<Handle<Object>> matching_sections; in GetCustomSections() local
2565 matching_sections.push_back(section_data); in GetCustomSections()
2568 int num_custom_sections = static_cast<int>(matching_sections.size()); in GetCustomSections()
2575 storage->set(i, *matching_sections[i]); in GetCustomSections()