Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc885 uint32_t total_function_count = in DecodeFunctionSection() local
887 module_->functions.reserve(total_function_count); in DecodeFunctionSection()
903 DCHECK_EQ(module_->functions.size(), total_function_count); in DecodeFunctionSection()