Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc442 Maybe<bool> has_maximum = descriptor->Has(context, maximum_key); in WebAssemblyTable() local
444 if (!has_maximum.IsNothing() && has_maximum.FromJust()) { in WebAssemblyTable()
480 Maybe<bool> has_maximum = descriptor->Has(context, maximum_key); in WebAssemblyMemory() local
482 if (!has_maximum.IsNothing() && has_maximum.FromJust()) { in WebAssemblyMemory()