Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc776 uint32_t import_table_count = in DecodeImportSection() local
778 module_->import_table.reserve(import_table_count); in DecodeImportSection()
779 for (uint32_t i = 0; ok() && i < import_table_count; ++i) { in DecodeImportSection()