Searched refs:has_maximum (Results 1 – 1 of 1) sorted by relevance
897 Maybe<bool> has_maximum = descriptor->Has(context, maximum_key); in WebAssemblyTable() local899 if (!has_maximum.IsNothing() && has_maximum.FromJust()) { in WebAssemblyTable()939 Maybe<bool> has_maximum = descriptor->Has(context, maximum_key); in WebAssemblyMemory() local941 if (!has_maximum.IsNothing() && has_maximum.FromJust()) { in WebAssemblyMemory()