Searched refs:globals_count (Results 1 – 1 of 1) sorted by relevance
590 uint32_t globals_count = consume_count("globals count", kV8MaxWasmGlobals); in DecodeGlobalSection() local592 module_->globals.reserve(imported_globals + globals_count); in DecodeGlobalSection()593 for (uint32_t i = 0; ok() && i < globals_count; ++i) { in DecodeGlobalSection()