Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2108 uint64_t max_size64 = table->maximum_length().Number(); in WebAssemblyTableType() local
2109 DCHECK_LE(max_size64, std::numeric_limits<uint32_t>::max()); in WebAssemblyTableType()
2110 max_size.emplace(static_cast<uint32_t>(max_size64)); in WebAssemblyTableType()
2192 uint64_t max_size64 = memory->maximum_pages(); in WebAssemblyMemoryType() local
2193 DCHECK_LE(max_size64, std::numeric_limits<uint32_t>::max()); in WebAssemblyMemoryType()
2194 max_size.emplace(static_cast<uint32_t>(max_size64)); in WebAssemblyMemoryType()

Completed in 5 milliseconds