Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-limits.h60 constexpr uint32_t kV8MaxRttSubtypingDepth = 31; member
H A Dwasm-module.cc125 if (depth > static_cast<int>(kV8MaxRttSubtypingDepth)) break; in GetSubtypingDepth()
H A Dmodule-decoder.cc757 if (depth > static_cast<int>(kV8MaxRttSubtypingDepth)) { in DecodeTypeSection()
H A Dfunction-body-decoder-impl.h329 if (!VALIDATE(depth <= kV8MaxRttSubtypingDepth)) { in read_value_type()
334 depth, kV8MaxRttSubtypingDepth); in read_value_type()

Completed in 15 milliseconds