Home
last modified time | relevance | path

Searched refs:globals_count (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc947 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection() local
951 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()
952 for (uint32_t i = 0; ok() && i < globals_count; ++i) { in DecodeGlobalSection()

Completed in 4 milliseconds