Home | History | Annotate | Download | only in wasm

Lines Matching refs:memory_count

432       uint32_t memory_count = consume_count("memory count", kV8MaxWasmMemories);
434 for (uint32_t i = 0; ok() && i < memory_count; i++) {