Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-limits.h23 constexpr size_t kV8MaxWasmFunctions = 1000000; variable
Dstreaming-decoder.cc191 : DecodeVarInt32(kV8MaxWasmFunctions, "functions count"), in DecodeNumberOfFunctions()
Dmodule-decoder.cc533 consume_count("functions count", kV8MaxWasmFunctions); in DecodeFunctionSection()