Home
last modified time | relevance | path

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

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